| Oracle® Database Reference 11g Release 2 (11.2) Part Number E25513-03 | 
 | 
| 
 | PDF · Mobi · ePub | 
ALL_AUDIT_POLICIES describes the fine-grained auditing policies on the tables and views accessible to the current user.
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 the OBJECT_SCHEMA column.
| Column | Datatype | NULL | Description | 
|---|---|---|---|
| OBJECT_SCHEMA | VARCHAR2(30) | Owner of the table or view | |
| OBJECT_NAME | VARCHAR2(30) | Name of the table or view | |
| POLICY_OWNER | VARCHAR2(30) | Owner of the policy | |
| POLICY_NAME | VARCHAR2(30) | Name of the policy | |
| POLICY_TEXT | VARCHAR2(4000) | Audit condition | |
| POLICY_COLUMN | VARCHAR2(30) | Relevant column | |
| PF_SCHEMA | VARCHAR2(30) | Owner of the audit handler function | |
| PF_PACKAGE | VARCHAR2(30) | Name of the package containing the audit handler function | |
| PF_FUNCTION | VARCHAR2(30) | Name of the audit handler function | |
| ENABLED | VARCHAR2(3) | Indicates whether the policy is enabled ( YES) or disabled (NO) | |
| SEL | VARCHAR2(3) | Indicates whether the policy is applied to queries on the object ( YES) or not (NO) | |
| INS | VARCHAR2(3) | Indicates whether the policy is applied to INSERTstatements on the object (YES) or not (NO) | |
| UPD | VARCHAR2(3) | Indicates whether the policy is applied to UPDATEstatements on the object (YES) or not (NO) | |
| DEL | VARCHAR2(3) | Indicates whether the policy is applied to DELETEstatements on the object (YES) or not (NO) | |
| AUDIT_TRAIL | VARCHAR2(12) | Indicates the audit trail to which the audit records generated by this audit policy will be written: 
 | |
| POLICY_COLUMN_OPTIONS | VARCHAR2(11) | Indicates whether all columns in the AUDIT_COLUMNparameter (ALL_COLUMNS) or any of the columns in theAUDIT_COLUMNparameter (ANY_COLUMNS) are considered for triggering fine-grained auditing | 
See Also: