Oracle Error Message
ORA-28372: missing ENCRYPT storage option for encrypted tablespace
Reason for the Error
You attempted to specify ENCRYPTION property for CREATE TABLESPACE without specifying ENCRYPT storage option to encrypt the tablepsace.
Solution
Add ENCRYPT storage option and retry the statement.