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 LUW Catalog

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-20-10, 13:18
cowzz cowzz is offline
Registered User
 
Join Date: Jun 2006
Posts: 5
DB2 LUW Catalog

Hey Folks...
Can anyone tell me where there might be documentation on what tables comprise the catalog and what the columns are within the tables? Thanks in advance...
Mike D.
Reply With Quote
  #2 (permalink)  
Old 04-20-10, 13:36
tonkuma tonkuma is offline
Registered User
 
Join Date: Feb 2008
Location: Japan
Posts: 2,193
IBM DB2 9.7 for Linux, UNIX, and Windows
SQL Reference, Volume 1

Appendix D. System catalog views
Reply With Quote
  #3 (permalink)  
Old 04-20-10, 13:57
cowzz cowzz is offline
Registered User
 
Join Date: Jun 2006
Posts: 5
Thank you!
Reply With Quote
  #4 (permalink)  
Old 04-22-10, 09:12
karthik.try20 karthik.try20 is offline
Registered User
 
Join Date: Apr 2010
Location: Chennai
Posts: 4
Hi Cowzz,

Have u asked about the remote db catalog information? If u need to have those details, u couldn't get it within the database. You can get those details using db2cfexp utility.

Eg:
db2cfexp c:\filename.txt (on windows)
db2cfexp /home/db2inst1/filename.txt (on windows)
Execute the cmd based on ur environment & it'll be produced a file along with the catalog info.
If u need to have the column names of the table, u can get them in the syscat.columns table.
By

KK
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