HTML DB & Oracle Wireless

Is there any interaction between Wireless Features and HTML DB possible? For example i could think about a dynamic switching of Application Templates, depending on what mobile device was detected by Oracle Wireless.
Thanks,
Jochen

try this site, you will have to save each file from the listing, but it is a start..
http://www.rampant.cc/html_db.htm
thank you,
Tony Miller
Webster, Tx

Similar Messages

  • Oracle wireless

    Hi,
    i am new to this oracle wireless thing.
    in every tutorial /doc i found that i can make use of some web services exposed by oracle at http://messenger.oracle.com/xms/webservices and run some demos.
    but if want to send commercially what do i need to know and do.
    is there any tutorial on the implementation of the web services?
    also where from can i get the java doc of the oracle.panama.messaging.xms.* package
    can any one help me out
    regards

    Hi Majumdar,
    For the last couple of days I was working on this and have couple of answers.But I still have to test with the actual setup rather than oracle test webservice url given by you.
    1) I installed Oracle Wireless 10g (This needs OID and Infrastructure, so I did install them as well) and started all wireless components. from here I got the URL for the web service which I need to use for commercial purpose.
    The sample URL I got is as follows
    http://<myhostname>:<myport>/xms/webservices
    2) You need to have a gateway subscription, so I got a free one from multimedia inc. actually they told me that they are creating/activating my account.
    Now I guess we are good to go and test our application for commercial purposes.
    This is what I found. I may be wrong but if any one really made it working, please share with us.
    Now the panama package, is available at
    http://matrix.csustan.edu/docs/oracle/oas/wireless.1012/b14043/index.html
    It is not oracle site, but helps me to understand API.
    Hope it helps....
    Cheers
    Kosuru

  • Oracle wireless seurity

    Dear All,
    I want to implement some oracle wireless securities but i donot have any ideas to do so so please help me to do this.
    Thanks
    Saqib

    In the Oracle® Application Server Wireless Administrator's Guide 10g Release 2 (10.1.2) B13820-02 you'll find in chapter 10 the information you need.
    cu
    Andreas

  • Oracle Wireless - 9iAS Job

    Hi,
    I'm looking to take on a contractor with Oracle Wireless development experience, but can not find anyone in the current market place, does anyone know anyone with this experience?
    the job is based in Europe for a large telecom provider, if you have knowledge of Wireless or Oracle mobile studio please e-mail me or get in touch here.
    Thanks for your help.
    Rick

    use the user_jobs view , this will give all details to you.
    prem

  • Oracle Wireless / WDK and Opera web browser

    Hi everybody,
    I am trying to access a XHTML-MP application, delivered by the Oracle WDK (10.1.2.0), from an Opera web browser 6.31 (on a Sony Ericsson P800 phone). Unfortunatly that browser does not seem to be well supported: tables are not well rendered.
    Does anyone there experienced such configuration and is there a way to upgrade the WDK since Opera seems to be supported by the MCS/Oracle Wireless Server (full version)?
    Any help will be appreciated.
    Best regards,
    Fabrice.

    Fabrice,
    Please let us know if you still need help w/ this post.
    Thank you.

  • How can I use Oracle Wireless Server to transcode content.

    Hi,
    My application can generate and aggregates data from various sources and can output data in XML. Is there a way that send XML to Oracle Wireless Server and then a user of my application can see the output from mobile device( Pocket PC, Nokia, Imode etc.). Can it be done programmatically or using some wizards/configurations etc. I am relatively new to OracleAS so a detailed answer will be highly appreciated.
    [email protected]

    You can use FOP, but the formatting of the xsl (Xml Style Sheets) takes a little work. If you have the Oracle Reports server up and access to the development product, why not go that route?
    You want the filtering and sorting and searching, yes, but then you also want to print them out.. Then you would probably be best looking at replacing the Oracle Reports setup with BI Publisher. You can convert Most your reports over to bi publisher layouts easily.. (I have heard of some reports that do require recreating in Bi Publisher from Oracle Reports..)
    Then you can have your Apex Reports and call Bi Publisher from APEX and everyone wins..
    Is your Oracle Reports stuff used by non-APEX applications, that could be modified to use Bi Publisher?
    Thank you,
    Tony Miller
    Webster, TX

  • Oracle Wireless Development

    I have to develop a 3 tier application using O9iAS WE as application server and Oracle 9i as database to access all the details invloved in a big hospital through PCs and Pocket PCs (Wirelessly).
    I have to decide between Oracle forms developer and Oracle Jdeveloper as devlopement tool.
    Which one do you suggest ?
    null

    none
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by btslopp:
    I have to develop a 3 tier application using O9iAS WE as application server and Oracle 9i as database to access all the details invloved in a big hospital through PCs and Pocket PCs (Wirelessly).
    I have to decide between Oracle forms developer and Oracle Jdeveloper as devlopement tool.
    Which one do you suggest ?
    <HR></BLOCKQUOTE>
    null

  • Order checking via Oracle Wireless

    Dear all;
    I was wondering is it possible to perform order checking thru Oracle 9i Wireless Application. I am currently in a project trying to develop a mobile application that can directly integrate with Oracle 11i E-Business Suite, eg: for order checking, inventory status, credit limit, etc.
    Please help. Would appreciate if u can direct me to where i cane get more technical information regarding this possibilities.
    thank;
    andrew, Malaysia

    Hi,
    Did you change the TNSNAMES.ORA file for DS? you have to add TNS entry to DS TNSNAMES.ORA file.
    Go to $DB_Default_Home$\netword\admin and open TNSNAMES.ORA file in notepad. Copy the tns entry from which you are connecting from SQL*plus.
    Go to $DS_Default_Home$\netword\admin and open TNSNAMES.ORA file in notepad. paste the tns entry you copied.
    Now try to connect from form builder.
    regards,
    Qasim Javaid

  • URL PARSE HTML IN ORACLE;;; PLEASE HELP ME;;;

    Hi Everybody,
    I am beginner in Oracle ;;; somebody can help me please There 're two days and I can't resolve the problem :
    I must recover from a giving URL values to insert them in an Oracle table.
    The form of the URL is www.url1.com or www.url2.com and the data in my HTML page is like :
    Salary: 123.45
    Name: DAVID
    I want to ask if exist in Oracle a means of recovering data starting from the URL to insert it in a table. The structure of my table is TAB(URL, SALARY, NAME)
    For example in our case, I must insert: (url1, 123,45, DAVID)
    Thanks a lot,
    Best Regards
    Message was edited by:
    Wissem

    Thank you Yoann,
    But I need to parse the contents of my HTML page and insert them in my Oracle table.
    tye contents of my HTML page is always like that :
    Salary: DATA
    Name: DATA
    and I have to get the url as a parameter and to parse the HTML page and then
    insert it in a table. The structure of my table is TAB(URL, SALARY, NAME)
    For example in our case, I must insert: (url1, 123,45, DAVID)
    Thanks a lot,
    Best Regards
    Message was edited by:
    Wissem

  • Query regarding passing parameters from HTML to oracle forms 9i

    I am currently trying to design an application which is called from the web but the application is on forms 9i.
    Once the URL is called the user id needs to be entered and then this needs to be passed on to the main form . As I understand it this user id needs to be passed form HTML into the first form on 9i.
    Can anyone help me with the way this can be done
    Thanks in anticipation
    Surojeet

    You can do that using PSP ( PL/SQL Server Pages ) using basic autentication. If you want to get information about you can install Oracle 8.1.7 or higher and invoke the following URL : http://localhost and make click in mod_plsql.
    [email protected]
    Joel P�rez

  • Windows CE on Pocket PC to ORACLE (wireless)

    Feasible?, possible?? - A Windows CE app on a Pocket PC connecting to ORACLE across a wireless LAN.

    Hi,
    i try to connect my Pocket PC (with Oracle Lite 9i) in the craddle with a oracle 8i server on a desktop PC (not the one with the craddle), i would like to know how i have to do to use ODBC to do this.
    the most important i want to know is how to write the connection string.
    thanks for any help
    Arnaud. As far as I know you cannot make an odbc connect fromthe cradel to an 8i (or 9i) server. If you want to exchange data you will have to use the Mobile Server sync engine.
    RP.

  • Pass parameter from HTML to Oracle Forms

    I have an application that connects to a third party company to process credit card transactions. They require a Sucess URL and a Fail URL depending on whether or not the credit card transaction is approved.
    How can I, using Oracle forms, "catch" the parameters that will be sent back to me by the third party? I need to update some tables depending on the creadit card transaction being approved.
    Thanks,
    Rose

    You can do that using PSP ( PL/SQL Server Pages ) using basic autentication. If you want to get information about you can install Oracle 8.1.7 or higher and invoke the following URL : http://localhost and make click in mod_plsql.
    [email protected]
    Joel P�rez

  • HTML vs ORACLE DB

    Hi Scott,
    I want now if i have to install Oracle 10g and HTMLDB in a server that wil work with GIS or i just install HTMLDB, to developer applications for GIS, because i will migrate the access db`s with workbench by oracle.
    I hope you understand me, because i am portuguese.
    Álvaro Magalhães

    can you explain your problem in detail? are you thinking to install htmldb without installing oracle DB? htmldb is hosted environment, so you need to have oracle db to install htmldb. i hope i understood you.

  • Integrating Oracle HTML DB & Oracle Application Server 10g

    All,
    For those interested, I just posted my presentation & white paper from IOUG 2005 regarding the aforementioned topic.
    Links to both the presentation & white paper can be found here: http://htmldb.oracle.com/app_server_integration
    Thanks,
    - Scott -

    Bruno, did you solve the performance problem? I'm experiencing the same lack of speed.

  • How to create pdf and html usin oracle policy automation with steps.

    Hi,
    I tried to create pdf report.But they have some problem for while creating xslt.
    Pls provide more steps or simple example creating xslt and which xml use for that also.

    Below is a working (OPA 10.1) example, which I found earlier in this forum. You can call it from a document control on the summary screen. The xml is provided by the server containing all attributes with a public name.
    <?xml version="1.0" encoding="iso-8859-1"?>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                    xmlns:fo="http://www.w3.org/1999/XSL/Format"
                    xmlns:fn="http://www.w3.org/2005/xpath-functions">
    <xsl:output method="xml" indent="yes" encoding="utf-8"/>
    <xsl:template match="/">
    <fo:root>
      <fo:layout-master-set>
        <fo:simple-page-master master-name="my-page">
          <fo:region-body margin="1in"/>
        </fo:simple-page-master>
      </fo:layout-master-set>
      <fo:page-sequence master-reference="my-page">
        <fo:flow flow-name="xsl-region-body">
          <fo:block margin-top=".5cm" margin-left=".1cm" border-start-style="solid">
            <xsl:apply-templates mode="dump" select="/session"/>
          </fo:block>
        </fo:flow>
      </fo:page-sequence>
    </fo:root>
    </xsl:template>
    <xsl:template match="*" mode="dump" priority="100">
                <fo:block margin-top=".5cm" margin-left=".1cm" border-start-style="solid">
                    Node:
                    <xsl:value-of select="name()"/>
                    <xsl:if test="count(@*) &gt; 0">
                        <fo:block margin-left="1cm">
                            Attributes:
                            <xsl:for-each select="@*">
                                <fo:block><xsl:value-of select="name()"/>=<xsl:value-of select="."/></fo:block>
                            </xsl:for-each>
                        </fo:block>
                    </xsl:if>
                    <xsl:if test="string-length(normalize-space(text())) > 0">
                        <fo:block>Text Value: "<xsl:value-of select="text()"/>"</fo:block>
                    </xsl:if>
                    <xsl:apply-templates mode="dump" select="*"/>
                </fo:block>
        </xsl:template>
    </xsl:stylesheet>

Maybe you are looking for