ORA-32577: username must be SYS or SYSTEM
What triggered the Error:
A user name of SYS or SYSTEM was not specified when providing a password in the CREATE DATABASE statement.What should we do to fix it:
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.