Error
Error Code: ORA-28369

ORA-28369: Offline Tablespace File Addition

📦 Oracle Database
📋

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 causes
⚠️
Tablespace 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 Soon

Detailed step-by-step solutions for this error are being prepared. In the meantime, try these general troubleshooting tips:

General 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