DBA Hub

📋Steps in this guide1/1

Drop a pluggable database

-- Need to run from root container;

oracle configurationintermediate
by OracleDba
13 views
1

Drop a pluggable database

Code/Command (click line numbers to comment):

1
2
3
4
5
6
7
8
-- 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;

Comments (0)

Please to add comments

No comments yet. Be the first to comment!