Skip Headers
Oracle® Database Reference
11g Release 2 (11.2)

E40402-08
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

REDACTION_POLICIES

REDACTION_POLICIES displays all redaction policies in the database.

Column Datatype NULL Description
OBJECT_OWNER VARCHAR2(30) NOT NULL Owner of the object with the policy
OBJECT_NAME VARCHAR2(30) NOT NULL Name of the object with the policy
POLICY_NAME VARCHAR2(30) NOT NULL Name of the policy
EXPRESSION VARCHAR2(4000) NOT NULL Expression for this policy
ENABLE VARCHAR2(7)   Indicates whether the policy is enabled (YES) or not (NO)
POLICY_DESCRIPTION VARCHAR2(4000)   Description of the policy

Note:

This view is available starting with Oracle Database 11g Release 2 (11.2.0.4).

See Also:

Oracle Database Advanced Security Administrator's Guide for more information about Oracle Data Redaction