DBA_XS_ENB_AUDIT_POLICIES

DBA_XS_ENB_AUDIT_POLICIES describes all the audit policies specific to Oracle Database Real Application Security that are enabled to users.


Column Datatype NULL Description

USER_NAME

VARCHAR2(128)

 

Database username for whom the audit policy is enabled. If the audit policy is enabled for all users, then the value is ALL USERS.

POLICY_NAME

VARCHAR2(128)

 

Name of the audit policy

ENABLED_OPT

VARCHAR2(8)

 

Enabled option of the audit policy. The possible values are BY, EXCEPT, and DISABLED.

SUCCESS

VARCHAR2(3)

 

Indicates whether the audit policy is enabled for auditing successful events (YES) or not (NO)

FAILURE

VARCHAR2(3)

 

Indicates whether the audit policy is enabled for auditing unsuccessful events (YES) or not (NO)


See Also:

Oracle Database Security Guide for more information about auditing