Skip to Main Content

GoldenGate

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

GoldenGate 19 integrated capture alter start time

Miller - BAEMay 8 2020 — edited May 13 2020

I am trying to reset the starting SCN number for an Integrated Capture extract. Logically I would like to use the ALTER EXTRACT myextact, BEGIN NOW. But that doesn't seem to work with Integrated Capture. So instead, I capture the current SCN from the database, and ALTER EXTRACT myextract, SCN <99999999>

For example:

pastedImage_0.png

But this still doesn't work. When I try to start the extract I get the following error:

pastedImage_3.png

What am I doing wrong?

What is the best way to reset an Integrated Capture extract to begin extracting now?

Thanks.

Comments
Post Details
Added on May 8 2020
2 comments
298 views