Hi,
i am able to see duplicate sequence no in v$archived_log and with different completion date and register are arch and rman
SQL> select sequence#, registrar, recid, standby_dest, dest_id, to_char(completion_time,'DD-MON-YYYY HH24:MI:SS') completion_time from v$archived_log where sequence# ='443878';
SEQUENCE# REGISTR RECID STA DEST_ID COMPLETION_TIME
---------- ------- ---------- --- ---------- --------------------
443878 ARCH 206378 NO 1 07-AUG-2015 12:03:44
443878 RMAN 206435 NO 1 07-AUG-2015 19:12:39
in which scenario we will see this situation
appreciated for any inputs
BR
PGR