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

Home -> Community -> Usenet -> c.d.o.server -> Re: How can I find the javavm version?

Re: How can I find the javavm version?

From: UncleOra <uncleora_at_uncleora.com>
Date: 2 Nov 2004 00:07:34 -0800
Message-ID: <d200c933.0411020007.424721eb@posting.google.com>


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

SELECT comp_name, status, substr(version,1,10) as version from dba_registry;

You also can use UncleOra (http://www.uncleora.com) with scripts collection. Received on Tue Nov 02 2004 - 02:07:34 CST

Original text of this message

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