AUDIT_UNIFIED_ENABLED_POLICIES

AUDIT_UNIFIED_ENABLED_POLICIES describes all the audit policies that are enabled in the database.

Note:

This view is populated only in an Oracle Database where unified auditing is enabled.


Column Datatype NULL Description

USER_NAME

VARCHAR2(128)

 

Username of the database user for whom the audit policy is enabled

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)