If AUDIT_TRAIL is not set to NONE then using the following SQL one can find the statements that have auditing turned on.

SQL> SELECT * FROM dba_stmt_audit_opts union SELECT * FROM dba_priv_audit_opts;

USER_NAME PROXY_NAME
—————————— ——————————
AUDIT_OPTION SUCCESS FAILURE
—————————————- ———- ———-

ALTER ANY PROCEDURE BY ACCESS BY ACCESS

ALTER ANY TABLE BY ACCESS BY ACCESS

ALTER DATABASE BY ACCESS BY ACCESS
..

One response to “How to check if auditing is turned on and privilege auditing is turned on?”

  1. Alok Mishra Avatar
    Alok Mishra

    This is not enough. Please give detail about any topic like what is audit, how types of auditing is possible, how to audit a database etc.

    Like

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.