You must synchronize the starting point for Replicat with the restore point of the target database. How should you accomplish this?
You must synchronize the starting point for Replicat with the restore point of the target database. How should you accomplish this?
To synchronize the starting point for Replicat with the restore point of the target database, you should use the AFTERCSN command option. This option ensures that Replicat starts processing changes from immediately after the specified SCN, thereby avoiding any overlap with transactions already included in the restore point.
According to the following link it seems B is correct https://mdinh.wordpress.com/2015/02/10/goldengate-start-replicat-atscn-or-afterscn/
CORRECT ANSWER: A
aftercsn and atcsn both can be used. so either question is incomplete it might have asked two options if not then why atcsn is wrong here?
The restore point includes the data before and at the SCN, so the goldengate replicat should start after that point of time, so it will be "aftercsn".
A is correct
A is correct
A is correct Replicat should start from after restore point(SCN), so AFTERCSN is the choice.