Re: How to tell if NCOMP Jave Library files installed
- From: Kurt Franke <Kurt-Franke@xxxxxx>
- To: JDunn@xxxxxxxxx, dannorris@xxxxxxxxxxxxx
- Date: Thu, 02 Apr 2009 20:47:36 +0200
>select comp_name,status from dba_registry;
>
> On Thu, Apr 2, 2009 at 8:33 AM, John Dunn <JDunn@xxxxxxxxx> 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
Other related posts: