Database Error Messages

ORA-65179

cannot keep datafiles for a pluggable database that is not unplugged

Cause

An attempt was made to drop a pluggable database without specifying the INCLUDING DATAFILES clause, and the pluggable database has not been unplugged.


Action

Unplug the pluggable database before dropping the pluggable database or use the INCLUDING DATAFILES clause in the DROP PLUGGABLE DATABASE statement.