ORA-65179: cannot keep datafiles for a pluggable database that is not unplugged
2015-10-30 14:45 abce 阅读(2925) 评论(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>