Oracle Database 19c - password of user SYSTEM is not manager in manually (script) created database
Dear experts,
if we create a new database (version Oracle 19c) manually with pfile (init.ora) and sql-Script the password of user 'SYSTEM' is not 'manager'! Right after the database is created we cannot connect as system/manager and get an ORA-1017 instead.
This does not happen wtih Oracle 18c (same scripts).
The user SYSTEM is not locked.
Changig the password of SYSTEM is of course possible, even to 'manager'.
Of course one should change the passwords of the users like SYS or SYSTEM immediately anaway, and I know how to do that within the script.
But so far I did not find any information about changes regarding the user SYSTEM in Oracle 19c or bugs.