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!

Having issue with UTL_mail.send for subject length more than 47

Oracle_CoderJan 5 2017 — edited Jan 5 2017

I am using utl_mail.send oracle 11g r2 for automate email in my Pl-SQL package. When i use the subject charater length more than 47 then the body of the email is getting corrupted(Attached the screenshot). Shorter subject length e-mail is coming perfect.

declare begin utl_mail.send(sender => 'Test@supersoft.com', subject => 'test10 Test10 more than 47 test 1234567890912312453254325345', message => 'Test', mime_type => 'text/plain; charset=us-ascii', recipients => 'interanet@supersoft.com'); end;

<code>enter image description here</code>

Could anyone please help me what might be the issue with this.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 2 2017
Added on Jan 5 2017
5 comments
1,032 views