Oracle Database 12c: Installation and Administration — Question 183

Examine the following ALTER command:
SQL> ALTER DISKGROUP dgroup1 UNDROP DISKS;
What is the purpose of the command?

Answer options

Correct answer: A

Explanation

The correct answer is A because the ALTER DISKGROUP dgroup1 UNDROP DISKS command is specifically designed to cancel any pending disk drops within the specified disk group. Options B, C, D, and E incorrectly imply that the command restores or mounts disks that have already been dropped, which is not the case.