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

Home -> Community -> Mailing Lists -> Oracle-L -> utl_mail.send

utl_mail.send

From: Paul Baumgartel <treegarden_at_yahoo.com>
Date: Tue, 31 Aug 2004 14:55:10 -0700 (PDT)
Message-ID: <20040831215510.13298.qmail@web13424.mail.yahoo.com>


I can't get utl_mail.send to work--has anyone else tried it? My own uty$mail program, which calls utl_smtp, works fine on the same database.

DBMAINT_at_t03c> begin
  2 utl_mail.send('dba_at_transcentive.com', 'pbaumgartel_at_transcentive.com','test');
  3 end;
  4 /
begin
*
ERROR at line 1:

ORA-29261: bad argument
ORA-06512: at "SYS.UTL_ENCODE", line 190
ORA-06512: at "SYS.UTL_ENCODE", line 315
ORA-06512: at "SYS.UTL_MAIL", line 127
ORA-06512: at "SYS.UTL_MAIL", line 258
ORA-06512: at "SYS.UTL_MAIL", line 350
ORA-06512: at line 2





		
__________________________________

Do you Yahoo!?
Yahoo! Mail - Helps protect you from nasty viruses. http://promotions.yahoo.com/new_mail

Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--

Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
Received on Tue Aug 31 2004 - 16:50:46 CDT

Original text of this message

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