User auditing
How can I find out which auditing statements were executed for a particular user? Where in the database would this information be stored?
For example if someone ran
AUDIT GRANT PROCEDURE BY USER1 BY ACCESS;
Is there any way for me to find out that GRANT PROCEDURE is audited for USER1?
0