Oracle Error ORA-32579: password for SYSTEM already specified

Oracle Error Message

ORA-32579: password for SYSTEM already specified

Reason for the Error

A password for the SYSTEM user was specified twice in the CREATE DATABASE statement.

Solution

Re-issue the CREATE DATABASE statement with only one password for the SYSTEM user.