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.
I want to keep the count of all user database objects count for keeping an eye on new objects in an OLTP database.
If the count increases, my DBA will look immediately and act if an action is needed. Operational DBA is some times bypassed by higher authority DBA team members. This watch will just let DBA know that something new has entered the database.
The DB2 catalog tables are described in the Appendix of the SQL Reference Vol 1. You will have to look at the layouts since (for example) syscat.tables includes tables and views, even though syscat.views includes the view information. See the TYPE column of syscat.tables for more info.
__________________
M. A. Feldman
IBM Certified DBA on DB2 for Linux, UNIX, and Windows
IBM Certified DBA on DB2 for z/OS and OS/390