Deploying Oracle Applications over mobile phones

Hallo!I am an Oracle Newbie studying for the Oracle 10g Administration course.
I am just curious.If one wanted end users to access Oracle Applications e.g E-Business Suite,Discoverer,Siebel etc over mobile phones such that Oracle Forms and Reports could be loaded over a mobile phone,what would this entail?
What kind of configurations would need to be done on the Application Servers plus on the mobile phones themselves to realize this?Will you need J2ME plus other s/w to do this?
Please give me a very brief overview as to the applications needed and configurations to be done to achieve this.
Thanks.

1) >>>>I ftp-d my rdf file to the default demo directory
"OraHome1/j2ee/OC4J_Demos/applications/reportsDemo/web/examples/Tools/emp.rdf"
<<<<<
The name of the file is "emp.rdf" and you are giving request for "employees.rdf".
The important thing is the location of file should be in env variable "REPORTS_PATH"
( to be set in $OH\bin\reports.sh)
Thanks
The Oracle Reports Team

Similar Messages

  • I need display oracle application on mobile

    hi
    i need display oracle application on mobile
    what Issue from java shall i need
    or What are the requirements to dis play it
    thanks.......

    I believe that depends pretty-much on the OS on that mobile.
    iOS, Windows Mobile, Android, Symbyan...
    They are quite different. And that means you need a different Java machine for each different OS.
    And that definitely is not a Oracle Forms development topic.
    So far, I've never heard of Oracle Forms Applet run on any kind of mobile phone.

  • Send short message from Java application on mobile phone to server; http

    Hello!
    My question is: can I send short message from Java application on mobile phone to server - with the use of SMS (WMA) or http connection?
    I found this topic http://forums.sun.com/thread.jspa?threadID=5405431 about: "how to send data from midlet to servlet using doPost method".
    There is also such topic http://forums.sun.com/thread.jspa?threadID=5408046&tstart=0 about: "CLDC and MIDP - sending SMS to server -> Wireless Messaging API (WMA)".
    Please, kindly help me.
    Code from the topic mentioned above, edited by me so that it can be read easily:
    //http://forums.sun.com/thread.jspa?threadID=5405431
    //CLDC and MIDP - Re: how to send data from midlet to servlet using doPost method
    I want to know how to pass the values .
    for examples : this is what i wrote for doGet
    String url = setting.getUrl().toString()"/testProServlet/servlet/UpdateCompanyProfile?userId="+loggedInUserId"&svComp="saveCompHex;
    userId and svComp has the data which is very long so i wanted to use doPost.
    Now i dont know how to do it.
    This is what i have done in doGet (midlet)
    public void saveCompanyProfile(String saveComp,int flag,String blankFieldNm)
         System.out.println("flag===" flag);
         if (flag==1)
              displayAlert("Company Profile Edit",blankFieldNm+" field cannot be blank.",AlertType.ERROR, edCmpRecForm, true);
         else
              String saveCompHex = helper.encodeHexString(saveComp);
              // String saveCompHex =saveComp;
              HttpConnection httpConn = null;
              serverSettings setting = new serverSettings();
              System.out.println("saveCompHex===" saveCompHex);
              String url = setting.getUrl().toString()"/testProServlet/servlet/UpdateCompanyProfile?userId="loggedInUserId"&svComp="saveCompHex;
              System.out.println("url of save company profile:: "+url);
              InputStream is = null;
              OutputStream os = null;
              try {
                   // Open an HTTP Connection object
                   httpConn = (HttpConnection) Connector.open(url);
                   System.out.println("urlMidlet1 save edited company data===::" url.length());
                   // Setup HTTP Request
                   httpConn.setRequestMethod(HttpConnection.POST);
                   httpConn.setRequestProperty("User-Agent","Profile/MIDP-1.0 Confirguration/CLDC-1.0");
                   System.out.println("urlMidlet2===" url);
                   int respCode = httpConn.getResponseCode();
                   System.out.println("respCode edit company profile=====" respCode);
                   if (respCode == httpConn.HTTP_OK)
                        StringBuffer sb = new StringBuffer();
                        os = httpConn.openOutputStream();
                        is = httpConn.openDataInputStream();
                        int chr;
                        while ((chr = is.read()) != -1)
                             sb.append((char) chr);
                        String sResultSvCompanyProfile= sb.toString();
                        System.out.println("+++++++++++++Company sResult+++++++++++++==="sResultSvCompanyProfile);
                        if (resultViewCompanyProfile.trim().equals(""))
                             System.out.println("++++++++++++++If++++++++++++++SaveCompanyProfile===");
                             displayAlert("Login Incorrect","Username and Password incorrect", AlertType.ERROR, mainForm, true);
                        else
                             System.out.println("++++++++++++++Else++++++++++++++SaveCompanyProfile===");
                             //companyProfile();
                             displayAlert1("Information","Company Profile edited successfully", AlertType.INFO, profileMenuScreen, true);
                   else
                        System.out.println("Error in opening HTTP Connection. Error#" respCode);
                        //the line below divided into two lines because it was too long
                        displayAlert("Connection Failed","Cannot connect to server, please contact the Administrator.",
                        AlertType.ERROR, mainForm, false);
              catch(IOException e)
                   e.getMessage();
              finally {
                   if(is!= null)
                        try
                             is.close();
                        catch (IOException e)
                             // TODO Auto-generated catch block
                             e.printStackTrace();
                             displayAlert("Connection Failed","Cannot connect to server, please contact the Administrator.",
                             AlertType.ERROR, mainForm, false);
                   if(os != null)
                        try
                             os.close();
                        catch (IOException e)
                             // TODO Auto-generated catch block
                             e.printStackTrace();
                             displayAlert("Connection Failed","Cannot connect to server, please contact the Administrator.",
                             AlertType.ERROR, mainForm, false);
                   if(httpConn != null)
                        try
                             httpConn.close();
                        catch (IOException e)
                             // TODO Auto-generated catch block
                             e.printStackTrace();
                             displayAlert("Connection Failed","Cannot connect to server, please contact the Administrator.",
                             AlertType.ERROR, mainForm, false);
              } //end finally
         } //end else (?)
    } //end savecompany

    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

  • Using labview applications on mobile phones

    Hello,
    I am interested in using LabVIEW applications on Mobile Phones. Kindly suggest how it could be used and which type of mobile phones are suitable it.
    Thanks

    Hi Intelligent,
    National Instruments has a Mobile Module for developing applications specifically for mobile devices.  Check out this article for supported devices: LabVIEW Mobile Module Software Requirements and Supported Devices.
    In addition, if you device runs Windows XP Embedded, you should be able to install the LabVIEW Runtime Engine and then run an executable built in LabVIEW.
    Have a great day,
    Chris V
    Applications Engineer
    National Instruments

  • 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

  • Deploying  Oracle Forms on mobile device

    Hello folks,
    I would like to know how we can deploy Oracle Forms on a mobile device using ORacle 9iAS ?
    Thanks

    we have an application in developer /2000 that we will be deploying on the internet using Oracle 9iAS. we also want to provide limited access to the application / information from PDA, cell phones, etc. Can I take advantage of existing code in developer/2000 that can be used with Oracle 9i wireless?

  • Installing applications onto mobile phone.

    I've just got a Sony Erricson k750i and I'm trying to install a j2me app onto the mobile phone, I've tried 2 ways but can't get either to work.
    1) USB - I'm able to browse the phone's files fine via USB cable but I have no idea where to put the .jar and .jad file in order for the phone to be able to run the application.
    2) Bluetooth - I set up a connection between my PC and phone, I click send file from pc-> phone, I click "accept" on the phone but then it says "downloading failed" even though on the PC end it says it was sucessful.
    Please help me install this app, thanks

    Thanks for the reply.
    I managed to get it working via USB by placing it in the 'other' folder, which then allows me to install it into games or application.
    I having a new problem though: I am able to copy over .jars from the example applications folder that came with the Sun wireless toolkit and this will install fine. The problem comes when I try and install my own projects onto the phone. They copy over fine, but when I click install, it says 'operation failed'
    I'm not sure what I'm doing wrong, because the projects compile fine in the wireless toolkit, and I click project -> package and it writes the files. I copy them over, try and install and it fails.
    Any ideas?
    Thanks

  • Oracle Application over VSAT

    Dear All,
    I am little concerned about a query that I am running an oracle application. I want to access this database from a remote site using VSAT, but the reponse i get is poor. Upon populating an LOV, the system dies out. Some one said that due to the Delay time of VSAT (i.e. 560ms) oracle applications are unable to run over VSAT. But I am not satisfied with this reason. Can any one let me know as for why my application is dead slow over VSAT.
    I would really appreciate your help.
    Thanks and best regards.
    Khurram.

    Generaly it depends on the amount of data per seconds that you are going to retrieve to the database and the DDL that you are going to do remotely but there is not
    a specific bandwidth. That is a number that has to be calculated based on your application.
    Joel P�rez

  • How can we implement a j2me application on mobile phone

    Hello to All
    I am working on j2me and made a application that is online ticket booking for cinema hall. it is running on j2me wireless toolkit . Now i want to run this application on mobile. and how can be access this application by every the user who have java enabled mobile phone.i want to know that it may be access through internet suppose se have upload this application on our server.
    Thanks in advance
    Mukund

    I have been having problems in implementing a simple application that fetches information from a server to a mobile phone, then using OTA midlet capabilities.
    Have you got any code that you have tested on the device rather then on the emulator only?
    All the samples i have used from books and online sources didnt work with my server.
    The midlet simply asks for connection and then it gets stuck without displaying anything.
    Please gimme some hints :)

  • Printers in Oracle Applications over NT

    I'm trying to set up network printers in Oracle Applications 11.0.3 to work over an NT network. I've done Install\Printer\Register, but it seems OA doesn't see NT printers correctly or viceversa. Can anybody point me in the right direction? Thanks.

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Beginner OA SYSADMIN:
    I'm trying to set up network printers in Oracle Applications 11.0.3 to work over an NT network. I've done Install\Printer\Register, but it seems OA doesn't see NT printers correctly or viceversa. Can anybody point me in the right direction? Thanks.<HR></BLOCKQUOTE>
    check the printer driver screen...
    each printer is related to a type & style, which in turn match to a printer driver (in apps). check the printer drive setup...
    Also, check with your Oracle Applications Installation Guide for NT, as it may have specifics for Printers on NT...
    See system Admin Manual as well.
    null

  • Deploying Oracle Application Object Library

    .. i have used this to automate the time to deploy the Oracle Application Object Library
    http://64.78.35.195/MercuryInteractive/OMdemo.asp
    highly recommended.. !

    This is the Oracle9i Lite forum. Please post your message on the appropriate message board

  • Deployment of Application on mobile client failing.

    HI,
    I have created a simple webdynpro application and uploaded it to the DOE via SDOE upload archive transaction. Created MCD then assigned it to my devices.After synchronizing from my client i am getting message as 'Error in installation' and on client trace i can see the message as 'deployment failed, unrecoverable error'. In the SDA file-> mcd.xml file i cannot see mbo_name,dependency,trans_guid etc.
    could it be a problem?
    Appreciate your help!!
    Thanks & Regards
    Devendra

    Hi Nipun,
    I have used Mobile Application for Laptops.
    I can see the following error message in NWA.
    DOE  KEYMAP_SERVICE_AV Invalid Task. Node DEPLOYMENT_STATUS.
    Do you have any idea about this?
    Regards
    Devendra

  • I want to run the application in Mobile Phone

    hi,
    I want to load my application in the mobile and to execute .can you tell me how to do that?
    Sathaa

    Hello SIR
    fst chk ur mobile . which connection it support.
    if it Support Bluetooth/infred/Data Cable then connect ur mobile
    with PC through this connection .
    then tansfer your application to your PC
    then run the applicatian and ******** ENJOY ******* uy app
    bye bye
    Souvik

  • Connect Oracle Application to Analog Phone lines

    Hi,
    I'm making a project in Oracle with Developer 6i for Order Entry system for resturant. My client requriement is that when a Customer make a call to resturant my "Order Entry system" will indicate the Incoming call show all the data for caller that I entered in database. Program will identify Caller/Customer record and the Order booker will received call through my software.
    The problem is that how can I Integrate my program with the Phone Lines. My client have traditional phone lines and UAN Number also.
    Please Help me!
    Waiting for posivite response.
    please suggest me which technology i can use.
    Regards,
    Iftikhar.

    John Stegeman,
    Thanks from giving suggestion. I am using Developer 6i but if there is any solution using JDeveloper and ADF then i'll use it. But i have no idea in java how can I connect my phone lines.
    This is my last sending in this forum category. I think i find my solution in JAVA Forum.
    Thanks again.
    Iftikhar.

  • Can we deploye ADF application to Oracle 10g Application server ?

    Hi,
    I have developed ADF application in Jdeveloper 10g, Now i dont have weblogic server.
    So i need to deploye Oracle Application server 10g, Is it possible.
    if possible please tell the process.
    Regards,
    Chandra

    Hi Frank,
    May i know the procedure for deploying the ADF application in 10g AS.
    Regards,
    Palepu
    Edited by: Palepu on 20 Feb, 2012 4:21 PM

Maybe you are looking for

  • ICal and Addressbook connecting to eGroupware - various bugs?

    Hi all, given CalDAV and CardDAV as standardized protocols, it shouldn't be too much of a problem to connect to private calendar and addressbook servers, you'd think... For some year's I'm running a eGroupware server, and while this product is far fr

  • Htmldb_mail_log

    Hi, Is the table HTMLDB_MAIL_LOG purged by the system or do we have to clean it up ourselves ? Same question for HTMLDB_MAIL_QUEUE that keeps invalid mails. Thanks Francis.

  • I can't import video files

    i'm using adobe cs4 but i cannot import video files.. i can only import mp3 and pictures.. how i can  solve this problem.. PLSSS HELP ME..

  • Internet Connection Errors

    Hi, I've been having trouble with all of my Adobe Programs (CS5 Master Suite). I'm running Windows 7 and anytime i try to access help, widget browser, or any other item that goes through an adobe product to access the internet the program tells me to

  • No audio with MPEG-2 files !

    Greetings ! I just installed the tryout version of encore DVD 2.0. I have the same problem i had on Premiere Pro 7.0 where it can process the audio tracks of MPEG-2 files. In Encore, i also can't ear a thing when using the monitor window to playback