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:
- BLOB columns can only support: None redaction Full redaction NULL redaction
- CLOB or NCLOB columns can only support: None redaction Full redaction NULL redaction Regular expression-based redaction.
- Boolean columns can only support: Full redaction NULL redaction Random redaction