Hi all I wrote a procedure to send email via plsql procedure, It was compiled successfully but not working ....
here is the code (actuly i added the dbms output like step1 ,step 2 to see in which step the control is going on )
Code
span style="color: #F00;">'mail.cmcltd.com''akash.sharma@cmcltd.com''lalit.mohan@cmcltd.com''Step:1''Step:2''Step:3''Step:4''Step:5');
-- If we had the message in a single string, we could collapse
-- open_data(), write_data(), and close_data() into a single call to data().
'Step:6''This is a test message.''Step:7''This is line 2.''Step:8''Step:9''Step:10''Step:11''not executed i m in exeption 'Copyright GeekInterview.com
SQL> exec send_test_message
Step:1
Step:2
Step:3
Step:4
not executed i m in exeption
please advise
thanks
Questions by lalit4untl answers by lalit4untl
Showing Answers 1 - 1 of 1 Answers
Related Answered Questions
Related Open Questions
PL/SQL Procedure Send mail problem
here is the code (actuly i added the dbms output like step1 ,step 2 to see in which step the control is going on )
Related Open Questions