Failure group
Hi,
I read this:
https://docs.oracle.com/database/121/OSTMG/GUID-9AAB5AE7-D819-4CDA-9552-4B41C3383C73.htm
Oracle ASM Failure Groups
Failure groups are used to store mirror copies of data.
Does it mean that in a Disk group we have the main disk containing data and the failure groups to store mirror copies?
For example when we run:
CREATE DISKGROUP disk_group_1 NORMAL REDUNDANCY
FAILGROUP failure_group_1 DISK
'/devices/diska1' NAME diska1,
'/devices/diska2' NAME diska2
FAILGROUP failure_group_2 DISK
'/devices/diskb1' NAME diskb1,
'/devices/diskb2' NAME diskb2;
A disk for data other than