Page 1 of 1

After executing the command -ALTER DISKGROUP diskgroup2 DROP DISK dg2a;You issue the following command from the ASM inst

Posted: Sun Jun 11, 2023 3:49 pm
by answerhappygod
After executing the command -ALTER DISKGROUP diskgroup2 DROP DISK dg2a;You issue the following command from the ASM instance:SELECT group_number, COUNT(*) FROM v$asm_operation;What is the implication if the query against V$ASM_OPERATION returns zero rows?

A. The drop disk operation is still proceeding and you cannot yet run the undrop disks operation.
B. The drop disk operation is complete and you can run the undrop disks command if needed.
C. The drop disk operation is complete and you cannot run the undrop disks command.
D. The query will fail since there is not a V$ASM_OPERATION view available in an ASM instance. E. None of the above is true.