Database Error Messages

DIA-28064

The redaction function is not valid.

Cause

The FUNCTION_TYPE parameter to DBMS_REDACT.ADD_POLICY was invalid.


Action

Specify the FUNCTION_TYPE parameter to DBMS_REDACT.ADD_POLICY as one of the following: DBMS_REDACT.NONE DBMS_REDACT.FULL DBMS_REDACT.RANDOM DBMS_REDACT.PARTIAL DBMS_REDACT.REGEXP DBMS_REDACT.NULLIFY Note that:

  1. BLOB columns can only support: None redaction Full redaction NULL redaction
  2. CLOB or NCLOB columns can only support: None redaction Full redaction NULL redaction Regular expression-based redaction.
  3. Boolean columns can only support: Full redaction NULL redaction Random redaction