My Oracle Support Banner

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 later
Information in this document applies to any platform.

Symptoms

NOTE: In the images and/or the document content below, the user information and data used represents fictitious data from the Oracle sample schema(s) or Public Documentation delivered with an Oracle database product.  Any similarity to actual persons, living or dead, is purely coincidental and not intended in any manner.

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


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