My Oracle Support Banner

12.2 New Common User Can't Change It's Password If There Is A Read only PDB (Doc ID 2498606.1)

Last updated on APRIL 17, 2023

Applies to:

Oracle Database - Enterprise Edition - Version 12.2.0.1 to 19.1 BETA [Release 12.2 to 18]
Information in this document applies to any platform.

Symptoms

On : 12.2.0.1 and above version, Oracle Multitenant

When attempting to change the password of recently created common user ,
the following error occurs.

ERROR
-----------------------
ERROR at line 1:
ORA-65048: error encountered when processing the current DDL statement in pluggable database PDB2
ORA-01435: user does not exist



STEPS
-----------------------
New common user is not able to change it's password if there is a PDB in Read only mode.

SQL> show pdbs

  CON_ID CON_NAME                       OPEN MODE  RESTRICTED
---------- ------------------------------ ---------- ----------
       2 PDB$SEED                       READ ONLY  NO
       3 PDB1                           MOUNTED
       4 PDB2                          READ ONLY  NO

 

SQL>Create user c##user1 identified by ***;

SQL> exit

SQL> sqlplus c##user1

SQL> alter user c##user1 identified by *** replace ***;
alter user c##user1 identified by *** replace ***
*
ERROR at line 1:
ORA-65048: error encountered when processing the current DDL statement in pluggable database PDB2
ORA-01435: user does not exist


This was not an issue in 12.1, it is an issue only in 12.2/18c/19c beta DB

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
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.