6.230 REDACTION_EXPRESSIONS

REDACTION_EXPRESSIONS shows all the Data Redaction named Policy Expressions in the database.

Column Datatype NULL Description

POLICY_EXPRESSION_NAME

VARCHAR2(256)

Customer-specified name of the named Policy Expression

EXPRESSION

VARCHAR2(4000)

The SQL expression defined for this Data Redaction named Policy Expression

OBJECT_OWNER

VARCHAR2(128)

Owner of the table or view which this named Policy Expression is associated with

OBJECT_NAME

VARCHAR2(128)

Name of the table or view which this named Policy Expression is associated with

COLUMN_NAME

VARCHAR2(128)

Name of the column which this named Policy Expression is associated with

POLICY_EXPRESSION_DESCRIPTION

VARCHAR2(4000)

Description of this named Policy Expression

Note:

This view is available starting with Oracle Database 12c Release 2 (12.2.0.1).