Re: How to tell if NCOMP Jave Library files installed

From: Kurt Franke <Kurt-Franke_at_web.de>
Date: Thu, 02 Apr 2009 20:47:36 +0200
Message-Id: <1202179179_at_web.de>


>select comp_name,status from dba_registry;

>
> On Thu, Apr 2, 2009 at 8:33 AM, John Dunn <JDunn_at_sefas.com> wrote:
>
> Oracle 10.
>
> How can I tell if I have the NCOMP Java Library files installed?

this information is not present in dba_registry

select dbms_java.full_ncomp_enabled from dual;

will get 'OK' as output if the installation is done and will raise the exception ORA-29558 otherwise

regards

kf

--
http://www.freelists.org/webpage/oracle-l
Received on Thu Apr 02 2009 - 13:47:36 CDT

Original text of this message