Error
Error Code:
ORA-28350
Oracle Error ORA-28350: CDC Conflict
Description
The ORA-28350 error in Oracle Database occurs when you attempt to encrypt a column that is currently being tracked by a Change Data Capture (CDC) synchronized change table. This usually happens when encryption is applied to a column without first disabling or dropping the associated CDC table.
Error Message
ORA-28350: cannot encrypt the specified column recorded in CDC synchronized change table
Known Causes
2 known causesCDC Table Exists
A synchronized change table exists for the column you are trying to encrypt. 💻
Encryption Before CDC Removal
Encryption was attempted before removing or disabling the CDC synchronized change table. 🔒
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