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 databasealter pluggable database pdb1 close immediate;
drop pluggable database pdb1 including datafiles;
No comments:
Post a Comment