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 -> Re: ORA-29534: referenced object could not be resolved

Re: ORA-29534: referenced object could not be resolved

From: Rauf Sarwar <rs_arwar_at_hotmail.com>
Date: 23 Apr 2003 12:41:46 -0700
Message-ID: <92eeeff0.0304231141.7e37f0f1@posting.google.com>


schumacherfan2003_at_yahoo.com (leo) wrote in message news:<79d24144.0304230037.621ddabf_at_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.

If it is simple mail then you can use UTL_SMTP package or is that not an option?

Regards
/Rauf Sarwar Received on Wed Apr 23 2003 - 14:41:46 CDT

Original text of this message

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