JDK for R12.2

classic Classic list List threaded Threaded
4 messages Options
big
Reply | Threaded
Open this post in threaded view
|

JDK for R12.2

big
Hi,

On R12.2.4 on AIX

How to know if an Oracle JDK is installed and used by R12.2  and if yes how to know it's version?

Or a natif IBM JDK is used by E-Business R12.2 ?

Thanks
Reply | Threaded
Open this post in threaded view
|

Re: JDK for R12.2

ErmanArslansOracleBlog
Administrator
Check the following MOS note.. There you will find java related sections.

        Java Versions
  ... Java Versions - Via Operating System
  ... Java Versions - Via SQL
  ... Java Versions - Via Application

Finding File Versions in the Oracle Applications EBusiness Suite - Checking the $HEADER (Doc ID 858957.1)
big
Reply | Threaded
Open this post in threaded view
|

Re: JDK for R12.2

big
Thank you.
Is JDK version the same as java version?

Following 858957.1 , I ran:

SQL> set serveroutput on
SQL>  exec fnd_aolj_util.getclassversionfromdb('oracle.apps.inv.transaction.server.BaseTransaction');
>>> Class: oracle.apps.inv.transaction.server.BaseTransaction
$Header: BaseTransaction.java 120.86.12020000.7 2014/02/21 08:43:00 pdong ship $
>>> Class: oracle.apps.inv.transaction.server.BaseTransaction
$Header: BaseTransaction.java 120.86.12020000.7 2014/02/21 08:43:00 pdong ship $

PL/SQL procedure successfully completed.


strings -a  $JAVA_TOP/oracle/apps/inv/transaction/server/BaseTransaction.class |grep '$Header'
P$Header: BaseTransaction.java 120.86.12020000.7 2014/02/21 08:43:00 pdong ship $

java -version
java version "1.7.0"
Java(TM) SE Runtime Environment (build pap3270sr5ifix-20130801_01(SR5+IV46430+IV45517))
IBM J9 VM (build 2.6, JRE 1.7.0 AIX ppc-32 20130617_152572 (JIT enabled, AOT enabled)
J9VM - R26_Java726_SR5_20130617_1436_B152572
JIT  - r11.b04_20130528_38954ifx1
GC   - R26_Java726_SR5_20130617_1436_B152572
J9CL - 20130617_152572)
JCL - 20130616_01 based on Oracle 7u25-b12

Then whatis my JDK? Does R12.2 use its own JDK or OS native JDK?
Regards.
Reply | Threaded
Open this post in threaded view
|

Re: JDK for R12.2

ErmanArslansOracleBlog
Administrator
There are different components in EBS and they use different java executables and libraries that are deployed with JDK or JREs.

Note thet; Oracle E-Business Suite application tier uses the JDK from a fixed installation location, [IAS_ORACLE_HOME]/appsutil/jdk

**Please see -> Overview of Using Java with Oracle E-Business Suite Release 12.x (Doc ID 418664.1)

See the following also (to understand the JDK usage in EBS) ->
Using JDK 7.0 Latest Update with Oracle E-Business Suite Release 12.0 and 12.1 (Doc ID 1467892.1)