Error
Error Code:
ORA-28060
Oracle Redaction Policy Conflict
Description
The ORA-28060 error indicates an attempt to create a new data redaction policy on a column that already has one defined. This typically occurs when using the `DBMS_REDACT` package or related tools to manage data masking.
Error Message
ORA-28060: A data redaction policy already exists on this column.
Known Causes
2 known causesDuplicate Policy Creation
An attempt was made to create a new redaction policy on a column already protected by an existing policy.
Incorrect Policy Target
The target column specified for the new policy already has a redaction configuration.
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