Error
Error Code:
ORA-28423
Oracle Error ORA-28423: Tablespace Encryption Conflict
Description
This error indicates that you attempted to perform an operation on a tablespace while it was undergoing encryption, decryption, or rekeying. The database prevents concurrent operations to maintain data integrity.
Error Message
ORA-28423: current operation disallowed: string tablespace is being encrypted, decrypted, or rekeyed
Known Causes
3 known causesConcurrent Encryption Operation
Another session is actively encrypting the target tablespace.
Concurrent Decryption Operation
A decryption process is already running on the tablespace.
Concurrent Rekeying Operation
The tablespace is currently being rekeyed, which conflicts with other operations.
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