Oracle Error ORA-28064: The redaction function is not valid.

Oracle Error Message

ORA-28064: The redaction function is not valid.

Reason for the Error

The FUNCTION_TYPE parameter to DBMS_REDACT.ADD_POLICY was invalid.

Solution

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, or NULL. Note that only full redaction may be applied to columns of type BLOB, CLOB, or NCLOB.

Share:

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

Oracle Error Message ORA-24328: illegal attribute value Reason for the Error The attribute value passed in is illegal. Solution Consult...
Oracle Error Message ORA-01346: LogMiner processed redo beyond specified reset log scn Reason for the Error LogMiner has detected a...
Oracle Error Message ORA-13241: specified dimensionality does not match that of the data Reason for the Error An error occurred...