Error
Error Code:
ORA-28369
ORA-28369: Offline Tablespace File Addition
Description
The ORA-28369 error occurs in Oracle Database when you attempt to add a datafile to an encryption-ready tablespace while the tablespace is completely offline. This prevents the database from properly managing encryption for the new file.
Error Message
ORA-28369: cannot add files to encryption-ready tablespace when offline
Known Causes
2 known causesTablespace Offline
The entire tablespace, including all its datafiles, is in an offline state, preventing any modifications.
Encryption Requirement
The tablespace is configured for encryption, requiring online status for file additions to manage encryption keys.
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