Archive Gap Resolution in ORACLE 11g
Basically There are 4 Possibilities to resolve an Archive Gap on a Standby Database.
- Automatic Gap Resolution
- FAL (Fetch Archive Log) Gap Resolution
- Manual Gap Resolution
- Roll forward using Incremental Backup (Physical Standby only)
I have two questions :
How oracle database decides which Methods of Gap Resolution need to be follow ? is there any algorithm or conditions ?
Last i heard somewhere that in ORACLE 11g, if there is archive log gap situation and we simply copy paste missing archive logs from primary to standby server archive_dest location.
database will be automatically do rest of the things, we do not need to register copied archive logs with standby database, is this correct ?