Sending SMS from the Oracle Forms10g.

Hello All,
I am using Oracle 10g 10.1.2.3.0 version. My requirment is to send the SMS through the Oracle forms or PLSQL. I got it in the some forum, but every body are using the "esendex" username, password and account. Is there any other way to do it through the forms or PLSQL. I do not want to use the "esendex" account. Please advice..
Thanks,
SUN
Edited by: User SUN@ on Jul 20, 2009 6:09 PM

Hi,
Check out this link (Unable to send mail from oracle forms
Hope it helps you.
Navnit

Similar Messages

  • Sending an sms from the Oracle On Demand

    Hi,
    Is there any possible way to send an sms to mobiles from oracle on demand...
    Please keep me posted on this and also if u have any documents please send the documents @ [email protected]
    Thanks,
    Srinivas Merugu

    Srinivas,
    We have an add on that does this, especially from the Service Request object. I'll send you an email to discuss it.
    cheers
    Alex

  • Can I use my MAC (G5 & OS 10.4) to send SMS from the UK?

    (The third of my first set of postings!)
    When I used an earlier PowerMac and OS 9, I was able to dial a Vodafone number (using the communications module of Claris Works) to send SMS messages to mobile phones.
    I have recently seen Widgets advertised which seem to offer such a facility, but not, apparently, in the UK.
    Is there any way of sending SMS messages from a Mac in the UK?
    Many thanks for responses/comments.

    I'm pretty sure this supports the UK:
    http://www.smsmac.com/en/index.html

  • Is there any tool/apps to send sms from the new Ipad?

    Hi all,
    i am in Africa and we have no plan for using internet from phones without sending a text message to the carrier.
    Could you please let me know if it is possible to send a text not an imessage to a number from the Ipad?

    You can have a look at this:
    http://i1224.photobucket.com/albums/ee374/Diavonex/f2eeb870.jpg

  • How to send SMS from JSP application.

    Hi,
    I have created a web application using JSP for our Office internal use. I want to include the folowing option in our app.
    1) How to send SMS from the application to mobile.
    2) I don't want to use third party service (ex: SimpleWire). as the app is for internal purpose only.
    It will be helpful, if I get the complete procedure to implement it, as this is my first application.
    Thanks & Regards
    suresh.

    I am having problem with smslib. smslib is an enhanced version of jsmengine, I have compiled the program, there is no error but when I run it , the following error is found. Can you help? my email is [email protected]
    Exception in thread "main" java.lang.NoClassDefFoundError: CIncomingMessage (wrong name: org/smslib/CIn
    comingMessage)
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)

  • Live Demo of sending SMS from Oracle Forms.

    I've just a posted a live demo of how to develop code to call a web service to send and SMS from Oracle Forms.
    Regards
    Grant
    http://otn.oracle.com/formsdesignerj2ee
    http://groundside.com/blog/GrantRonald?title=live_demo_of_sending_an_sms_from_forms&more=1&c=1&tb=1&pb=1

    Welcome to the Oracle Forums. Please take a few minutes to review the following:
    <ul>
    <li>Before posting on this forum please read
    <li>10 Commandments for the OTN Forums Member
    <li>Announcement: Forums Etiquette / Reward Points
    </ul>
    Do anybody know about sending the sms from oracle forms.If anybody had means please send me the script...... This is a commonly asked question. Have you tried searching the forum for possible solutions? Take a look at this search result. I would also recommend you take a look at the Oracle Forms Services 11g web page and scroll down to the Oracle Forms 11g calling a web service link. This is a white paper published by Grant Ronald that specifically describes the process of sending SMS from Oracle Forms.
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • How to Send SMS from Oracle Database to Mobile

    Hi All,
    I need urgent help in how to send sms from oracle database to mobile
    thanks and best regards

    you can use smslib..... . i have made a program with this. its working fine with oracle database.
    see the links here ...
    http://halimdba.blogspot.com/2011/08/send-sms-from-oracle-database-with.html
    by the way, how you can say "urgent help" ?
    regards
    Halim

  • Howe to send sms from oracle forms

    i need your help plzz i wana to send sms from my applicatin

    in normal case you will need an provider for sending sms (pswin,clickatell...) and the easiest way send sms is with a http-api, provided by most of these providers.
    You can do the http-request in forms, by using web.show_document or webutil or, that is the method i prefer put it in the database and let a stored procedure handle the sms-sending. Here is a example of using such an api:
    url := 'http://xxx.xxx.com/send/?typ=2&from=mecker&to='
    || UTL_URL.escape(vMobileNo, true, 'ISO-8859-1')
    || '&txt=' || UTL_URL.escape(vMessageText, true, 'ISO-8859-1')
    ||'&id=myaccount&pwd=testpw&autoroute=1';
    UTL_HTTP.SET_TRANSFER_TIMEOUT(120);
    resp_pieces := utl_http.request_pieces(url);
    for i in 1..resp_pieces.count loop
    value := value || resp_pieces(i);
    end loop;
    There is another example on the pswin homepage at:
    http://www.pswin.com/_pswincom/Downloads/SMS_UTIL.PKS.txt
    I am also sending SMS with unicode, a little bit more complex, if you need unicode-characters let me know ([email protected]), i will give you an example.

  • How to send sms from oracle application to cell phone

    Hi all
    please send me in how to send sms from oracle application to cell phone. Is there any way to solve this task. if so please suggest me.

    Please see old threads for similar discussion -- http://forums.oracle.com/forums/search.jspa?threadID=&q=SMS&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • Send SMS from Forms 6i

    Hi All!
    I have a .dll named "SIMCom.dll", which perform following function:
    1. Send SMS from Form like a party want to get own balance then overall balance can be send from forms using this .DLL.
    2. It is a VB made dll file which send SMS from VB interface forms.
    3. Now, I want to use this file from Oracle Forms 6i for sending short messages, what should I do? OR any other solution to achieve this task.
    Waqas,

    Have a look at the Oracle Forms ORA_FFI Package.

  • HT3529 i am unable to send sms from my iphone 4s

    i am unable to send sms from my iphone 4s

    Try Settings > General > Reset > Reset Network Settings.
    If that does not resolve, SMS is a carrier feature, contact the carrier.

  • How to send sms from gsm modem(AT commands) to j2me application(not inbox)

    hi
    i want to send sms from gsm modem to a j2me application, for this to happen i have to send sms to a specific port in which j2me application is running.when i m trying to send sms from modem it doesnt go to application it goes to inbox.
    is it related to udh settings if yes then how do i set port no in settings?if no what are the other ways.

    Hi Vignesh,
    Might be you can call ActiveX or DLL objects of the software installed for modem from LabVIEW, if it is unblocked.
    Have a  look on the link > http://zone.ni.com/devzone/cda/tut/p/id/2983
    CLA 2014
    CCVID 2014

  • How to send SMS from a servlet  to a mobile phone

    How to send SMS from a servlet to a mobile phone what are the things i have to do.......
    very urgent..

    Hi, please read this:
    http://forum.java.sun.com/thread.jspa?threadID=345296&messageID=2608297
    Found on the very forum with the search function ;)

  • Problems with sending SMS from adress book

    Hi all,
    I have a new Kotorola MOTOKRZR K1 here.
    The Bluetooth connection with iMac is ok. I can send data to phone and I can receive data from phone, but I can't send SMS from adress book v4.0.5 (487) to the phone.
    The bluetooth button in adress book is disabled. I can click on this button, but address book open in this case always a dialog: "Pair with bluetooth device".
    When I click on the "pair" button, then I can enter my access code vor the phone.
    It is the access code from Bluetooth Assistant program for the phone.
    my question is, Is here a user, who can send a SMS with MOTOKRZR K1 from adress book?
    With my old Siemens S55 is this no problem.
    Sorry for my very bad english.
    Greetings, Bermd

    did this ever get resolved?

  • Can we use MIDP 1.0 to send SMS from mobile phone to server

    hello,
    I want to develop MIDlet which send sms from mobile phone to server
    using midp 1.0
    and also if any one knows about the mobile phone which suppoet midp 1.0 (java enabled) then tell me
    thanks in advance
    s.j.koradiya

    hi,
    SMS API(WMA) is an optional package. It is not a MIDP1.0 or MIDP2.0 api's.
    There are phones which has WMA api with MIDP1.0 support .... Nokia 3650
    Seimens has some phone with their own api's to send sms.Check out seimens site for more info
    BTW, What do you mean buy sending SMS to Server????
    If you want to send message to server you can do it with Http.
    HTH
    phani

Maybe you are looking for

  • Horrible Customer Service!  And a 33 month old BB problem continues to exist!

    I have been a Verizon Wireless Customer for over 7 years.  I have been a Blackberry user for even longer.  In November of 2008, I switched my Blackberry World phone for the then new, Blackberry Storm.  I kept my same phone number, had no previous pro

  • Update rowcount is not working in obiee11.1.1.6.8

    i m using obiee 11.1.1.6.8, where i cant do update row count in physical layer and tools---update row count...nothing was afffected iand i cant update rowcount option in physical layer of obieee. please help me

  • Cheque Printing Spool Issues

    Dear Experts, After doing payment run through F110 and used the functionality of printing of the cheques through F110 only. Its created spool request of cheques. After printing the cheques the spool is not getting deleted immediately. In the properti

  • Deploying SQL Developer in LAN environment

    I downloaded SQL Developer today and would like to deploy it on the LAN. How do I ensure that the connections I implement remain standard and prompt each individual user for his unique sign in username/password if he executes from the network executa

  • How to delete General Text version

    Hi experts, I created a general text, and there are three version for it, two raw version 001 and 003, one active version 002. now i want to delete active version 002 and raw version 003. in my requirement, i can not delete the general text, then cre