gv$archived_log shows "gaps" in SCN between NEXT_CHANGE# and FIRST_CHANGE# of the next log. Should I
I've got a 3-node RAC running 10g (10.2.0.4) on AIX. It all runs smoothly but I have noticed some strange behaviour in GV$ARCHIVED_LOG.
Following an 'open database resetlogs', there seems to be "gap" in SCN between the NEXT_CHANGE# value on one archivelog #1 and the FIRST_CHANGE# on the subsequent archivelog #2.
All following archivelogs have an exact match, where the prior archivelog NEXT_CHANGE# = following archivelog FIRST_CHANGE#. This is true for archivelogs #2, #3, #4, #5...etc
All the archivelogs are present and there are no gaps in sequence & thread.
So, the question is "Should I worry"? Will this compromise my ability to recover this database? Also, this database is the source for a datawarehouse stage database. Am I losing transactions?