ORA-28373: missing ENCRYPTION clause for encrypted tablespace
What triggered the Error:
u attempted to specify storage option ENCRYPT in CREATE TABLESPACE without specifying ENCRYPTION property to encrypt the tablepsace.What should we do to fix it:
d ENCRYPTION clause and retry the statement.