Is AUDIT SESSION enabled on a database?
Is there a way to tell if AUDIT SESSION has been enabled on a particular database?
That is, other than querying the DBA_AUDIT_SESSION view. There are no recent rows in the DBA_AUDIT_SESSION view. I am not sure if AUDIT SESSION is currently enabled and there are just no recent logon attempts, or if AUDIT SESSION is currently disabled.
I have tried looking in the various views (DBA_PRIV_AUDIT_OPTS, DBA_STMT_AUDIT_OPTS, DBA_OBJ_AUDIT_OPTS) but don't see anything relating to CONNECT or SESSION. (I'm assuming that AUDIT SESSION is something different than auditing CREATE SESSION.)