Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: JVM version of 9.2.0.6
11:21:19 SQL> select dbms_registry.version('JAVAVM') from dual;
DBMS_REGISTRY.VERSION('JAVAVM')
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 -- http://www.freelists.org/webpage/oracle-lReceived on Fri Mar 02 2007 - 13:26:39 CST
![]() |
![]() |