代码改变世界

ORA-65179: cannot keep datafiles for a pluggable database that is not unplugged

2015-10-30 14:45  abce  阅读(2882)  评论(0编辑  收藏  举报
SQL> drop pluggable database pdb2;
drop pluggable database pdb2
*
ERROR at line 1:
ORA-65179: cannot keep datafiles for a pluggable database that is not unplugged


SQL> drop pluggable database pdb2 including datafiles;

Pluggable database dropped.

SQL>