I'm attempting to restore an Oracle database from a previous nights backup and then roll forward to any time during the current day. I've restored the datafiles and redo log files, started the database in mount mode and used the RECOVER DATABASE UNTIL TIME 'yyyy-mm-dd:hh:mm:ss; command to roll the database forward to a specific time. This starts off working fine, I get prompted to apply several archive logs, which I do, then after a while I get an error message similar to the following:
ORA-00314: log 2 of thread 1, expected sequence# 878 doesn't match 774
ORA-00312: online log 2 thread 1: 'E:\ORALIVE\REDOLOGS\LOGLIVE2.ORA'
Does anybody know what is causing this and how I can get around it???
ORA-00314: log 2 of thread 1, expected sequence# 878 doesn't match 774
ORA-00312: online log 2 thread 1: 'E:\ORALIVE\REDOLOGS\LOGLIVE2.ORA'
Does anybody know what is causing this and how I can get around it???