ORA-65011: Pluggable Database during OPEN/CLOSE PDB (Applicable only to EBS)
(Doc ID 2812640.1)
Last updated on JULY 20, 2024
Applies to:
Oracle Database - Enterprise Edition - Version 19.11.0.0.0 and laterInformation in this document applies to any platform.
Symptoms
Note :- This parameter is applicable only for EBS database
SQL> select NAME,OPEN_MODE from v$database;
NAME OPEN_MODE
--------- --------------------
TEST1 READ WRITE
SQL> sho pdbs
CON_ID CON_NAME OPEN MODE RESTRICTED
---------- ------------------------------ ---------- ----------
2 PDB$SEED READ ONLY NO
3 test1 MOUNTED
SQL> alter pluggable database "test1" close;
alter pluggable database "test1" close
*
ERROR at line 1:
ORA-65011: Pluggable database TEST1 does not exist.
SQL> alter session set container = "test1";
ERROR:
ORA-65011: Pluggable database TEST1 does not exist.
SQL> alter session set container = "TEST1";
ERROR:
ORA-65011: Pluggable database TEST1 does not exist.
Changes
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 |