| Oracle® Database Reference 10g Release 2 (10.2) Part Number B14237-03  | 
  | 
  | 
View PDF | 
ALL_AUDIT_POLICY_COLUMNS describes the fine-grained auditing policy columns on the tables and views accessible to the current user.
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 | 
|---|---|---|---|
OBJECT_SCHEMA | 
VARCHAR2(30) | 
NOT NULL | 
Owner of the table or view | 
OBJECT_NAME | 
VARCHAR2(30) | 
NOT NULL | 
Name of the table or view | 
POLICY_NAME | 
VARCHAR2(30) | 
NOT NULL | 
Name of the policy | 
POLICY_COLUMN | 
VARCHAR2(30) | 
NOT NULL | 
Relevant column of the policy |