Enabling the Redact Function for a Table Object

After a redact policy is created in a data table, the policy takes effect only when the policy of the data table is enabled (that is, enable is set to true). By default, the policy is enabled.

The function interface for enabling a redact function of the data table is as follows:

DBMS_REDACT.ENABLE_POLICY(
object_schema           IN  Text,
object_name             IN  Text,
policy_name             IN  Text
)