Oracle Lite msql problem

Hi,
I'm recently installed Oracle Lite and try to publish an application and then sync with msync client, apparently it works, because the .odb file is generated.. but when i tried to access the olite db with:
X:\olite\bin> msql usuprueb1/usuprueb1@jdbc:polite:USUPRUEB1_MOV1DATA
appears this message:
Oracle Lite MSQL Version 10.2.0.1.0
Copyright (c) 1997, 2005, Oracle. All rights reserved.
[POL-5150] access violation
USUPRUEB1 is the user i used to sync (it was created previously in the Mobile Manager), then i tried with system/manager and a the user of the enterprise DB.. and got the same message..
Any idea what i could miss to configure?
Thanks in advance..
JM

Thanks alot JM!!!
I too faced same problem. Thanks for your answer.
--Ram                                                                                                                                                                                   

Similar Messages

  • Oracle Lite installation problem

    hi there,
    i am trying to install oracle lite version 5.0.0.0 and (other versions) on my machine, but it gives me "invalid specified registry " ERROR. I have oracle8i on my machine.
    Can someone help me to install oracle lite ?
    Thanks
    Nirali

    What kind of webtogo do you try to install?
    Have you installed a jre 1.1.8 or plus?
    Is your database started?
    If yes, you try to put system and system 's password.
    Best regards,
    Simone

  • Strange oracle lite error when create db

    i am new to oracle lite and been playing about but this error really confuses me
    C:\>createdb mydb mydb doug
    Oracle Lite CREATEDB Version 10.2.0.1.0.
    Copyright (c) 1997, 2005, Oracle. All rights reserved.
    Database C:\ORACLE\10GLITE\MOBILE\SDK\OLDB40\MYDB.odb created (VolID = 507).
    C:\>msql system/doug@jdbc:polite:mydb
    Oracle Lite MSQL Version 10.2.0.1.0
    Copyright (c) 1997, 2005, Oracle. All rights reserved.
    [POL-3023] the database does not exist
    so it says it creates the db fine but wont let me connect

    Check whether there is a corresponding entry made for that DSN in your odbc.ini
    If no, make an entry in that file and then try connecting.
    Minimally it should consist of something like this... ( for createdb oracle oracle oracle)
    [ODBC 32 bit Data Sources]
    oracle=Oracle Lite 40 ODBC Driver (32 bit)
    [oracle]
    Description=Oracle Lite 40 Data Source
    DataDirectory=/private/orainst/MDK/mobile/sdk/oldb40
    Database=oracle
    -vv
    null

  • Problem with Oracle Lite 4.0.3.0.0 (BPEL Process Manager)

    during the installation of Oracle BPEL Process Manager, Oracle Lite (4.0.3.0.0) is installed by default, so i've decided to go with it.
    however when i tried to create a database connection thru the wizard it says:
    unable to find driver: oracle.lite.poljdbc.POLJDBCDriver
    i need to be able to do this because i want to use the database adapter as a partner-link.
    how do i fix this? what do i have to do so that it can locate this driver
    there's no problem using the command-line 'msql'
    please help!
    cheers,
    Shivek Sachdev

    Hi Shivek,
    An excellent solution for this is provided in the metalink Note:455905.1.
    Let me know if you have more questions.
    Thanks
    Vishnu

  • Oracle Lite + Resin + jdk1.2.2 or jdk 1.3.1 problem

    Hi!
    Can some one help me this the following:
    I used Oracle Lite database, Resin app server and jdk1.2.2
    When I try to connect my database through simple java-application, all goes fine! But, when I trying to get database communication from my application server and problem arise. First of all dll's such as
    OLJDBC40.DLL, OLAD2040.DLL, OLOBJ40.DLL, OLOD2040.DLL OLSQL40.DLL are in the Path and JVM loads them at runtime. I got connection to DB. Than I try to get some DatabaseMetaData info and got EXCEPTION_ACCESS_VIOLATION (for jdk1.3) and "java.exe has generated error (for jdk1.2.2)" errors from VM.
    So, any idea?
    Any help apriciated...
    RGS,
    parasolko

    Hi,
    I have got the similar problem when I used MS SQL server + Tomcat + JDK1.3.0 via JdbcOdbc driver. In that configuration the JVM crashs very often. It seems that JdbcOdbc's got unstable problem. Then, I tried other type 4 JDBC driver, it works fine and JVM won't crash. Try Sprinta 2000 JDBC driver, it's a type 4 driver and fast stable.
    Ma

  • A problem regarding set up of Oracle Lite 3.6.0.2.0 on Win 95, with JDK 1.1.8 &java 2

    A problem regarding set up of Oracle Lite 3.6.0.2.0 on Win 95, with JDK 1.1.8 and Java 2 SDK ( Ver 1.3 Beta)
    After the installation of Oracle Lite 3.6.0.2.0 on a laptop (with WIN 95 OS), When I run Oracle Lite Designer from start menu, I receive following error message :
    ====================================
    Invalid class name 'FILES\ORA95_2\LITE\DESIGNER\oldes.jar;C:\PROGRAM'
    usage: java [-options] class
    where options include:
    -help print out this message
    -version print out the build version
    -v -verbose turn on verbose mode
    -debug enable remote JAVA debugging
    -noasyncgc don't allow asynchronous garbage collection
    -verbosegc print a message when garbage collection occurs
    -noclassgc disable class garbage collection
    -ss<number> set the maximum native stack size for any thread
    -oss<number> set the maximum Java stack size for any thread
    -ms<number> set the initial Java heap size
    -mx<number> set the maximum Java heap size
    -classpath <directories separated by semicolons>
    list directories in which to look for classes
    -prof[:<file>] output profiling data to .\java.prof or .\<file>
    -verify verify all classes when read in
    -verifyremote verify classes read in over the network [default]
    -noverify do not verify any class
    -nojit disable JIT compiler
    Please make sure that JDK 1.1.4 (or greater) is installed in your machine and CLASSPATH is set properly. JAVA.EXE must be in the PATH.
    ====================================
    My ORACLE_HOME is c:\program files\ora95_2 and Oracle Lite is installed under the ORACLE_HOME in LITE\DESIGNER directory.
    JDK version is 1.1.8 which is greater than 1.1.4 installed in c:\program files\jdk1.1.8, My PATH, and CLASSPATH are set in AUTOEXEC.BAT as follows:
    set CLASSPATH=c:\Progra~1\jdk1.1.8\lib\classes.zip;c:\progra~1\ora95_2\lite\classes\olite36.jar;c:\progra~1\ora95_2\lite\designer\oldes.jar;c:\progra~1\ora95_2\lite\designer\swingall.j ar
    PATH=C:\Progra~1\Ora95_2\bin;.;c:\Progra~1\jdk1.1.8\lib;c:\Progra~1\jdk1.1.8\bin;C:\Progra~1\Ora95_2\lite\Designer;C:\WIN95;C:\WIN95\COMMAND;C:\UTIL
    And, I can run JAVA.EXE from any directory on command prompt.
    With JAVA 2 SDK (ver 1.3 Beta) instead of JDK 1.1.8 I'm getting a different Error message as follows:
    =============================
    java.lang.NoClassFoundError: 'FILES\ORA95_2\LITE\DESIGNER\oldes.jar;C:\PROGRAM'
    Please make sure that JDK 1.1.4 (or greater) is installed in your machine and CLASSPATH is set properly. JAVA.EXE must be in the PATH.
    ==============================
    the PATH and CLASSPATH were set accordingly, as with JDK1.1.8, and there was no classes.zip in classpath
    also the class file or the jar file looks weird or wrapped in the error message : 'FILES\ORA95_2\LITE\DESIGNER\oldes.jar;C:\PROGRAM'
    Another interesting thing I noticed is if I run oldes.exe from Installation CD, the Oracle Lite Designer runs fine, and without error, I'm able to modify tables in the database of my laptop also.
    Could someone shade some light on what am I doing wrong here ?
    Thanks for help in advance .
    Regards
    Viral
    null

    On 07/20/2015 06:35 AM, Itzhak Hovav wrote:
    > hi
    > [snip]
    > [root@p22 eclipse]# cat eclipse.ini -startup
    > plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
    > --launcher.library
    > plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20120913-144807
    >
    > -showsplash
    > org.eclipse.platform
    > --launcher.XXMaxPermSize
    > 256m
    > --launcher.defaultAction
    > openFile
    > -vmargs
    > -Xms40m
    > -Xmx512m
    > [snip]
    Try this: http://wiki.eclipse.org/Eclipse.ini. You should have read the
    sticky posts at forum's top for getting started help.

  • JDeveloper - Oracle 8i Lite Connection Problem

    I am trying to connect to Oracle 8i Lite database on my local machine (NT as the OS) from JDeveloper 3.1.1.2, I am getting "Network adapter could not establish connection" error. I can not even do Net8 Easy Config as I have no idea what the SID name is as 8i Lite installation did not ask for any SID name and it just created the polite databse (which works fine from ODBC).
    What is the default SID name for 8i Lite ?
    How to fix this probelm. Any help is greatly appreciated. VR.

    There is some more work you need to do to make JDeveloper work with Oracle Lite. Details are in an earlier response to a similar problem:
    http://technet.oracle.com:89/ubb/Forum2/HTML/003647.html
    Blaise

  • Talend oracle lite problem

    we want to use talend in order to migrate data from an sql server to a oracle 11g. the database in oracle 11g is the repository for our oracle lite server.
    When we migrate the data we select action on table none and action on data insert or update for the oracle 11g components. We encounter a problem in which oracle lite thinks that the entire table has been changed after talend has finished its update and foreces a full refresh of the table to the users. As you understand this is a great problem because even when only one record has changed (or even none) the entire table is redownloaded on the users.
    From what i know oracle lite uses a complicated system in order to understand which records have been changed and therefore require to be updated on the clients. It appears as if talend changes something in the table after it has finished its data migration (perhaps some kind of a timestamp?) and therefore makes oracle lite believe that the entire table with all its rows were changed. i do not know which of the two components cause the error, talend changing something or olite thinking wrong about tables updated
    1)why does this happen and how exactly does oracle lite understand which data have been updated?
    im using this forum in order to ask if someone has encountered this problem again and how did he solve it
    thank you for your time

    not used talend, but if i understand correctly, you are using this to transfer data from a sql server database to oracle. I assume the data being put into the oracle database is into tables in the main schema, rather than the mobileadmin schema itself.
    For the tables that are being written to in the oracle database, how are they defined in the oracle lite publication (fast refresh, complete etc.) and what happens in the MGP process after the data import has run.
    The default process is that for fast refresh objects the following happens.
    1) when data is inserted/updated/deleted from the base table, triggers (TABLENAMi/u/d) fire in the main schema, and this causes data to be inserted into mobileadmin.C$all_sid_logged_tables to show the table as changed, and updates made to the CVR$ table in the main schema
    2) based on the 'dirty' tables in c$all_sid_logged_tables then the MGP process logs phase will copy data from CVR$ tables to CLG$ tables, and then run the compose to populate the out queue CMP$ tables
    it may be that part of the settings are stopping the updates to the CVR$ tables and this is causing a versioning mismatch (normal trigger for complete refresh), so check to see what updates are done to this table as well as the manin data table

  • Re: problem getting dev200 2.1 to with oracle lite

    i installed the oracle 8i and developer2000 v.2.1 on my laptop. i
    created a simple master-detail form against oracle lite. when i
    ran my form in designer mode, i had no problem. when i ran the
    form thru runtime, i got this error.
    F50RUN32 perform illegal operation
    F50RUN32 cause an invalid page fault in module KERNEL32.DLL at
    0167:bff7f21d
    i applied the latest patch of developer and i still got the same
    problem. any idea!!!
    null

    Make sure your laptop memory is min 16M bit but to good speed
    increase to 48M or 64M.
    ann make sure you HD size is good enough at least 2G
    And I don't know what OS you are in and most this problem occurs
    in W95 or W98.
    Good luck.
    hoy teoh (guest) wrote:
    : i installed the oracle 8i and developer2000 v.2.1 on my
    laptop. i
    : created a simple master-detail form against oracle lite. when
    i
    : ran my form in designer mode, i had no problem. when i ran the
    : form thru runtime, i got this error.
    : F50RUN32 perform illegal operation
    : F50RUN32 cause an invalid page fault in module KERNEL32.DLL at
    : 0167:bff7f21d
    : i applied the latest patch of developer and i still got the
    same
    : problem. any idea
    null

  • Problem when copying over the Oracle Lite DB Files...

    Hi All,
    i have installed oracle Lite 10g on my desktop and created a Database and then created a user on it.
    when i created all of that, it created two files: one which is a .odb (datbase file) and .opw (password file).
    the opw files has encrypted info about the user that i created on the DB.
    i am trying to port my entire application on to a laptop.
    so i install oracle lite 10g on it and then copy over these Datafiles (.odb) and password (.opw) file.
    i make the neccesary entries in the ODBC.ini file.
    now when i try to msql into the database it gives me an POL-5150 Access Violation error.
    any clue as to why it does not let me login.
    I Tried logging in both as the system user and the user that i created on the DB.
    any help would be great.
    i can login into the DB on my Desktop with the same username/password. no issues there. the issue is when i copy those files on the laptop.
    thanks,
    Milind

    Make shure that this file is in a folder that is in your path.
    to check this check your path (form cmd prompt typ set path) en search your hard disk for occurences of olod2040.dll.
    On my desktop the file is in C:\oracle\olite\Mobile\Sdk\BIN, this folder is also part of my path.
    normaly the file can also be found in C:\mobileclient\bin or whereever you installed the mobile client. I once noticed that deinstalling the sdk gave me the same error, the path was not set correctly when deinstalling.

  • Oracle Lite installation - 'Missing or Incorrect version of JDK' problem

    Dear Experts,
    I am attempting to install Oracle Lite 10g and when I go through the Universal Installer steps, after asking to install the demo applications, the next screen gives me 'Missing or Incorrect version of JDK'.
    I have downloaded the J2EE package from Sun and put it in a separate directory. This version is 1.4.2 and I have got the following in my environment varibles:
    PATH is 'C:\j2sdk1.4.2\bin;C:\oracle\product\10.2.0\db_1
    \NETWORK\ADMIN;C:\oracle\product\10.2.0\db_1\BIN'
    CLASSPATH is ''C:\j2sdk1.4.2\bin'
    I have Oracle 10g EE database already installed and my operating system is MS Windows 2000 service pack 4. When I navigate to 'C:\j2sdk1.4.2\bin' and type '>java -version' I get 'build 1.4.2_...'
    Many thanks for your help,
    Mark

    It appears the problem was that I had J2EE 1.4.2 and actually required J2SDK 1.4.2 i.e. the Standard edition rather than the Enterprise edition. Even though there are exactly the same files in the 'bin' directory in both versions. The installation now works.
    Mark

  • Oracle 8i Lite connection problem

    I'm trying to make connection with Oracle 8i Lite native jdbc driver. I'm getting error "Unable to find driver oracle.lite.poljdbc.POLJDBCDriver" when pressing Test button.
    olite40.jar is in IDEClassPath in jdeveloper.ini and Oracle 8i Lite is in Default Project Libraries.
    What I've missed?

    If you have added the Olite40.jar file to the IDE_CLASSPATH setting in the jdeveloper.ini file, make sure you restarted JDeveloper after editing the ini file.
    Also, make sure you specity 'Olite40.jar' not 'olite40.jar' (watch the case of the archive file name).

  • Oracle 4.0 Lite JDBC Problem

    I have tried to connect to the sample database (POLITE.ODB)
    supplied with Oracle Lite 4.0 via JDBC. The getConnection
    catches an exception in the shared library path. Where is the
    oljdbccl40 shared library?
    The two lines of java code are:
    Class.forName("oracle.lite.poljdbc.POLJDBCDriver");
    Connection conn = DriverManager.getConnection
    ("jdbc:polite:polite@kbrumley", "system", "NULL");
    Stack trace report below:
    Debugger Stack Trace Report:
    Thread[main,5,main] (Alive)
    Uncaught exception (java.lang.UnsatisfiedLinkError: no
    oljdbccl40 in
    shared library path)
    java.lang.Runtime.loadLibrary(String)
    this=(java.lang.Runtime) java.lang.Runtime@6fce
    libname=(java.lang.String) oljdbccl40
    security=(java.lang.SecurityManager) null
    java.lang.System.loadLibrary(String)
    libname=(java.lang.String) oljdbccl40
    oracle.lite.poljdbc.POLJDBCDriver.connect(String,
    Properties)
    this=(oracle.lite.poljdbc.POLJDBCDriver)
    oracle.lite.poljdbc.POLJDBCDriver@34e9
    arg_1=(java.lang.String)
    jdbc:polite:polite2@kbrumley
    arg_2=(java.util.Properties) {password=NULL,
    user=system}
    java.sql.DriverManager.getConnection(String, Properties)
    url=(java.lang.String)
    jdbc:polite:polite2@kbrumley
    info=(java.util.Properties) {password=NULL,
    user=system}
    currentSecurityContext=(java.lang.Object) null
    reason=(java.sql.SQLException) null
    i=(int) 0
    di=(java.sql.DriverInfo) driver
    [className=oracle.lite.poljdbc.POLJDBCDriver,context=null,oracle.
    lite.po
    ljdbc.POLJDBCDriver@34e9]
    java.sql.DriverManager.getConnection(String, String,
    String)
    url=(java.lang.String)
    jdbc:polite:polite2@kbrumley
    user=(java.lang.String) system
    password=(java.lang.String) NULL
    info=(java.util.Properties) {password=NULL,
    user=system}
    Playground.ReadPoliteEmp.main(String [])
    args=([Ljava.lang.String;)
    [Ljava.lang.String;@76b7
    null                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    You can try substituting any of the following in the download URL for the product: download-west.oracle.com , download-east.oracle.com , or download-uk.oracle.com
    Please let us know if this helps,
    OTN
    I'm unable to download the Oracle 7 JDBC driver even after using the GetRight Download utility.
    - Oracle 7.3.4.1.0
    - jdbc73402-nt.zip
    - 2/8/02 10am ET
    - IE 5.0 & Netscape 4.7.3
    - Win 2000 Terminal
    - Error Message : " The document contains no data. "

  • 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

  • Oracle Lite and Oracle 8i Client on Win98

    I've had Olite v8i running on my Win98 machine for a while now. I just installed Oracle 8i Client on my machine. Now, my JDBC driver for Oracle Lite does NOT work. What could have happened here??
    Thanks.
    -Jeremy
    null

    HI Jeremy,
    I think, Your PATH was cranked up.
    The JDBC driver for OLite normally does not use any OCI DLLs, so that should not be the problem. As I said, the OLite dlls may be missing now from the PATH.
    Any error messages? "Does not work" is a bit... fuzzy.

Maybe you are looking for

  • Background differences in internet explorer

    This only happens in some computers when using internet explorer as browser.  My chosen background color for my pages is white.  Why is my background a light blue in the top half of my page and white in the bottom half.  The particular color that is

  • Error when using SPM in Internet Explorer

    Hi When we use SPM in Internet explorer, at the bottom left of the screen it gives a message as "error on page". Why is this happening? Regards

  • CommPr01-TC { how to update product status(locked,Archived etc) via Program}

    Hi all, TCode: Commpr01 ( how to update material product status as Locked or Archived Via report program. Can any one suggest me what FM's i have to use and what inputs i have to pass. I already checked with "COM_PRODUCT_MAINTAIN_STATUS" it is not wo

  • How to resize a photo to inches, 6 x 4?

    Earlier I posted the same question and the reply was this can't be done in PE and I have to use crop to resize. I clicked the answer answered my question but was not sure and surprised that PE cannot resize to inches. I searched further and found a v

  • Dvorak in French

    Hi everyone! I was surfing when I saw an article about Dvorak keyboard layout. I thaught it was interesting, and I looked everywhere to activate it! I found two Dvorak Keyboard layout in my Intl.prefpane, but as the article described it, Dvorak is sp