Disabling the Redact Function for a Table Object

After a redact policy is created in a data table, the policy of the data table is enabled by default (that is, enable is set to true). If you do not want to use the redact feature, you can disable the redact switch of the corresponding data table.

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

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