Oracle Error ORA-28373: missing ENCRYPTION clause for encrypted tablespace

Oracle Error Message

ORA-28373: missing ENCRYPTION clause for encrypted tablespace

Reason for the Error

You attempted to specify storage option ENCRYPT in CREATE TABLESPACE without specifying ENCRYPTION property to encrypt the tablepsace.

Solution

Add ENCRYPTION clause and retry the statement.