Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: How can I find the javavm version?
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
![]() |
![]() |