Replicat didn't capture the changes while Instantiation(expdp/impdp) is in progress
edited Mar 11, 2014 11:58AM in GoldenGate, Streams and Distributed Database (MOSC) 19 commentsAnswered ✓
Hi,
Replicat didn't capture the changes while Instantiation(expdp/impdp) is in progress . As Target tables went out of sync, we have used expdp/impdp method to refresh the specific tables by using the following method. However It didn't capture the changes while refresh is in progress.
Steps:
1. Stop the goldengate and deleted the both extract and replicats.
2. Truncate tables on target
3. Created the extract on source and started the extract === as to capture the changes while refresh is in progress.
4. Backup tables on source by using the expdp with the option "flashback_scn"
5. Refresh target tables by using impdp. Made sure table counts are the same on both side.
0