Oracle 9i Lite and Satellite Forms on the Palm

I would like to use Oracle 9i Lite 5.0.1with Satellite Forms EE 4.1 on the Palm
The docmentation from each company refers to the other company's documentation and no instructions seem to
exist. I am begining to suspect that to abilty to use Satellite Forms and Oracle Lite on the Palm does not actually
exist and that one must develop applications in C using Code Warrior or other tools.
I would like to use a Satellite Forms application on the Palm running with the RDK to access and store tables
stored in an Oracle Lite database on the Palm. I would then use the MSYNC to move data from the palm to
my Oracle 8.1.7 database server
Satellite Forms appears to store each of its tables as a separate pdb but oracle uses a single pdb for a database
containing multiple tables. There is a check box for Oracle compatible tables but not method to associate
satellite forms tables with an Oracle Lite database except for a link to an ODBC database. The Oracle ODBC drivers
point either to the Oracle database server or to an Oracle Lite database on a PC but not on a Palm.
I can move Satelittle Forms tables from the Palm to Oracle 8.1.7 using ODBC on the PC when I do a Palm Hot Sync
using the Satellite Form conduit
I can move Oracle tables from the Palm to 8.1.7 using MSYNC, the Oracle Mobile Server, and the Oracle Lite
http conduit
I do not know how to move Satellite Forms tables on the Palm to Oracle Lite tables on the Palm.
The only way to use Satellite Forms appears to be to move Satellite Forms tables on the Palm to Oracle Lite tables
on the PC and then use Oracle Lite Msync on the PC to move the data to the Oracle server. This seems to have no
advantage over going from Satellite Forms directly to the Oracle Server via ODBC
Does anyone have any additional information about current or future capabilities. There may have been something that
worked with older versions of Oracle 8iLite 4.0 and Satellite Forms 3.5, but I do not see anything that works now

According to Metalink Note:207303.1 - Client / Server / Interoperability Support Between Different Oracle Versions you shouldn't have problems, as long as your 9i Clients are at least 9.2.0.4.

