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

Home -> Community -> Usenet -> c.d.o.misc -> ORA-29534: referenced object could not be resolved

ORA-29534: referenced object could not be resolved

From: leo <schumacherfan2003_at_yahoo.com>
Date: 23 Apr 2003 01:37:33 -0700
Message-ID: <79d24144.0304230037.621ddabf@posting.google.com>


Hello,

I am trying to use java mailing API's to send mails from Oracle database. I am able to import my java classes successfully, but when i resolve these using the -resolve option when using loadjava, i get ORA-29534. Now i know that this problem occurs because the classes refrenced in my java class do not exist in the db. My class uses 6 classes from the javax.mail package. If i import these too using loadjava, the problem resurfaces as these 6 classes use many many other classes from numerous java API packages and so on and on......

What is the solution to this? Do i have to load in the very big jar file which contains ALL java API classes? I use weblogic server, and this would imply loading weblogic.jar into oracle which sounds absurd to me.

Please revert back with suggestions.

Regards,
Leo. Received on Wed Apr 23 2003 - 03:37:33 CDT

Original text of this message

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