ORA-32578: password for SYS already specified
What triggered the Error:
A password for the SYS user was specified twice in the CREATE DATABASE statement.What should we do to fix it:
Re-issue the CREATE DATABASE statement with only one password for the SYS user.