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!

SEND ARABIC TEXT in SMS

569251Feb 19 2008 — edited Feb 19 2008
Hi all ,


I have a webservice that i am using to send sms and i am invoking this webservice
from function in package ,
it accepts many parameter one parameter it is the message that i want to send
when i write the message in english it will be send to the users on phone
but when i write it in arabic it will be send to the users as empty message the problem it is from the database coz when i tried to apply this on the web service itself it works fine should i add anything before the parameter
this is the statment i am using to call the webservice to send the sms;
select pkg_sms_utility.fnc_send_sms(<mobile_phone>,<MESSAGE>,<ISUNICODE>,<APPLICATION_USER>) from
dual;
Thanks in advnce
Regards
Ahmed

Message was edited by: Ahmed
aa
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 18 2008
Added on Feb 19 2008
9 comments
1,012 views