ORA-65179: cannot keep datafiles for a pluggable database that is not unplugged
My Environment where tested: OCI DBCS 19c
SQL> alter session set container=OCIBENCH;
Session altered.
SQL> drop pluggable database OCIBENCH;
drop pluggable database OCIBENCH
*
ERROR at line 1:
ORA-65179: cannot keep datafiles for a pluggable database that is not unplugged
SQL> drop pluggable database OCIBENCH including datafiles;
Pluggable database dropped.
SQL>
SQL> sho pdbs
CON_ID CON_NAME OPEN MODE RESTRICTED
---------- ------------------------------ ---------- ----------
2 PDB$SEED READ ONLY NO
3 ORCL_PDB1 READ WRITE NO
SQL>
Comments