Patching Oracle GoldenGate for SQL Server - Extract Requirements
ADD
TRANDATA
for each table that is already enabled for
TRANDATA
using these steps:
-
Stop all Oracle GoldenGate processes.
-
Follow normal patch procedures for binary replacement but do not start any Oracle GoldenGate processes.
-
Manually stop the SQL Server CDC Capture job for the database. If the job is processing a large transaction, it may take some time before it actually stops.
-
Ensure that the Extract is stopped.
-
Using GGSCI, run
ADD TRANDATA
again for every table that you previously enabled it for, including the heartbeat tables and any Replicat checkpoint table used as aFILTERTABLE
object for active/active configurations.Note:
Do not run the
DELETE TRANDATA
command. -
Manually restart the SQL Server CDC Capture job.
-
Manually restart the Oracle GoldenGate processes such as Extract, Replicat, and Manager.