Recovery File Structures
«Prev
Using 2 redo log file groups
- g1_loga.ora:This is member 1 of group 1 stored on disk 1.
- g1_logb.ora:This is member 2 of group 1 stored on disk 2.
- g2_loga.ora:This is member 1 of group 2 stored on disk 1.
- g2_loga.ora:This is member 2 of group 2 stored on disk 2.
- LGWR:LGWR will write to members 1 & 2 of group 1. When a switch occurs, LGWR will write to members 1 & 2 of group 2.
- disk 1:If disk 1 fails, LGWR will continue writing to disk 2 without database failure.
- disk 2:If disk 2 fails, LGWR will continue writing to disk 1 without database failure.
- redo group 1:There must be at least 2 members of the same size in each group. Each group should contain the same number of members.
- redo group 2:There must be at least 2 members of the same size in each group. Each group should contain the same number of members.