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!

Using UTL_HTTP.begin_request pass parameters

1567114Aug 28 2017 — edited Sep 10 2017

Hello,

Need help how to parse using pl/sql procedure

I have a URL like http://www.testapi.com/sms/send?user=<userid>&pass=<password>&number=<destination_mobile_no>&plain=yes&message=<text message>

I am passing the URL using UTL_HTTP.begin_request but using & to add the parameters is not working

Please need help

This post has been answered by Paulzip on Aug 29 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 26 2017
Added on Aug 28 2017
13 comments
5,756 views