Skip to content
Home » Oracle » How to Check GoldenGate Version

How to Check GoldenGate Version

GoldenGate Versions

Currently, there're several GoldenGate versions in Oracle:

You may download the latest GoldenGate in Oracle.

Check GoldenGate Version

Before downloading the right patches for Oracle GoldenGate, we have to know the current release no.

To get the version information correctly and prevent error "OPatch failed with error code 19", we have to set ORACLE_HOME to GoldenGate's Home.

[oracle@ora12c ~]$ export ORACLE_HOME=$OGG_HOME
[oracle@ora12c ~]$ export PATH=$PATH:$ORACLE_HOME/OPatch
[oracle@ora12c ~]$ which opatch
/ogghome/OPatch/opatch

Then we list the inventory of this ORACLE_HOME.

[oracle@ora12c ~]$ opatch lsinventory
Invoking OPatch 11.2.0.1.7

Oracle Interim Patch Installer version 11.2.0.1.7
Copyright (c) 2011, Oracle Corporation.  All rights reserved.


Oracle Home       : /ogghome
Central Inventory : /u01/app/oraInventory
   from           : /etc/oraInst.loc
OPatch version    : 11.2.0.1.7
OUI version       : 11.2.0.3.0
Log file location : /ogghome/cfgtoollogs/opatch/opatch2020-08-21_19-32-01PM.log

Lsinventory Output file location : /ogghome/cfgtoollogs/opatch/lsinv/lsinventory2020-08-21_19-32-01PM.txt

--------------------------------------------------------------------------------
Installed Top-level Products (1):

Oracle GoldenGate Core                                               12.1.2.0.0
There are 1 products installed in this Oracle Home.


There are no Interim patches installed in this Oracle Home.


--------------------------------------------------------------------------------

OPatch succeeded.

It's Oracle GoldenGate Core 12.1.2.0.0. By the way, the OUI version is 11.2.0.3.0.

Leave a Reply

Your email address will not be published. Required fields are marked *