Patching the GoldenGate home

Like other Oracle products, the binaries of GoldenGate include the OPatch utility. In earlier versions, the GoldenGate home had to be overwritten with the new binaries. For GoldenGate 12c, the OPatch utility checks the prerequisites, applies the patch, updates the Oracle inventory, and relinks binaries (if necessary). It is also possible to list the contents of the inventory to verify patch levels, as shown in the following code. Note that you must set the ORACLE_HOME environment variable so that it points to the GoldenGate home to list the correct OPatch inventory:

[oracle@db12server01 ~]$ cd $OGG_HOME/OPatch/
[oracle@db12server01 OPatch]$ export ORACLE_HOME=$OGG_HOME
[oracle@db12server01 OPatch]$ ./opatch lsinventory ...

Get Oracle GoldenGate 12c Implementer's Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.