res = posSetter.locateFilePosition(101, finder);
Assert.assertEquals(res.getStatus(), FilePositionResult.Status.ERROR,
"expected error for exact-match SCN that's 'too old'.");
// For SCN <= the earliest transactions maxSCN, we throw error
finder.reset();
res = posSetter.locateFilePosition(102, finder);
Assert.assertEquals(res.getStatus(), FilePositionResult.Status.ERROR,
"expected error for exact-match SCN that's 'too old'.");
// expect first non-corrupted SCN here, not first "transaction SCN":