Oracle Error Message
ORA-32577: username must be SYS or SYSTEM
Reason for the Error
A user name of SYS or SYSTEM was not specified when providing a password in the CREATE DATABASE statement.
Solution
Only passwords for the SYS and SYSTEM users can be provided in the CREATE DATABASE statement. Re-issue the statement with passwords for users SYS or SYSTEM.