Error
Error Code:
ORA-28081
Oracle ORA-28081: Redacted Object Access
Description
This error indicates that a user attempted to access a column that is protected by a data redaction policy without sufficient privileges. It typically occurs when querying or manipulating data in a table or view with redaction policies enabled.
Error Message
ORA-28081: Insufficient privileges - the command references a redacted object.
Known Causes
3 known causesRedacted Column Access
The user's query directly references a column protected by a data redaction policy.
Materialized View Refresh
Attempting to refresh a materialized view based on a table protected by data redaction without `EXEMPT REDACTION POLICY` privilege.
Data Pump Export
Performing a schema-level export using Data Pump that includes objects protected by data redaction policies without the `EXEMPT REDACTION POLICY` privilege.
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