Similar Messages

  • Download oracle 8i lite and forms 6i

    Hi all,
    I want to download oracle 8i lite and Forms 6i ( compatible with 8i ). Iam not able to find the location to download these. I need help on this.
    Thanx a bunch
    Konnektme

    We haven't tried 8i Lite on a palmtop. But we are trying to use it over the Internet and we are having some problems. Have you used 8i Lite over the Internet?!?
    Thanks..

  • Any difference in the dbms and jdbc drivers btw oracle 8i lite and 9i lite

    Is there any significant difference between oracle 8i lite and oracle 9i lite in terms of database and jdbc drivers?
    If not, it may be better off using oracle8i.

    According to Oracle , 9i lite is more powerful than 8i Lite.
    one thing, 8i Lite is not certified for windows 2000.
    jothi

  • Oracle 8i lite and palm pilots

    So has Anyone been able to get Oracle 8i Lite to work with a Palm Pilot? I've been browing through some of the forums on 8i Lite and some form apps like Satellite Forms and it doesn't seem like anyone has had much success.

    We haven't tried 8i Lite on a palmtop. But we are trying to use it over the Internet and we are having some problems. Have you used 8i Lite over the Internet?!?
    Thanks..

  • Oracle 8i Lite and Triggers

    In Oracle 8i Lite I can't find the data dictionary view of triggers (e.g.: all_triggers, etc.). I can't create triggers. Are triggers available in Oracle 8i Lite?

    Hi,
    I am qouting below from the oracle 8i Lite documentation which says it supports triggers . Please clarify.
    Oracle Lite DBMS
    Oracle Lite DBMS is a lightweight (50KB - 750KB), Java enabled database designed from the ground up for laptops, handheld computers, PDAs and smartphones. It supports industry standard ODBC, JDBC, SQLJ, and Java Stored Procedures and Triggers. It provides a streaming fast "C" interface, OKAPI, to its object kernel. It also supports Java Access Classes, JAC, a fast and easy way to make Java Objects persistent. Oracle Lite DBMS now supports all popular mobile platforms, including Palm OS, EPOC, and Windows CE, letting you deploy enterprise applications on virtually any mobile device.
    Regards
    null

  • Different LOVs in af:query and af:form for the same VO attribute

    Hi,
    We need to display different LOVs in af:query and af:form for the same attribute in VO.
    Is it possible to use LOV Switcher for this ?
    What condition can we use in LOV Switcher attribute to check if it is View Critearia row or VO row ?

    We have a VO attribute "User" which needs to be displayed as LOV in a Search Panel ( af:query component created using View Critearia ) and in a af:form.
    When this VO attribute is displayed in search panel, in LOV, we need to show all users.
    When this VO attribute "User" is displayed in a form for editing, in LOV, we need to show only active users.
    For this, we created two LOVs "ActiveUsersLOV" ( which shows only active users ) and "AllUsersLOV" ( which shows all users ) on VO attribute "User".
    LOVSwitcher attribute should return "ActiveUsersLOV" if the LOV is displayed in form and "AllUsersLOV" if the LOV is displayed in search panel.

  • Oracle 8i Lite and Palm, Windows CE and EPOC

    This may be a simple question to developers (which I am not), but we have a client who is seeking advice regarding the use of Palm Pilots, Psion or similar devices for field recording of data.
    Their database is Oracle 7.3.4 (soon to be upgraded to 8) with development done in Forms 5. I understand that Oracle 8i Lite enables a database of this vintage to be used in conjunction with the handhelds, but I do not understand the process.
    Is Oracle 8i Lite loaded onto the handheld? Or is it used to convert the required tables and forms into cut down versions for the limited use by the smaller device?
    What is the role of the host PC for the smaller devices?
    I guess - how does it work in layman's terms.
    I hope someone can help.
    Thanks.

    We haven't tried 8i Lite on a palmtop. But we are trying to use it over the Internet and we are having some problems. Have you used 8i Lite over the Internet?!?
    Thanks..

  • FORMS 6i and referenced forms in the database and compilation

    Hello everybody,
    I must work on an existing FORMS 6i APPLICATION.
    I'm using FORMS 6i patch 18 on an ORACLE DATABASE 10g.
    When I open a form I've got the message 'to retrieve reference objects, you must connect to the database' ( I think subclassed objects ), I do it and I got the error 'Failed to load objects ....'
    In fact, I realize that the form I have to modify contains some objects referenced in some ( 3 in fact ) fmb source files, after searching on the web I have to 'insert' these 3 forms in the database : I have done it.
    Everything is OK now : no more error when opening the form, I modify it and compile it on my testing environnment.
    My question is : Do I have to "insert" these 3 source fmb forms into production in order to make my compiled fmx executable ??
    Indeed, the only way to insert a form into database is to have the developper 6i database tables in the database, but in production I think it does not matter, do you ?
    thanks a lot.
    Romeo Georgievski.

    You only need the referenced objects when
    - changing the form in the Builder
    - generating/compiling the form
    When generating/compiling Forms Builder or Forms Compiler are resolving the references against the objects stored in the database.
    They are now part of the runtime form (fmx file).
    Note:
    Storing objects into the database is desupported/depricated after Forms 6i (6.0.8).

  • Oracle 10g lite and Oracle 8i compatibility

    I have a series of Oracle 8.1.7.4 database servers running on Unix platforms scattered around the globe that use multi-master replication for synchronization. I need to populate approximately 500 Windows 2000 deployable systems that will operate in austere communication environments. These remote systems will need to be kept synchronized with the primary servers. I have no choice but to keep Oracle 8.i on the primary servers but have some flexibility in deploying a more current version on the PCs. Are there interoperability problems between Oracle 8.i and 10g Oracle Database Lite?

    After having wasted 2 days trying to get Oracle Lite 10g Release 2 (10.0.1.2)working with Oracle RDBMS 1.8.7.4 (running on VMS) we failed. We had to downgrade to OLITE 10g R1 (10.0.0.) that evntually worked in combination with 8.1.7.4. We also found out that Oracle Lite Mobile Server repository should reside on the same Oracle instance as the back-end database.

  • Oracle 8i lite and Pro C

    Is Oracle 8i Lite Support Pro C ? if yes how to install Pro C with Oracle 8i Lite ? Is Pro C come along with 8i Lite CD ? or it has to be purchased ?

    Hi,
    I am qouting below from the oracle 8i Lite documentation which says it supports triggers . Please clarify.
    Oracle Lite DBMS
    Oracle Lite DBMS is a lightweight (50KB - 750KB), Java enabled database designed from the ground up for laptops, handheld computers, PDAs and smartphones. It supports industry standard ODBC, JDBC, SQLJ, and Java Stored Procedures and Triggers. It provides a streaming fast "C" interface, OKAPI, to its object kernel. It also supports Java Access Classes, JAC, a fast and easy way to make Java Objects persistent. Oracle Lite DBMS now supports all popular mobile platforms, including Palm OS, EPOC, and Windows CE, letting you deploy enterprise applications on virtually any mobile device.
    Regards
    null

  • Oracle DB server and Reports&Forms Services - in separate homes

    Hi
    I have manaed to installe Oracle DB server (10g) in home1 and reports & forms services (together with Developer suite, 9.0.4) in home2 - can I work normally with that installation/configuration. What is normal practice?

    can I work normally with that installation/configurationIt depends on what normally means. If your machine is a test/development one (Developer suite), then I don't see problems. On a production environment it would be better to have separate machines, unless the machine is a big one, with a possibly small number of users. I have a customer with a W2000 production server running both DB and Application server (complete version), but he has 10-15 users and the machine has 2 CPU 3GHz and 5Gb RAM.

  • IBM J9 Java VM, Oracle 9i Lite, and MS Pocket PC OS

    Anyone ever heard of someone getting a Java application on Pocket PC to work with Oracle 9i Lite? I am just wondering if this is possible. Should be it seems, but it would be nice to hear from someone who has this setup actually working with a test and/or real application.
    Z

    Hi,
    Please do not get me wrong , I am sending this reply to get some help from you about your findings .
    I am s/w developer who is involved in application development for PDA devices
    As an option ,
    I have installed oracle9i database in a machine which has win2k server OS and then
    Installed oracle9iLite mobile server sharing the same <ORACLE_HOME> on the machine.
    I am trying to configure and start the mobile server in the “STANDALONE MODE”
    When I typed webtogo on the cmd line , it did not respond , instead it said “Unrecognized option”
    Then when I tried to execute the weg-to-go executable file in the <ORACLE_HOME>\mobile\server\bin directory ,
    It did not respond .
    Can you please help me out to sort out this problem,
    And also give me some more useful hints to configure the mobile server as a module in oracle9iAS.
    Expecting an early response
    Thanks in advance
    yogaraj

  • ADF table and ADF form on the same view object

    Hi,
    As per the ADF demos available on ADF site, I created a jsf page with 2 panels. One panel is an ADF table based on a view object. And the other panel is and ADF form based on the same view object. My requirement is that as I scroll through the records in the ADF table, the ADF Form should dynamically display the details of the record in the ADF table. My understanding is that this should be automatic. However, its not working as expected. What have I missed?

    Hi,
    Apply PPR for form that displays details.
    Like :
    <af:table id="t3">
    </af:table>
    <af:panelFormLayout id="pfl2" partialTriggers="t3">
    </af:panelFormLayout >

  • Oracle 8i Lite and XML SQL Utility

    Can I use XML SQL Utility with Oracle 8i Lite
    using the Oracle 8i Lite Driver
    null

    There will be an version of the XML SQL Utility appearing here shortly. In the meantime you can download the current version of the XSQL Servlet which has the new v2 compatible oraclexmlsql.jar.
    Oracle XML Team

  • Can we have Manual Form and Tabular form in the same page..

    Hi,
    Is it possible to create a form manually with Save/Apply Change button and another Tabular form using wizard on the same page such that -
    if we click the save button on the manulaly created form , it should save the data present in manual form as well as Tabular form...
    Edited by: Apex_Noob on Mar 21, 2009 5:58 AM

    Hi Dan,
    My table structure is :
    Process
    process_id ( number primary key )
    process_owner ( number which represent the user who is responsible for the process)
    category_id ( number )
    focus_area ( number )
    frequency ( number )
    process_description ( varchar2 )
    Process Region
    process_id ( number )
    region_id ( number )
    Process_website
    id (number primary key)
    process_id ( number)
    web_address ( varcahr2 )
    Above is the struct of part of my DB.
    At present my manual form does the following :-
    When users click on SAVE button , it run PAGE PROCESS , ADD_PROCESS
    In ADD_PROCESS ,
    I have following logic to insert into process table
    Select seq.next_val into temp_variable from dual; - This is the process_id
    insert into process values ( temp_variable , :p2_process_owner , :p2_cateogory , .... )
    to insert into region i used the following logic ( Region is displyed as check box :p2_region north=1 , south=2 ,east = 3 and west = 4)
    l_vc_arr2 := APEX_UTIL.STRING_TO_TABLE(:P2_REGION);
        FOR z IN 1..l_vc_arr2.count LOOP
           INSERT INTO "REGION" VALUES
           ( temp_variable ,
             l_vc_arr2(z));
        END LOOP;
    END;Now as I told, I want to have three text field where user will enter web_address and it should be added to process_website table
    Thanks a ton for all your help
    Regards,
    Shijesh
    Edited by: Apex_Noob on Mar 21, 2009 10:07 AM

