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 > system table map

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-20-04, 13:12
ksexton ksexton is offline
Registered User
 
Join Date: May 2002
Posts: 47
system table map

I want to query system objects to return info. about my user objects.
In SQL Server I use the system tables. I think you use views in Oracle.

I wrote this query: (but it is not a system TABLE)
SELECT tabname,colname
FROM SYSCAT.COLUMNS
WHERE TABSCHEMA ='my_user_schema' and
colname like '%_CD'

Is there a graphical ER diagram of these system objects on the web?
Reply With Quote
  #2 (permalink)  
Old 02-20-04, 13:38
ARWinner ARWinner is offline
Registered User
 
Join Date: Jan 2003
Posts: 3,575
Try this site:

http://www.quest.com/requests/?RequestDefID=1387

It is to download a poster of the system catalogs.

Andy
Reply With Quote
  #3 (permalink)  
Old 02-20-04, 13:45
ksexton ksexton is offline
Registered User
 
Join Date: May 2002
Posts: 47
no map

This is a useful tool to work with the system objects but I don't see a map.
Reply With Quote
  #4 (permalink)  
Old 02-20-04, 14:06
Marcus_A Marcus_A is online now
Registered User
 
Join Date: May 2003
Location: USA
Posts: 5,197
BMC publishes a ER diagram poster for the mainframe DB2 catalog, so you might check with them to see if they have on for DB2 LUW. You might have to contact a sales rep.
__________________
M. A. Feldman
IBM Certified DBA on DB2 for Linux, UNIX, and Windows
IBM Certified DBA on DB2 for z/OS and OS/390
Reply With Quote
  #5 (permalink)  
Old 02-20-04, 14:11
ARWinner ARWinner is offline
Registered User
 
Join Date: Jan 2003
Posts: 3,575
BMC does have one for UDB LUW, I have one on my wall.
I have not been able to find one yet on the web.

Andy
Reply With Quote
  #6 (permalink)  
Old 02-20-04, 14:14
ARWinner ARWinner is offline
Registered User
 
Join Date: Jan 2003
Posts: 3,575
Here are some for OS/390:

http://ca.com/products/posters/download.htm

Andy
Reply With Quote
  #7 (permalink)  
Old 02-20-04, 19:02
ksexton ksexton is offline
Registered User
 
Join Date: May 2002
Posts: 47
Red face DB2 has different system tables depending on the operating system?

Great maps. My only experience with Unix is Solaris. I take it from the different maps that these are different flavors of UNIX and DB2 has different system tables depending on the operating system?

Forgive my ignorance.

-K
Reply With Quote
  #8 (permalink)  
Old 02-20-04, 19:22
sathyaram_s sathyaram_s is offline
Super Moderator
 
Join Date: Aug 2001
Location: UK
Posts: 4,534
Re: DB2 has different system tables depending on the operating system?

The system tables are the same across all Unix platforms

Cheers
Sathyram

Quote:
Originally posted by ksexton
Great maps. My only experience with Unix is Solaris. I take it from the different maps that these are different flavors of UNIX and DB2 has different system tables depending on the operating system?

Forgive my ignorance.

-K
__________________
Visit the new-look IDUG Website , register to gain access to the excellent content.
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