Drop a pluggable database
-- Need to run from root container;
oracle configurationintermediate
by OracleDba
13 views
-- Need to run from root container;
12345678
-- Need to run from root container;
SQL>
show con_name
CON_NAME
------------------------
CDB$ROOT
ALTER PLUGGABLE DATABASE PDB1 CLOSE IMMEDIATE;
DROP PLUGGABLE DATABASE PDB1 INCLUDING DATAFILE;Please to add comments
No comments yet. Be the first to comment!