Oracle 19c (Non CDB) Silent Mode Installation on RHEL 8.4 - SYSTEM user ORA-01017
Oracle 19c (Non CDB) Silent Mode Installation on RHEL 8.4 - SYSTEM user ORA-01017
Software installed using RSP file:
oracle.install.db.config.starterdb.password.ALL=mypassword >> I have set same password for all users example SYS and SYSTEM.
Database created using dbca command
After DB Is installed when we login as SYSTEM User
su - oracle
sqlplus system/mypassword@MYDB
ORA-01017: invalid username/password; logon denied
Is this a Bug in 19c? we have 12.1.0.2.0 DB Server with the same settings working without issues.