Oracle
1Z0-432 · Question #92
What is the correct syntax to put a DATA1 disk offline for a failure group FG1, and drop it after five minutes?
The correct answer is C. It is not possible to specify a disk In a FAILGROUP. https://docs.oracle.com/database/121/SQLRF/statements_1009.htm#BABEJJID
Administering ASM
Question
What is the correct syntax to put a DATA1 disk offline for a failure group FG1, and drop it after five minutes?
Options
- AALTER DISKGROUP data OFFLINE DISK DATA1IN FAILGROUP FG2 DROP AFTER 5m;
- BIt is not possible to drop it after five minutes.
- CIt is not possible to specify a disk In a FAILGROUP.
- DALTER DISKGROUP data OFFLINE DISKS IN FAILGROUP FG2 DROP AFTER 5m;
- EALTER DISKGROUP data OFFLINE DISKDATA1IN FAILGROUP FG2 DROP AFTER 5 minutes;
How the community answered
(47 responses)- A2% (1)
- B11% (5)
- C83% (39)
- D4% (2)
Explanation
https://docs.oracle.com/database/121/SQLRF/statements_1009.htm#BABEJJID
Topics
#ALTER DISKGROUP#OFFLINE DISK#FAILGROUP#ASM disk management
Community Discussion
No community discussion yet for this question.