v$archived_log still showing older sequence after failover in datagaurd
Hi,
oracle version : 11.2.0.2
os : redhat linux 5.8
We did failover due to failure of production database in datagaurd but if i query v$archived_log still it showing older sequences
SQL> select max(sequence#) from v$archived_log;
MAX(SEQUENCE#)
--------------
23541
where current sequence is
SQL> select max(sequence#) from v$log;
MAX(SEQUENCE#)
--------------
859
any inputs please