What is the implication if the query against V$ASM_OPER…

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?

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.

Explanation:
Once the DROP DISK operation is completed, you CANNOT run the UNDROP DISKS command any more.



Leave a Reply 0

Your email address will not be published. Required fields are marked *