HTTP Server patch set 10.1.3.4 or above is mandatory for Java 6.0 upgrade
Step 1 Download Latest Update of JDK 6.0
Attention: Download the 32-bit JDK, and not the Java Runtime Environment (JRE). Do not use the 64-bit version, which is not supported.Step 2 Stop all Application Tier Server Processes
cd $INST_TOP/admin/scripts/
adstpall.sh <apps username/apps password>
Step 3 Replace the JDK Home Used with Oracle EBS Release 12
On UNIX:
- cd [IAS_ORACLE_HOME]/appsutil/
- mv jdk jdk_old
- mkdir jdk
- cd jdk
- Install the downloaded latest update of JDK 6.0 here, i.e., [IAS_ORACLE_HOME]/appsutil/jdk
Execute the downloaded latest jdk bin file here, it should be executed from the above location ,i.e, IAS_ORACLE_HOME/appsutil/jdk
Press q to exit the License Agreement
Press y to accept the Terms
cd $IAS_ORACLE_HOME/appsutil/jdk/jdk<version>
mv * ../
cd $IAS_ORACLE_HOME/appsutil/jdk
rmdir jdk<version>
echo $ADJVAPRG
Should result IAS_ORACLE_HOME/appsutil/jdk/jre/bin/java
echo $AFJVAPRG
echo $AFJVAPRG
Should result $INST_TOP/admin/scripts/java.sh
$AFJVAPRG –version
$ADJVAPRG –version
No comments:
Post a Comment