- Java version in Goldengate.
GoldenGate 19c comes with an "embedded" JDK version located at $OGG_HOME/jdk. We can upgrade to the latest JDK 1.8.x available for Oracle GoldenGate.
To upgrade $OGG_HOME/jdk to the latest
Download Patch 36270061: Oracle SERVER JRE 8 Update 411
The download contains file -> p36270061_180411_Linux-x86-64.zip
Which in turn contains files -> \server-jre-8u411-linux-x64.tar.gz\server-jre-8u411-linux-x64.tar\jdk1.8.0_411\bin\
Just replace existing -> $OGG_HOME/jdk/*.* with ones from server-jre-8u411-linux-x64.tar\jdk1.8.0_411
Another Option :
JAVA_VERSION "1.8.0_411" is a part of latest OGG binaries, It is recommended to upgrade to latest OGG version :
Oracle GoldenGate 19.24.0.0.240716 Patch Set Availability ( Doc ID 3037155.1 )
Ref.
Can the Embedded Java Version Part Of OGG Home Be Upgraded ( Doc ID 2359395.1 )
How To Update JDK For Golden Gate $OGG_HOME/jdk? ( Doc ID 2803652.1 )
- Java Version in OEM agent.
By default, EM 13.4 Agent uses java version "1.8.0_231" (On Linux/ Solaris / Windows).
Please note that before upgrading the JDK on Agents, Ensure that OMS's (OEM) JDK has been Updated already.
Apply RU 19 ( Patch 34692141 ) or a later version on the Agent Home before upgrading the JDK on agent.
For Linux
1. Download Patch 35009178 from JDK 8 tab of Supported Java SE Downloads on MOS (Doc ID 1439822.2)
File Name: p35009178_180371_Linux-x86-64.zip
2. Stop Agent
<Agent_Base>/agent_inst/bin/emctl stop agent
3. Go to <AGENT_ORACLE_HOME>/oracle_common/
Example: <Agent_Base>/agent_13.4.0.0.0/oracle_common/
4. Take backup of jdk directory.
$mv jdk jdk_bak
5. Copy p35009178_180371_Linux-x86-64.zip to $AGENT_ORACLE_HOME/oracle_common/
6. Unzip p35009178_180371_Linux-x86-64.zip and check the readme.txt for the instructions to install it.
$tar zxvf jdk-8u371-linux-x64.tar.gz
It will create jdk1.8.0_371 directory. Rename it to jdk.
7. Confirm the version of the JDK by checking:
<AGENT_ORACLE_HOME>/oracle_common/jdk/bin/java -version
8. Start Agent
<Agent_Base>/agent_inst/bin/emctl start agent
Ref.
EM 13.4: How to Use the Latest Certified JDK 8 Update with 13.4 Agents (Doc ID 2659208.1)
- Java Version in RDBMS Oracle Home.
JDK and PERL Patches for Oracle Database Home and Grid Home (Doc ID 2584628.1)