Maybe you are looking for

  • I can't load Snow Leopard on an empty partition

    In February I bought a new Mac Book Pro that came loaded with OS X Lion.  I want to run Final Cut Pro on it.  I bought FCP on ebay but can't load it because it is a PowerPC app and Lion won't load it.  I added a partition to my hard drive to load Sno

  • Spyware on ie11: The weDownload Manager and its wiles.

    Greetings all, This is my first question on Microsoft forums, so feel free to offer suggestions to me. I recently reinstalled Windows 7 after a long and fruitless relationship with Ubuntu.  As I began solving small problems such as downloading the co

  • Sqlldr ops$user/password in a shell script - problem

    Hello All: i run the sqlldr command from a unix shell script that has sqlldr ops$user/password@alias control='/path1/control.ctl' log='/path2/log.log' I am geeting invalid user/password because of the $ sign in the username. What is the workaround fo

  • Map Dynamically created Elements

    Hi, I have screen which shows parent and child relation ship objects. In the page, Parent details will be in displayed above child details. Child details are shown as a row in a table, which is generated dynamically by clicking an Add button in the c

  • Will this hurt my HDD ?

    Greetings, Long time follower, 1st time poster here. So, I'm working from home and part of that work is to continuously download large files to my HDD, process the data, upload the processed files, then deleting files from my HDD. My question is: wil