3.114 ALL_AUDIT_POLICIES
ALL_AUDIT_POLICIES
describes the fine-grained auditing policies on the tables and views accessible to the current user.
Related Views
-
DBA_AUDIT_POLICIES
describes all fine-grained auditing policies in the database. -
USER_AUDIT_POLICIES
describes the fine-grained auditing policies on the tables and views owned by the current user. This view does not display theOBJECT_SCHEMA
column.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Name of the schema that includes the table or view |
|
|
|
Name of the table or view |
|
|
|
Owner of the policy |
|
|
|
Name of the policy |
|
|
|
Audit condition |
|
|
|
This column is deprecated. Query the ALL_AUDIT_POLICY_COLUMNS view for fine-grained auditing policy column information. |
|
|
|
Owner of the audit handler function |
|
|
|
Name of the package containing the audit handler function |
|
|
|
Name of the audit handler function |
|
|
|
Indicates whether the policy is enabled ( |
|
|
|
Indicates whether the policy is applied to queries on the object ( |
|
|
|
Indicates whether the policy is applied to |
|
|
|
Indicates whether the policy is applied to |
|
|
|
Indicates whether the policy is applied to |
|
|
|
Indicates the audit trail to which the audit records generated by this audit policy will be written:
|
|
|
|
Indicates whether all columns in the |
|
|
|
Indicates whether the policy applies across multiple containers ( |
|
|
|
Indicates whether the policy was inherited from another container ( |
See Also: