Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: JVM version of 9.2.0.6

Re: JVM version of 9.2.0.6

From: Jared Still <jkstill_at_gmail.com>
Date: Fri, 2 Mar 2007 13:06:00 -0800
Message-ID: <bf46380703021306n7c379697s38dbafa6cff7d97f@mail.gmail.com>


Mark to the rescue again! :)

After reading the doc, it suddenly became clear:

> $ORACLE_HOME/jdk/bin/java -version

java version "1.3.1_01"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_01) Java HotSpot(TM) Client VM (build 1.3.1_01, mixed mode)

D'oh!

On 3/2/07, Bobak, Mark <Mark.Bobak_at_il.proquest.com> wrote:
>
> See MetaLink doc id *203849.1.*
>
> A small excerpt from that document is this table:
>
> Q1: Which JDK version goes with which driver version?
> A1: JDK and JDBC Certification Matrix
>
> JDK Driver File Name JDBC Version
> --- ---------------- ------------
>
> 1.1 classes111.zip 7.3.4 -
> 1.2 classes12.zip 8.1.6 -
> 1.3 classes12.zip 9.2 -
> 1.4 ojdbc14.zip 9.2 -
> 1.5 ojdbc14.zip 10.2 (not 10.1)
>
>
>
> Hope that helps,
>
> -Mark
>
> **
>
> *--*
> *Mark J. Bobak*
> *Senior Oracle Architect*
> *ProQuest/CSA*
>
> "There are 10 types of people in the world: Those who understand binary,
> and those who don't."
>
>
> ------------------------------
> *From:* oracle-l-bounce_at_freelists.org [mailto:
> oracle-l-bounce_at_freelists.org] *On Behalf Of *Jared Still
> *Sent:* Friday, March 02, 2007 2:27 PM
> *To:* klange_at_ppoone.com
> *Cc:* binhpham15_at_hotmail.com; oracle-l_at_freelists.org
> *Subject:* Re: JVM version of 9.2.0.6
>
> 11:21:19 SQL> select dbms_registry.version('JAVAVM') from dual;
>
> DBMS_REGISTRY.VERSION('JAVAVM')
> ----------------------------------------------------------------------------------------------------
>
> 9.2.0.7.0
>
> 1 row selected.
>
>
> That isn't the JVM version. It might be Oracle's designation for it,
> but this does not show what revision of Java is in use.
>
> What the OP is lookgin for is something like this, as in the original
> post.
>
> 11:20-ordevdb01:dv10:jkstill-11 > java -version
> java version "1.5.0_06"
>
> ie. What version of the Java SDK is the OJVM based on?
>
> On 2/27/07, Kevin Lange <klange_at_ppoone.com> wrote:
> >
> > select dbms_registry.version('JAVAVM') from dual;
> >
> >
> >
> >
> >
> > ------------------------------
> > *From:* oracle-l-bounce_at_freelists.org [mailto:
> > oracle-l-bounce_at_freelists.org] *On Behalf Of *Binh Pham
> > *Sent:* Tuesday, February 27, 2007 4:12 PM
> > *To:* oracle-l_at_freelists.org
> > *Subject:* JVM version of 9.2.0.6
> >
> > How do I find out the JVM version of 9.2.0.6 database? I'm talking
> > about the JVM running in the database, not what is on the server. On the
> > server, I've found this:
> >
> > $ORACLE_HOME/JRE/bin/jre -version
> >
> > java version "1.4.2.07"
> > Java(TM) 2 Runtime Environment, Standard Edition (build
> > 1.4.2.07-050121-15:53)
> > Java HotSpot(TM) Server VM (build 1.4.2 1.4.2.07-050121-17:30-PA_RISC2.0
> > PA2.0 (aCC_AP), mixed mode)
> >
> > ------------------------------
> > Find what you need at prices you'll love. Compare products and save at
> > MSN(r) Shopping. <http://g.msn.com/8HMAENUS/2728??PS=47575> --
> > http://www.freelists.org/webpage/oracle-l
> >
>
>
>
> --
> Jared Still
> Certifiable Oracle DBA and Part Time Perl Evangelist
>
>

-- 
Jared Still
Certifiable Oracle DBA and Part Time Perl Evangelist

--
http://www.freelists.org/webpage/oracle-l
Received on Fri Mar 02 2007 - 15:06:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US