Database Error Messages

OCI-32577

username must be SYS or SYSTEM

Cause

A user name of SYS or SYSTEM was not specified when providing a password in the CREATE DATABASE statement.


Action

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.