Page 1 of 1

A database instance is using an Automatic Storage Management (ASM) instance, which has a disk group, DGROUP1, created as

Posted: Sun Jun 11, 2023 3:49 pm
by answerhappygod
A database instance is using an Automatic Storage Management (ASM) instance, which has a disk group, DGROUP1, created as follows:SQL> CREATE DISKGROUP dgroup1 NORMAL REDUNDANCYFAILGROUP controller1 DISK '/devices/diska1', '/devices/diska2'FAILGROUP controller2 DISK '/devices/diskb1', '/devices/diskb2';What happens when the whole CONTROLLER1 Failure group is damaged?

A. The transactions that use the disk group will halt.
B. The mirroring of allocation units occurs within the CONTROLLER2 failure group.
C. The data in the CONTROLLER1 failure group is shifted to the CONTROLLER2 failure group and implicit rebalancing is triggered.
D. The ASM does not mirror any data and newly allocated primary allocation units (AU) are stored in the CONTROLLER2 failure group.