Configure AUTORESTART to have additional options for REPLICATs
I am working with GoldenGate v19.1.0.0.210420
We have a situation in our QA environments where we need to support replication from a backdated DB2 environment to a current dated Oracle environment after a data refresh has happened. We accomplish this by restoring data on the 2 systems manually to a base, starting the data extraction on the back data environment normally (but with system dates in the past) and then starting the REPLICATs on the target system with NOFILTERDUPLICATES to apply the updates that, from a timestamp perspective, GG feels it has already processed.
The problem arises when (for any reason) the REPLICAT on the target is AUTORESTARTed by the manager after a failure, since it will restart with the default FILTERDUPTRANSACTIONS, which will skip any replication from the back dated environment.