ALL_AUDIT_POLICY_COLUMNS
describes the fine-grained auditing policy columns on the tables and views accessible to the current user.
Note:
This view is populated only in an Oracle Database where unified auditing is not enabled. When unified auditing is enabled in Oracle Database, the audit records are populated in the new audit trail and can be viewed from UNIFIED_AUDIT_TRAIL
.
See Oracle Database Security Guide for more information about unified auditing.
See Oracle Database Upgrade Guide for more information about migrating to unified auditing.
Related Views
DBA_AUDIT_POLICY_COLUMNS
describes all fine-grained auditing policy columns in the database.
USER_AUDIT_POLICY_COLUMNS
describes the fine-grained auditing policy columns on the tables and views owned by the current user.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
Owner of the table or view |
|
|
|
Name of the table or view |
|
|
|
Name of the policy |
|
|
|
Relevant column of the policy |
See Also: