sudhakar
29-Oct-13
Masking step 6 described the function_parameters as *,1,6. This is not acceptable as SALARY is numeric and only MASKCHAR that is valid is 0-9.
Using * gives the following error...
RA-28074: The "REDACT_PARTIAL_MASKCHAR" field of the redaction parameters is not valid.
ORA-06512: at "SYS.DBMS_REDACT_INT", line 3
ORA-06512: at "SYS.DBMS_REDACT", line 40
ORA-06512: at line 2
Using 9,1,6 as function_parameter worked well.