Wednesday 2 September 2020

(Native Plug-in) JRE UPGRADE In Apps R12.2 FROM JRE 6 TO JRE 8

 Document: Deploying JRE (Native Plug-in) for Windows Clients in Oracle E-Business Suite Release 12 (Doc ID 393931.1)

Step -1 Source RUN File System Environment in Application

$ apps2

  E-Business Suite Environment Information

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

  RUN File System                           : /u01/applmgr/upg/fs2/EBSapps/appl

  PATCH File System                       : /u01/applmgr/upg/fs1/EBSapps/appl

  Non-Editioned File System         : /u01/applmgr/upg/fs_ne

  DB Host: upgebs.hinopak.com  Service/SID: DELL

  Sourcing the RUN File System ...

Step -2 Apply adop Prepare Phase for Applying the Patch

$ adop phase=prepare

Enter the APPS password: apps

Enter the SYSTEM password: manager

Enter the WLSADMIN password: Oracle_123

Step -3 Apply Patch for JRE Upgrade (p26100397_R12.TXK.C_R12_GENERIC.zip)

$ cd /u01/install/Jre_upgrade_12.2.9/

$ cp p26100397_R12.TXK.C_R12_GENERIC.zip /u01/applmgr/upg/fs_ne

$ cd /u01/applmgr/upg/fs_ne/EBSapps/patch/

$ unzip -o p26100397_R12.TXK.C_R12_GENERIC.zip

$ adop phase=apply patches=26100397

Enter the APPS password: apps

Enter the SYSTEM password: manager

Enter the WLSADMIN password: Oracle_123

Step -4 Apply remaining adop Phases

$ adop phase=finalize

Enter the APPS password: apps

Enter the SYSTEM password: manager

Enter the WLSADMIN password: Oracle_123

$ adop phase=cutover

Enter the APPS password: apps

Enter the SYSTEM password: manager

Enter the WLSADMIN password: Oracle_123

$ adop phase=cleanup

Enter the APPS password: apps

Enter the SYSTEM password: manager

Enter the WLSADMIN password: Oracle_123

Step -5 Rename the JRE Plugin File

$ cd /u01/install/Jre_upgrade_12.2.9

$ chmod -Rf 775 jre-8u241-windows-i586.exe

$ ll jre-8u241-windows-i586.exe

-rwxrwxr-x 1 oracle dba 68477472 Mar 11 17:49 jre-8u241-windows-i586.exe

$ cp jre-8u241-windows-i586.exe j2se18241.exe

$ ll *.e

-rwxr-xr-x 1 oracle dba 68477472 Mar 11 17:51 j2se18241.exe

-rwxrwxr-x 1 oracle dba 68477472 Mar 11 17:49 jre-8u241-windows-i586.exe

Step -6 Place the Renamed JRE Plugin on the Web Application Tier

Note: Move the j2se<jversion>.exe file to the web application tier and place it in the following directory in the RUN File System:

$ cd $COMMON_TOP/webappoacore/util/javaplugin

$ ll

-rw-r--r-- 1 oracle dba 16897824 Aug 17  2011 j2se16027.exe

-rw-r--r-- 1 oracle dba      943 Aug 16  2011 readme.html

Note: Above Jre 6 Version j2se16027.exe is currently in use we would be replacing our jre 8 version j2se18241.exe

$ cd /u01/install/Jre_upgrade_12.2.9/

$ cp j2se18241.exe $COMMON_TOP/webapps/oacore/util/javaplugin

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

$ ll *.exe

-rw-r--r-- 1 oracle dba 16897824 Aug 17  2011 j2se16027.exe

-rwxr-xr-x 1 oracle dba 68477472 Mar 11 18:01 j2se18241.exe

Step -7 Upgrade and Configuration

$ cd  $FND_TOP/bin  ---------------------- (Go to Jre Upgrade Script Directory)

$ ls txkSetPlugin.sh

txkSetPlugin.sh

$ txkSetPlugin.sh 18241    ---------------- (Run Jre Upgrade Script)

Enter the APPS user password: apps

AutoConfig completed successfully.

Done

No comments:

Post a Comment