Friday, July 18, 2008

DBA_AUDIT_POLICY_COLUMNS

Oracle 11gR1

DBA_AUDIT_POLICY_COLUMNS describes all fine-grained auditing policy columns in the database. Its columns are the same as those in ALL_AUDIT_POLICY_COLUMNS.

Related Views

· ALL_AUDIT_POLICY_COLUMNS describes the fine-grained auditing policy columns on the tables and views accessible to the current user.

· 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

Oracle data dictionary views

No comments:

Post a Comment