Table: DBA_STMT_AUDIT_OPTS
Describes current system auditing options across the system and by user
| Column Name | Description |
|---|---|
| AUDIT_OPTION | Name of the system auditing option |
| FAILURE | Mode for WHENEVER NOT SUCCESSFUL system auditing |
| PROXY_NAME | Name of the proxy user if auditing is being done for operations being done on behalf of a client. Null if auditing is being done for operations done by the client directly |
| SUCCESS | Mode for WHENEVER SUCCESSFUL system auditing |
| USER_NAME | User name if by user auditing. "ANY CLIENT" if access by a proxy on behalf of any client is being audited. NULL system wide auditing is being done |