How to Drop Pluggable Database (PDB)by Ed ChenMay 26, 2021January 12, 2022DROP PLUGGABLE DATABASE Since Pluggable Database (PDB) becomes more flexible than dedicated databases, we may create a PDB for some specific purpose, use it for… Read More »How to Drop Pluggable Database (PDB)
How to Resolve ORA-65025: Pluggable database is not closed on all instances.by Ed ChenMay 22, 2021May 17, 2022ORA-65025 ORA-65025 means that the pluggable database should be closed completely for further operations like dropping. Let's see some cases about this error. Drop PDB… Read More »How to Resolve ORA-65025: Pluggable database is not closed on all instances.
How to Resolve ORA-65179: cannot keep datafiles for a pluggable database that is not unpluggedby Ed ChenMay 22, 2021March 28, 2021ORA-65179 Let's see a unsuccessful case of dropping a pluggable database (PDB). SQL> drop pluggable database orclpdb2; drop pluggable database orclpdb2 * ERROR at line… Read More »How to Resolve ORA-65179: cannot keep datafiles for a pluggable database that is not unplugged