Monday, December 2, 2019

ORA-65025

Error

ORA-65025: Pluggable database PDB1 is not closed on all instances

Cause

An attempt was made to drop pluggable database when the database was still open.

Resolution

Close the pluggable database and drop the database


alter pluggable database pdb1 close immediate;

drop pluggable database pdb1 including datafiles;




No comments:

Post a Comment