Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> utl_mail.send
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 __________________________________