Oracle Solution for Error ora-12928

Solution for Oracle Error ORA-12928

ORA-12928: ENCRYPTION option already specified

What triggered the Error:

In CREATE TABLESPACE, the ENCRYPTION option was specified more than once.

What should we do to fix it:

Remove all but one of the ENCRYPTION options.