DROP DISKGROUP dgroup1 EXCLUDING CONTENTS; - Error because disk group is not empty - Oracle Control Files
Q. In your Automatic Storage Management (ASM) instance, one of the nonempty disk groups, DGROUP1, is no longer required and you want this disk group to be removed. You execute the following command to achieve this objective.
DROP DISKGROUP dgroup1 EXCLUDING CONTENTS;
What would be the result of this command?- Published on 12 Aug 15a. This command would result in an error because the disk group is not empty
b. The command would drop the disk group, ignoring the EXCLUDING CONTENTS option
c. The command would result in the disk group being marked as INVALID because it cannot be dropped
d. The command would result in the contents being moved to the parent disk group and dropping of the disk group
ANSWER: This command would result in an error because the disk group is not empty