You have configured and added the Extract and Replicat tasks by using the Direct Load method. What do you need to do to get the processes up and running?
You have configured and added the Extract and Replicat tasks by using the Direct Load method. What do you need to do to get the processes up and running?
When using the Direct Load method for Extract and Replicat tasks in Oracle GoldenGate, you only need to start the Extract task. The Replicat task is started automatically by GoldenGate when the initial-load Extract is started, so there is no need to manually start the Replicat task.
A is the answer as per https://docs.oracle.com/en/middleware/goldengate/non-stop/12.3.0.1/admin/configuring-initial-data-synchronization.html#GUID-412FC2E8-6722-476A-B205-1F07970BE945
correct
The correct is A
In directload method, the parameter starts the replicat automatically .. we only need to start the extract : https://docs.oracle.com/goldengate/1212/gg-winux/GWUAD/wu_initsync.htm#GWUAD564
You start the Golden Gate initial-load process by starting the Extract. Remember, it isn’t necessary to start the Replicat, because GoldenGate does this automatically for the initial load when the initial-load Extract is started. Golden Gate only automatically starts the Replicat for an initial-load Replicat, not for the ongoing-change Replicat. When the load is complete, GoldenGate automatically stops the initial load Extract and Replicat.
A is the correct answer which just start initial-extract task only and Do not start the initial-load Replicat manually.
B is correct
B is the correct answer
https://docs.oracle.com/goldengate/1212/gg-winux/GWUAD/wu_initsync.htm#GWUAD564 Only initial-load replicat is started automatically by initial-load extract. The change replicat still need to be started manually. So i think C is correct according to the doc.