Enabling Real-Time Apply Options
edited May 14, 2013 7:12AM in High Availability Data Guard, Sharding and Global Data Services (MOSC) 5 commentsAnswered
What is the difference between starting the REAL TIME APPLY with option:Option 1# ALTER DATABASE RECOVER MANAGED STANDBY DATABASE USING CURRENT LOGFILE DISCONNECT;
Option 2# ALTER DATABASE RECOVER MANAGED STANDBY DATABASE USING CURRENT LOGFILE DISCONNECT FROM SESSION PARALLEL;
Will the Option 2, enable the recovery in parallel for archive gaps arising when the standby gets down?
Option 2# ALTER DATABASE RECOVER MANAGED STANDBY DATABASE USING CURRENT LOGFILE DISCONNECT FROM SESSION PARALLEL;
Will the Option 2, enable the recovery in parallel for archive gaps arising when the standby gets down?
0