Error
Error Code:
ORA-28085
Oracle ORA-28085: Redaction Length Mismatch
Description
The ORA-28085 error occurs in Oracle Database when using data redaction features. It indicates that the specified redaction parameters result in an output length that differs from the input length, which is not supported for the chosen redaction method.
Error Message
ORA-28085: The input and output lengths of the redaction do not match.
Known Causes
3 known causesIncorrect Partial Redaction
Partial redaction was attempted with parameters that alter the length of the redacted data. Partial redaction typically expects the output to be the same length as the input.
Invalid Redaction Function
The chosen redaction function or expression is incompatible with the data type or length constraints of the column being redacted. The function modified the length.
Misconfigured Redaction Policy
The redaction policy was incorrectly configured to use a redaction type that changes the data length when it should not.
Solutions
Coming SoonGeneral Troubleshooting Tips
- Check the error message carefully for specific details
- Review recent changes that might have caused the error
- Search for the exact error code in the official documentation
- Check log files for additional context
- Try restarting the application or service