Question on EXPDP/IMPDP timing vs GoldenGate start SCN
Hello,
I have a question regarding export/import timing when implementing Oracle GoldenGate.
Assume I take an expdp export yesterday at SCN 88810000000. The export runs overnight, and I import it today. If I then start the Replicat today, will the time difference between when the export started and when the import completed affect replication?
For example, the current source database SCN is now 88840000000.
Below is the procedure I follow to configure Extract and Replicat:
#Source
ADD SCHEMATRANDATA <schema_name>
REGISTER EXTRACT <extract_name> DATABASE
ADD EXTRACT <extract_name>, INTEGRATED TRANLOG, BEGIN NOW
ADD EXTTRAIL ./dirdat/ld, EXTRACT <extract_name>
EDIT PARAMS <extract_name>