Data Guard switchover applies sequence later?
edited Mar 10, 2010 4:18AM in High Availability Data Guard, Sharding and Global Data Services (MOSC) 5 commentsAnswered
I did a data guard switchover
on the new standby database the "select sequence#,applied from v$archived_log order by sequence#;" shows me the following:
is this the default behavior, or have I a misconfiguration?
9521 YES
9521 YES
9522 NO
9522 YES
9523 NO
9523 YES
9524 YES
9525 YES
SEQUENCE# APPLIED
---------- ---------
9526 YES
9527 YES
9528 YES
on the new standby database the "select sequence#,applied from v$archived_log order by sequence#;" shows me the following:
is this the default behavior, or have I a misconfiguration?
9521 YES
9521 YES
9522 NO
9522 YES
9523 NO
9523 YES
9524 YES
9525 YES
SEQUENCE# APPLIED
---------- ---------
9526 YES
9527 YES
9528 YES
0