Oracle Drop Pluggable Database (SQLPLUS command line or DBCA) Bulent Soylu October 7, 2023 multitenantoraclePLUGGABLE SQLPLUS show pdbs; alter pluggable database orclpdb close instances=all; drop pluggable database orclpdb including datafiles; DBCA Related posts: Hot Cloning a Remote PDB or Non-CDB Multitenant : DBCA PDB Remote Clone in Oracle Database 19c How To Setup Listener For PDBS In Multitenant Database. Oracle COMPATIBLE VS OPTIMIZER_FEATURES_ENABLE