vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| Huskerdoo wrote: > Does a revoke post an entry in the DB2 catalog that would allow an > query of the number of revokes by someone? Or does the revoke just > delete the grant and leave no record in the catlalog? I am on DB2 V8 > for Z/OS. > It wouldn't be in the catalogs. Check out DB2 zOS's _auditing_ capabilities. -- Serge Rielau DB2 Solutions Development IBM Toronto Lab |
| ||||
| Huskerdoo wrote: > Does a revoke post an entry in the DB2 catalog that would allow an > query of the number of revokes by someone? Or does the revoke just > delete the grant and leave no record in the catlalog? I am on DB2 V8 > for Z/OS. A revoke just removes the entry in the catalog. Unless you are using an event monitor (not sure if it is available on DB2 for z/OS) or some other audit facility, I don't think you have access to details on when a revoke happened. -- Knut Stolze DB2 z/OS Utilities Development IBM Germany |