If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > DB2, schemas and indexes

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-21-05, 04:16
Toby1909 Toby1909 is offline
Registered User
 
Join Date: Nov 2005
Posts: 1
DB2, schemas and indexes

Hi.

I'm totally new with DB2.. and I'm using BusinessObjects on. I ve got a probleme with BO : some easy queries couldn't be analysed... because they seems to be too complex... but they aren't! Looking for the technical support of BO it seems to be linked with indexes.
I'm using iSeries Version 5
So :
How could I know if my tables are indexes?
It seems that there is no schema.. is it possible? (knowing that I ve made SQLqueries for 2 weeks..)
Do I have to create one? and how?

Thanks for all.
Reply With Quote
  #2 (permalink)  
Old 11-22-05, 07:01
przytula przytula is offline
Registered User
 
Join Date: Nov 2004
Posts: 374
indexes

have a look in sysibm.sysindexes and see if any index available
db2 list tables for schema xxx
db2 select distinct creator from sysibm.systables --> will return existing schema
statement heap size can be the reason also for indicated error
see db2 get db cfg for dbname
__________________
Best Regards, Guy Przytula
DB2/ORA/SQL Services
DB2 DBA & Advanced DBA Certified
DB2 Dprop Certified
http://users.skynet.be/przytula/dbss.html
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On