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: loadjava: JAR with long package names

Re: loadjava: JAR with long package names

From: bung ho <bung_ho_at_hotmail.com>
Date: 17 Jun 2003 09:49:55 -0700
Message-ID: <567a1b1.0306170849.392c65bd@posting.google.com>


rs_arwar_at_hotmail.com (Rauf Sarwar) wrote in message news:<92eeeff0.0306161402.4746ed70_at_posting.google.com>...
> bung_ho_at_hotmail.com (bung ho) wrote in message news:<567a1b1.0306160828.17c8e465_at_posting.google.com>...
>
> I think OP needs to find out if jar file was loaded successfully and
> classes are valid.
>
> SQL> SELECT object_name, sys.dbms_java.longname(object_name) longname,
> status
> FROM user_objects
> WHERE object_type LIKE 'JAVA%'
> AND sys.dbms_java.longname(object_name) LIKE 'com/dataimages/%';
>
> If status is INVALID, then reload jar file, but this time use -resolve
> option with loadjava as seen in your example.
>
> Regards
> /Rauf Sarwar

you're probably right. but for whatever reason the OP seems to be convinced that the package name makes the object name too long, and i was wondering. oh well. Received on Tue Jun 17 2003 - 11:49:55 CDT

Original text of this message

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