Goldengate changes after Database switchover
Hello,
We are having a planned dataguard switchover for one of our main production databases next week.
Since we have a Golden Gate set up on the current primary, once we switchover to the standby, I need to gracefully move the extract to the standby server ( which will be the new primary then ).
I understand that I will have to stop the extract on the current primary before we do the switchover operations and restart it on the primary.
How will find the exact point ( like RBA, Sequence, SCN ) at which I need to restart the extract on the new primary ? I know I need to logdump the latest trailfile.
0