Click Once and Oracle lite

I'm trying to determine whether Oracle Lite is appropriate for our application.
We're using Oracle on the back-end and would like to use Oracle Lite for disconnected operation on a Windows laptop. That's all fine, and it looks like the tables could sync properly.
The issue is with client app deployment. We're building a C#/WPF application that is going to be deployed using Click-Once from an IIS server.
We don't use Java anywhere. But, I see in the Oracle Lite documentation that win32 apps are packaged as .jar files! And, the mobile server expects to manage the deployment of the application. We really don't want that restriction on us.
Click-Once gives us everything that we would ever want for application, assembly, data files, etc... packaging, deployment, and versioning. So, we really don't want to use the Mobile Server to ship application components to the client.
Can we do this with Oracle Lite?

Hi,
I would like to install Oracle 10g Lite in my Mobile Device(which has windows XP). Normally the mobile device will not have internet connection.
Whenever I need I have to connect and sync with external database with my Oracle 10g Lite database.
And I want to develop a custom application(prefered technology is ADF) and deploy the application in Oracle 10g Lite.
Is it possible?
Thanks.
With Regards,
Kali.

Similar Messages

  • How to connect using netbean 6.5 and oracle lite 10g

    Hello everyone.. I am really really new in this kind of thing. My task is that I need to develop a simple system using netbean and oracle lite 10g..Does anyone can at least give me a little bit tutorial for a head start in order to connect them.. I really appreciate for those who answer this.. Thank you guys...

    you mean to connect from java to oracle lite server or client?
    -if it is server you mean then you probably need to run some oracle apis (e.g. the consolidator aps).
    String url="MOBILEADMIN/123@jdbc:oracle:thin:@MYSERVER:1521:MYDB" ;
    ResourceManager.initialize(url);
    rm = ResourceManager.getInstance();
    User usr = rm.getUser(user);
    for (Enumeration e = usr.getDevices(); e.hasMoreElements();) {
    Device dev = (Device)e.nextElement();
    }//AND you may continue from here in order to send commands to the devices
    -if you have a oracle repository at the back end and you want to connect to that then you can connect like:
    DriverManager.registerDriver ((Driver)Class.forName ("oracle.jdbc.driver.OracleDriver").newInstance ());
    String url="jdbc:oracle:thin:@myserver:port:database;
    c=DriverManager.getConnection( url,"username", "password" );
    s=c.createStatement();
    s.executeQuery("Select TRIM(CODES) AS CODES,TRIM(SURNAME)||'_'||TRIM(FIRSTNAME) AS NAME from MYDB.USERS");
    ResultSet rs =s.getResultSet();
    -now if you want to connect to the oracle lite client database then you may connect using the polite
    you should write something like (i havent tried it because i use handheld clients)
    String ConnectMe=("jdbc:polite:SCOTT/tiger:polite;DataDirectory=c:\Oracle_Home;Database=polite;IsolationLevel=SINGLE;USER;Autocommit=ON;CursorType=DYNAMIC")
    try {
    Connection conn = DriverManager.getConnection(ConnectMe)
    catch (SQLException e)
    (check the internet for jdbc:polite connection strings)
    gl

  • Personal Oracle and Oracle Lite ??

    I'd like to know the difference between Personal Oracle (PO)
    and Oracle Lite:
    1. PO = multi user ? - Lite = single user ?
    2. PO = stronger/bigger database - Lite = small database ?
    2. PO = support PL/SQL ? - Lite = no PL/SQL ?
    3. Replica:
    Lite = Snapshotsite only;
    Support basic and advanced replica with
    Enterprise Edition (or Oracle 8i server ?)
    as Mastersite
    PO = Snapshotsite only ?
    Basic (read only) replication only ?
    Please help !
    Wilco Mulder - Inter Act Industrial Automation.
    null

    Wilco Mulder (guest) wrote:
    : I'd like to know the difference between Personal Oracle (PO)
    : and Oracle Lite:
    : 1. PO = multi user ? - Lite = single user ?
    : 2. PO = stronger/bigger database - Lite = small database ?
    : 2. PO = support PL/SQL ? - Lite = no PL/SQL ?
    : 3. Replica:
    : Lite = Snapshotsite only;
    : Support basic and advanced replica with
    : Enterprise Edition (or Oracle 8i server ?)
    : as Mastersite
    : PO = Snapshotsite only ?
    : Basic (read only) replication only ?
    : Please help !
    : Wilco Mulder - Inter Act Industrial Automation.
    Hi,
    Hereby are some answers:
    1 : PO is personal version of Oracle RDBMS, and available under
    Win95/98/NT. It is the same kernel than a normal Oracle RDBMS
    without some advanced feature (object, etc). Lite is another
    kernel and originally is a ODBMS (object DBMS). Lite is available
    under Win95/98/NT/CE, Epoc32 (coming) and Palm OS (coming). Both
    products are actually single user products. There will be a lite
    mini-server which will support mutli-user access.
    2 - Yes, PO is a full Oracle RDBMS and Lite is a foot-print
    database. But both database are mutil-sessions, row-level locking
    etc.
    3 - PO supports PL/SQL and Lite support Java Stored procedures.
    Both have database triggers.
    4 - For the replication feature, both PO and Lite fully support
    basic and advanced replciation. That means: readonly snapshot and
    updatable snapshots with subquery and subsettings. They can only
    play as snapshot sites. The master site must be Oracle 8 or 8i.
    Hope these can help,
    Regards,
    Xin WU
    null

  • CodeWarrier and Oracle Lite

    Hi All, I am trying to develop a small project using Codewarrier and oracle lite. For using OKAPI i need to include libokapi.lib and libokstub.lib files. I couldn't locate them in my machine? Could anyone tell me where do i find these files?
    Thanks
    SR

    Oracle 8i is a version of the Oracle RDBMS. You can buy special "sizes" of this RDBMS like: Enterprise, Standard, Personal or Lite.
    Oracle Personal is good for Developers using a private database on their own computer, usually Oracle Standard is good for a smaller server and Oracle Enterprise is for huge databases. Oracle lite is only for users that have a database on their laptop and don't need many extras. So the basic thing, the RDBMS, is always the same, but depending on the size there may be less or more "extras". You can learn more about these extras in the product decriptions on the Oracle-Site.
    To sum up, you can have a personal Oracle 8i.
    That's how I understand that.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by sshuangc:
    What's difference between Oracle 8i and personal Oracle.
    Does personal provide PL/SQL?<HR></BLOCKQUOTE>
    null

  • Android 2.1 and Oracle lite.

    Hi all,
    Can andriod 2.1 device (Samsung galaxy s) be used with oracle lite and mobile server along with a application developed with vb .net?
    I do not see any device platform for this like ARMV4. Will there be similar mechanism of deploying and any work around for this?
    Thanks
    Paninie

    hi there,
    as far as the android is concerned to my knowledge there is no olite client released yet, (please correct me if im wrong).
    what you can do is that you can have the sqllite client on it instead of the olite one.
    there is a chapter describing a rather complicated in my opinion process for making it to work but android has some restrictions and so it is reasonable
    please check
    http://download.oracle.com/docs/cd/E12095_01/doc.10303/e16214/sandroid.htm#BABEIFCJ
    As described on the Android developer Web site at http://developer.android.com, all applications for the Android platform are required to be digitally signed in order to be installed on the Android device. This key is also used to encrypt the SQLite database. Thus, only the user with the key can access the database and perform synchronization.
    Because of the required key, you cannot download and install the SQLite Mobile client binaries unless they are downloaded within the context of a signed application. Thus, there is no option for a manual synchronization through mSync. Instead, all manual synchronization events are invoked through synchronization APIs.
    there is an example following in how you can perform sync through the android MDK_ROOT>Mobile\Sdk\samples\Sync\android\simple_sync_android
    for the versioning you can check
    http://download.oracle.com/docs/cd/E12095_01/doc.10303/e16214/instsqlite.htm#CACDHHED
    Platform Automatic synchronization
    Device management through the DM Agent
    Blackberry
    No
    No
    Android
    No
    No
    Win32
    Yes
    Yes
    WinCE
    Yes
    Yes
    Linux
    Yes
    Yes
    minimum is Android 1.5
    give it a try!thks
    Edited by: vasileios on 10 Μαρ 2011 11:00 μμ

  • Satelite Forms and Oracle Lite

    Hi Guys, In order to develop the application using Puma Tech Satelite form what version should i use? Satelite forms enterprise edition with Full Server? or Just the Enterprise Edition without server? Please reply me i am planning to buy the software.
    Thanks
    SR

    Oracle 8i is a version of the Oracle RDBMS. You can buy special "sizes" of this RDBMS like: Enterprise, Standard, Personal or Lite.
    Oracle Personal is good for Developers using a private database on their own computer, usually Oracle Standard is good for a smaller server and Oracle Enterprise is for huge databases. Oracle lite is only for users that have a database on their laptop and don't need many extras. So the basic thing, the RDBMS, is always the same, but depending on the size there may be less or more "extras". You can learn more about these extras in the product decriptions on the Oracle-Site.
    To sum up, you can have a personal Oracle 8i.
    That's how I understand that.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by sshuangc:
    What's difference between Oracle 8i and personal Oracle.
    Does personal provide PL/SQL?<HR></BLOCKQUOTE>
    null

  • Versioned tables and Oracle Lite

    Is it possible to use versioned tables in Oracle Lite snapshots?
    I would like to use both these features in my application:
    Workspace Manager - history and long transaction support
    Oracle Lite/Mobile server - support and synchronization in mobile clients.
    Thanks
    Ondrej

    Again not sure if this will be useful for you. You can put all the data back into a workspace from Olite and then diff that workspace with its parent workspace. That will tell you all the rows that have been changed in the child workspace.
    So, the way I see this work, extract data from a workspace onto Olite. Make changes to the extracted data. And then merge back ALL the extracted data (because you do not know what has been changed). And then rely on workspace manager diff view to tell you what has changed.
    Does this help?
    regards
    Arun

  • Hibernate and Oracle Lite 10g

    Has anyone been able to get Oracle Lite 10g working with Hibernate?

    What problems are you having? You are using Webtogo OC4J right?
    It has been a while since I worked with Hibernate and in theory, it should work with any relational database. Since Oracle Lite closely resembles Oracle, I can't see an issue with the database, just the container that it is running in.
    <property name="connection.driver_class">oracle.lite.web.WTGJdbcDriver</property>
    <property name="connection.url">jdbc:oracle:webtogo</property>
    <property name="connection.username"></property>
    <property name="connection.password"></property>

  • JDeveloper and Oracle Lite

    Now that I adjusted the jdeveloper.ini file to include d:\oracle\home0\lite\classes\Olite40.jar after the last entry in IDEClassspath, the error message switched from "can't find oracle.lite.poljdbc.POLJDBCDriver" to "no oljdbc40 in java.library.path". I am using Oracle 8i lite version 4.0.1.0. What am I misssing? Thank you in addvance for the reply.

    Try also adding the path to oljdbc40 the SLP and JLP settings in the jdeveloper.ini file.
    The following is from the 3.1 Release Notes:
    JDK 1.2/1.3 and Native Code
    If you are using the Oracle JDBC/OCI or Oracle Lite JDBC Driver with JDeveloper (JDK 1.2/1.3) add the %ORACLE_HOME%/bin directory to java.library.path and
    sun.boot.library.path in bin/jdeveloper.ini. It should look like this:
    [Java_2]
    JDK=java version "JDK1.2.2_JDeveloper"
    Java2VM=OJVM
    JLP=-Djava.library.path=.;%JAVA_ROOT%\bin;%JAVA_ROOT%\jre\bin;C:\ORANT\BIN
    SLP=-Dsun.boot.library.path=.;%JAVA_ROOT%\bin;%JAVA_ROOT%\jre\bin;C:\ORANT\BIN
    If you are executing applications which use the JNI to call native libraries (DLL files) under JDeveloper with JDK 1.2/1.3 it is necessary to edit your project properties. Add to the
    Java VM Parameters, under the Run/Debug tab the following setting: -Djava.library.path=(Path where DLL files are located)".

  • Peoplesoft and Oracle lite

    Hi, does anyone know if you can use Oracle lite for a Peoplesoft version 8.8 install? The system will only be using a demo database.
    Also, how much smaller is lite to the standard 10g D/B?
    Thanks
    Adrian

    Whether you can freely download Oracle database software and Peoplesoft software for studying purpose on edelivery, they are not freeware, that means you cannot use it in prod without paying the licence fees. And yes, it is supported on Solaris 10, but not for as a freeware.
    Nicolas.

  • Asp and Oracle Lite

    Is there a way to access an Oracle Lite DB from an ASP page. Do queries and stuff like that.
    If so can some one guive me some sample code for the DB connection.
    Thanks

    I am using 10.2.0.1.0 version and through msql i am able to access the data from oracle 10g client.
    Yes i had connected with system/userpassword and then create the desired user in the lite database. Also through command line msync working properly.
    My Problem is that when i am downloading this database on the system where oracle 9i Enterprise Edition is already installed, I am able to access my ASP.Net and system works fine.
    But when i am installing that on Fresh system where only .Net frame 1.1, Oracle 10g Mobile SDK installed. ... I am not able to access ASP.Net application. i had used LiteConnection class for connection with oracle client...
    I would like to know is there any provider or other tool i need to installed for distribute this ASP.Net application

  • Weblogic and oracle lite

    i am using oracle lite for a database and weblogic 6.0 for app server
    the weblogic hang when making one request to the database, any thoughts on why this is hapening
    also i am running jdk1.3
    thankx

    Hello,
    Search and look \bpel\utilities\ant-orabpel.properties file!
    Validate the http.port property. If it's different from that you use in JDeveloper (8888), you must modified in JDeveloper the connecting settings.
    After it you can connect to BPEL server from JDev.
    Jani

  • Jdbc between Palm and Oracle Lite db.

    Is it possible to access to Okapi Oracle Lite databases on Palm with Java applications that uses sun's KVM ?

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by [email protected]():
    Is it possible to access to Okapi Oracle Lite databases on Palm with Java applications that uses sun's KVM ?<HR></BLOCKQUOTE>
    I am looking for this feater also !!!
    null

  • Creme 4.0 and Oracle Lite 10G

    Hello Everybody,
    i´ve developed an Oracle Lite app that works fine on my Laptop, but now i want to deploy it on my pocket PC running windows mobile 2003 (XCale processor) with CrEme 4.0 JVM.
    What do i need to do to put it to work?
    Can anyone send me a .lnk file so that i can use as an example??
    Regards,
    Paulo

    48#\Windows\CrEme\bin\CrEme.exe -Of -classpath '\pp_app\simpleapp.jar' SimpleApp
    in the Oracle lite manual you can read:
    When using the CrE-ME 4.0 JVM, use the DriverManager class to connect to an
    Oracle Lite Database.
    For example, use the following:
    politeConnection = DriverManager.getConnection(DSN,UserName,Password);
    To run a sample class ExampleClass, part of ExamplePackage.jar, use the
    following command at the CrE-ME command prompt:
    48#\Windows\CrEme\bin\CrEme.exe -Of -classpath \orace\olitejdbc40.jar;\orace\msync.jar;\ExamplePackage.jar
    ExampleClass

  • Code Warrior and Oracle Lite

    Hi, a customer developed a survey application with Code Warrior, they store the data in PDB files, but now they need to store it in Oracle Lite database (installed in a Palm), somebody knows how can i do it?
    Thanks a lot

    Hi,
    I have seen the application.
    Its of no use as there is no proper documentation.
    Even u cannot compile the source code at first time.
    Bye

Maybe you are looking for