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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: How to send email from pl/sql in 806?

Re: How to send email from pl/sql in 806?

From: Jared Still <jkstill_at_cybcon.com>
Date: Wed, 30 May 2001 22:54:21 -0700
Message-ID: <F001.00315039.20010530223544@fatcity.com>

Your procedure is masking the error in the exception block.

Comment out the exception block to see the real error.

Jared

On Wednesday 30 May 2001 22:18, you wrote:
> it gives other error msg which are defined in the exception body inside the
> procedure.
> here it goes..
>
> EXCEPTION
> when others then
> raise_application_error(-20000,'Unable to send e-mail message from
> pl/sql');
>
> this msg is returned with ora 06512
>
> any suggestions..
> ----- Original Message -----
> From: Jared Still <jkstill_at_cybcon.com>
> To: <ORACLE-L_at_fatcity.com>; Saurabh Sharma <saurabhs_at_fcsltd.com>
> Sent: Wednesday, May 30, 2001 9:43 PM
> Subject: Re: How to send email from pl/sql in 806?
>
> > On Wednesday 30 May 2001 03:10, Saurabh Sharma wrote:
> > > should i give it all four arguments. but it still not executing saying
> > > ora-06512
> >
> > There are always other error messages accompanying an ORA-6512.
> >
> > What are they?
> >
> > Jared

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Jared Still
  INET: jkstill_at_cybcon.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Thu May 31 2001 - 00:54:21 CDT

Original text of this message

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