| Column ID | Column name | Data type | Length | Precision | NULL | Description |
|
| 1 | OBJECT_SCHEMA | VARCHAR2 | 30 | (null) | Y | Owner of the table or view |
| 2 | OBJECT_NAME | VARCHAR2 | 30 | (null) | Y | Name of the table or view |
| 3 | POLICY_NAME | VARCHAR2 | 30 | (null) | Y | Name of the policy |
| 4 | POLICY_TEXT | VARCHAR2 | 4000 | (null) | Y | Audit condition |
| 5 | POLICY_COLUMN | VARCHAR2 | 30 | (null) | Y | Deprecated |
| 6 | PF_SCHEMA | VARCHAR2 | 30 | (null) | Y | Owner of the audit handler function |
| 7 | PF_PACKAGE | VARCHAR2 | 30 | (null) | Y | Name of the package containing the audit handler function |
| 8 | PF_FUNCTION | VARCHAR2 | 30 | (null) | Y | Name of the audit handler function |
| 9 | ENABLED | VARCHAR2 | 3 | (null) | Y | Is this policy is enabled? |
| 10 | SEL | VARCHAR2 | 3 | (null) | Y | If YES, policy is applied to query on the object |
| 11 | INS | VARCHAR2 | 3 | (null) | Y | If YES, policy is applied to insert on the object |
| 12 | UPD | VARCHAR2 | 3 | (null) | Y | If YES, policy is applied to update on the object |
| 13 | DEL | VARCHAR2 | 3 | (null) | Y | If YES, policy is applied to delete on the object |
| 14 | AUDIT_TRAIL | VARCHAR2 | 12 | (null) | Y | Whether to populate SQLTEXT and SQLBIND columns in audit trail for this policy. DB_EXTENDED -> Populate; DB -> Do not populate |
| 15 | POLICY_COLUMN_OPTIONS | VARCHAR2 | 11 | (null) | Y | If ALL_COLUMNS then all relevant columns apply else any of the relevant columns apply |