Patching Oracle GoldenGate MySQL with DDL Replication Enabled
For patching Oracle GoldenGate MySQL with DDL replication enabled , user requires additional steps:
-
Stop the metadata server by executing the DDL install script with
stopoption../ddl_install.sh stop user-id password port-number -
Replace the
metadata_serverexecutable in the installation directory. -
Start the metadata server running currently by running ddl install script with start option:
./ddl_install.sh start user-id password port-number
Note:
The DDL operations issued in between starting and stopping the metadata_server would be lost.Parent topic: Patching Oracle GoldenGate for Non-Oracle Databases