vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello, I need to monitor changes in the catalog tables. 1. How can I trap changes in the SYSIBM.SYSTABLES (CREATE and DROP)? I prefer not to run heavy SMF trace. 2. Is there a way to monitor if objects where dropped during cascaded revoke command? Thanks, Amir |
| ||||
| You can audit tables on OS/390 with the AUDIT keyword (CREATE/ALTER table) You cannot audit catalog tables. See the online bookshelf for details: http://www-3.ibm.com/software/data/d...0/v7books.html Amir wrote: >Hello, > >I need to monitor changes in the catalog tables. > >1. How can I trap changes in the SYSIBM.SYSTABLES (CREATE and DROP)? > I prefer not to run heavy SMF trace. >2. Is there a way to monitor if objects where dropped during cascaded >revoke command? > >Thanks, >Amir > > -- Anton Versteeg IBM Certified DB2 Specialist IBM Netherlands |