ORA-00600: [kpdbsecModAdmPrvOrPasswd: crt_no_priv_or_passwd] while trying to Open New PDB
(Doc ID 2484714.1)
Last updated on APRIL 17, 2023
Applies to:
Oracle Database - Enterprise Edition - Version 12.2.0.1 and laterInformation in this document applies to any platform.
Symptoms
Opening the newly created PDB throws below error.
SQL> alter pluggable database PDB1 open;
alter pluggable database PDB1 open
*
ERROR at line 1:
ORA-00603: ORACLE server session terminated by fatal error
ORA-00600: internal error code, arguments: [ktcpoptx:!cmt top lvl], [], [], [],[], [], [], [], [], [], [], []
ORA-00600: internal error code, arguments: [kpdbsecModAdmPrvOrPasswd:crt_no_priv_or_passwd], [], [], [], [], [], [], [], [], [], [], []
Process ID: 823
Session ID: 3409 Serial number: 26566
Changes
Error might be related to when using:
SQLNET.ALLOWED_LOGON_VERSION_SERVER = 12
and password_version is only 10g
select con_id, username, password_versions from cdb_users
CON_ID USERNAME PASSWORD_VERSIONS
---------- ------------------------------ -----------------
1 C##XYZ 10G
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |