Error
Error Code: ORA-28427

Oracle Error ORA-28427: Tablespace Encryption Required

📦 Oracle Database
📋

Description

The ORA-28427 error occurs when attempting to create, import, or restore an unencrypted tablespace within Oracle Cloud. Oracle Cloud enforces encryption for all tablespaces to ensure data security and compliance.
💬

Error Message

cannot create, import or restore unencrypted tablespace: string in Oracle Cloud
🔍

Known Causes

3 known causes
⚠️
Unencrypted Tablespace
The tablespace being created, imported, or restored is not encrypted. Oracle Cloud mandates encryption for all tablespaces.
⚠️
Decryption Attempt
An attempt was made to decrypt a tablespace during import or restore. Oracle Cloud does not allow disabling encryption.
⚠️
Incorrect Configuration
The Oracle Cloud environment is not properly configured to allow unencrypted tablespace operations.
🛠️

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