IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

DB2-Catalog Entries


IBM Mainframe Forums -> DB2
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
kriz_cts

New User


Joined: 03 Aug 2005
Posts: 23

PostPosted: Fri Aug 05, 2005 8:12 pm
Reply with quote

icon_wink.gif What are CATALOG ENTRIES? Explain the catalog entries for newly created table with 5 new records inserted. What does it mean... Please help me...



Quote:

Knowledge in your hands for your journey ahead
Back to top
View user's profile Send private message
vijayamadhuri

Active User


Joined: 06 Apr 2005
Posts: 180

PostPosted: Sat Aug 06, 2005 2:14 am
Reply with quote

The DB2 catalog is a set of tables that contain information about all the DB2 objects (tables, views, plans, etc.).

Like when the table is create the table name is stored in the SYSIBM.SYStable.

IF there is apan associated with it then that info is stored in the SYSIBM.SYSPLAN.

If there is an alternate table name for the parent table that info is stored in SYSIBM.SYSSYNONYMS

SYSIBM.SYSCOPY-contains information about image copies made of the tablespaces.


SYSIBM.SYSLINKS -contains information about the links between tables created by referential constraints.

SYSIBM.SYSDBAUTH-information about the type of database authority held by a user

SYSIBM.SYSINDEXES-whether a column has been defined as an index


SYSIBM.SYSVIEWS-When a view is created, system information about the view is stored
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> DB2

 


Similar Topics
Topic Forum Replies
No new posts DASD - non SMS - volser change - VSAM... JCL & VSAM 2
No new posts Issue with CA Copycat-IGD17100I UNEXP... CA Products 5
No new posts Fault Analyzer not producing entries ... IBM Tools 19
No new posts Recreating VSAM cluster catalog info ... All Other Mainframe Topics 6
No new posts Discrepancy b/w SYSIBM tables and BMC... DB2 0
Search our Forums:

Back to Top