Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: How can I find the javavm version?
See the oracle installation log and patch installation log.
$ORACLE_BASE/oraInventory/logs/InstallActions*.log
I'm not sure whether there is query for showing Java version. what I only know is
select * from v$version;
but it doesn't show java version.
OUI surely will show you all the version of components.
I upgraded my DB 9.2.0.2 -> 9.2.0.5.
and the JVM version is like this.
Oracle JVM 9.2.0.1.0
Oracle JVM Patch 9.2.0.5.0
-Christine-
Harry Boswell <Harry_Boswell@@deq.state.ms.us> wrote in message news:<cv55o0l3j3vo6tgluki3n2kul3k44uded3_at_4ax.com>...
> I thought I had seen a simple query to give this information, but I can't
> find it again. I need to know what version of the javavm is
> installed/enabled in my database - 9.2.0.5, Solaris 9.
>
> Thanks,
> Harry Boswell
Received on Tue Nov 02 2004 - 01:01:04 CST
![]() |
![]() |