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.
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?
CORRECT ANSWER: A
According to the following link it seems B is correct https://mdinh.wordpress.com/2015/02/10/goldengate-start-replicat-atscn-or-afterscn/
A is correct Replicat should start from after restore point(SCN), so AFTERCSN is the choice.
A is correct
A is correct
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".