You should use “including
datafiles” clause while dropping a pluggable database otherwise ORA-65179 would
be returned
SQL> drop pluggable database testpdb; |
Following
is an example of successful execution of DROP command.
SQL> drop pluggable database testpdb including
datafiles; |
No comments:
Post a Comment