E-Mail Problem [message #58489] |
Tue, 02 September 2003 22:33 |
Dhiren Patel
Messages: 16 Registered: December 2002
|
Junior Member |
|
|
APPS:CLON>exec send_mail(msg_to=>'dhiren30p@yahoo.co.in', -
> msg_subject => 'Hello from Oracle', -
> msg_text => 'This is the body of the message'-
> );
BEGIN send_mail(msg_to=>'dhiren30p@yahoo.co.in', msg_subject => 'Hello from Oracle', msg_text => '
*
ERROR at line 1:
ORA-29531: no method get_crlf in class oracle/plsql/net/TCPConnection
ORA-06512: at "SYS.UTL_TCP", line 678
ORA-06512: at "SYS.UTL_TCP", line 671
ORA-06512: at "SYS.UTL_SMTP", line 102
ORA-06512: at "SYS.UTL_SMTP", line 121
ORA-06512: at "APPS.SEND_MAIL", line 11
ORA-06512: at line 1
|
|
|