1z0-447 Exam QuestionsBrowse all questions from this exam

1z0-447 Exam - Question 5


You must synchronize the starting point for Replicat with the restore point of the target database. How should you accomplish this?

Show Answer
Correct Answer: A

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.

Discussion

7 comments
Sign in to comment
Priyarobin
May 27, 2020

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?

JatindraOption: A
Apr 18, 2021

CORRECT ANSWER: A

chrishillingerOption: B
Dec 22, 2021

According to the following link it seems B is correct https://mdinh.wordpress.com/2015/02/10/goldengate-start-replicat-atscn-or-afterscn/

thien_tran96Option: A
Sep 14, 2020

A is correct Replicat should start from after restore point(SCN), so AFTERCSN is the choice.

AmrOption: A
Jun 30, 2022

A is correct

KelemOption: A
Apr 3, 2023

A is correct

houjing8512Option: A
Jul 5, 2024

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".