Using db2 7.2 DMS
We restored and rolled forward a database up to a point in time. About a week's worth of data was rolled forward using the logs.
The rollforward was successful, but we are missing some data that was entered in the database some 5 hours before the time given in rollforward command.
The db2diag.log file has entries in this sequence (between the start and finish of this rollforward) -
Rollforward has been initiated
Using parallel recovery with 5 agents 64 QSets 448 queues and 2 chunks
Invoking database rollforward forward recovery,
lowtranlsn 00278353E556 minbufflsn 002783149E7A
Invoking database rollforward backward recovery, nextlsn: 002a 611a 8ab3 .*a.г
Rollforward iteration completed
I want to know what is meant by "rollforward backward recovery". Does it mean that it encountered a damaged or missing log and stopped somewhere in the middle before the specified roll forward time?
If yes, is there a way to know the time up to which it actually rolled forward?
Thanks in advance.