Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

error in UTL_SMTP.rcpt command

user10685034Mar 14 2012 — edited Mar 14 2012
Hi,

I am using UTL_SMTP.rcpt commnd to send mail to multiple user but its getting error when v_email_id_1 string length exceeds 500 .

UTL_SMTP.rcpt(v_l_mail_conn, v_email_id_1);

v_l_mail_conn := UTL_SMTP.connection;
v_email_id_1:= is a varchar2 field which contain list of people to whom we have to send mail.

Please suggest some other option or root cause of the error ?

Thanks in advance.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 11 2012
Added on Mar 14 2012
6 comments
916 views