Saturday, June 26, 2021

Upgrade JRE in Oracle Apps R12.2.9 to j2se18077

 --> Steps for j2se18077 update:

Perform the below steps for both fs1 and fs2:

cd $COMMON_TOP/webapps/oacore/util/javaplugin/

cp -p j2se18077.exe .

Stop APP services

RUN BELOW COMMAND ACROSS ALL SERVERS THAT RUNS FORMS SERVICE

cd $FND_TOP/bin

txkSetPlugin.sh 18077

Note- [This will run autoconfig on current node]

Start APP Services

Verification

$ grep s_sun_plugin_ver $CONTEXT_FILE

         <sun_plugin_ver oa_var="s_sun_plugin_ver">1.8.0_077</sun_plugin_ver>

No comments: