Error
Error Code:
ORA-29354
Oracle Error ORA-29354: Transport Rekeying Tablespace
Description
This error indicates an attempt to transport a tablespace or unplug a pluggable database when a tablespace within it is undergoing encryption, decryption, or rekeying. The operation cannot proceed while the tablespace is in this transitional state.
Error Message
ORA-29354: cannot transport rekeying tablespace ' string '
Known Causes
3 known causesTablespace Encryption Ongoing
A tablespace is currently being encrypted, and the transport operation was initiated before completion. Transporting a partially encrypted tablespace can lead to inconsistencies.
Tablespace Decryption in Progress
A tablespace is undergoing decryption, and the transport operation was attempted before the decryption process finished. The tablespace is in an inconsistent state.
Tablespace Rekeying Active
The tablespace is currently being rekeyed, and the transport or unplug operation was started prematurely. Rekeying must be completed before transport.
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