Oracle 9i Lite and CPU problems

Are there any known problems with 9i Lite clients on Celeron or other CPU models ?
I know there were JVM related problems with one of the Oracle Universal Installers (been there) but this problem occurs when running msql to access the polite db.
eg.
msql system/x@polite
msql system/x@polite:polite
msql system/x@jdbc:polite:polite
All return a [POL-3013] bad database or invalid password error. Suspect that MSync does not work for the same reason.

I also get the POL-3013 error message when trying to connect to the polite database as well as my own db. I can setup the user-dsn and run CREATEDB with no errors. I can even validate the db and no errors are reported. But I cannot use msql to connect to it. It used to work on my previous Win2k-machine with P4 cpu, but will not work with XP and Celeron.

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 Lite and EVB Problem

    My question is, Can I works with
    r.MoveNext
    r.MoveLast
    using Microsoft Embedded Visual Basic and Oracle 9i Lite 5.01 in a Compaq Ipaq 3630?
    I4m probed with this but there is an error.
    I need help please. Thank you

    I am working with the same conditions without problems.. What error does it show?
    This piece of code uses the movefirst and movenext without problems. Remember to use de Err object to manage runtime errors in a friendly way.
    Err.Clear
    On Error Resume Next
    rs.open "select distinct .. where .. = '..' order by .., "", 1, 3
    If rs.recordcount > 0 Then
    rs.movefirst
    cs = rs.recordcount
    For i = 1 To cs
    combodesc.AddItem (CStr(rs.fields(0).Value))
    rs.movenext
    Next
    Else
    combodesc.Clear
    End If
    rs.close
    If Err.Number Then
    Exit Function
    End If
    resultvalue = True
    hope this helps..
    bye

  • 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 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..

  • 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.

  • 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.

  • 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

  • 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

  • Oracle 9i Lite MDK installation problem

    Hi,
    We are trying to install Oracle 9i Lite MDK in Windows 2000 machine. The machine had Oracle 8.1.7.0 client earlier and now it has been uninstalled.
    During Installation process, it gets hung. When we investigate the error logs, It says "java.lang.NoSuchMethodError: oracle.gss.util.JNLS: method getCommonCharsets([Ljava/lang/String;Ljava/lang/String;)[[Ljava/lang/String; not found
         at GetNlsLang.performQuery(GetNlsLang.java:21)[/i]".
    Could anyone throw light on this ?
    Regards
    Rajan

    Before installing MDK, delete (or rename) classes12.zip
    and classes12.jar files located in your existing
    Oracle Home/JDBC/LIB directory.

  • 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

  • MS-6309 and CPU problem

    Hi
    I have MS-6309 V2.1 (newest bios) and a regular Intel Celeron 933MHz. Recently I tried to upgrade it to Intel Coppermine 1GHz 256kB cache, but it was doing mathematical errors (random freezing, kernel error, different md5sums of the same file) (in any OS). MEMTEST went OK so I thought the CPU was bad so I tested it in my friend's mainboard and it was OK, so I tested my friend's CPU (the same, only little older release) in my mobo and it was doing the same errors.
    So my mobo is bad or it doesn't have proper microcode for my CPU (which may be eventually newer than newest BIOS release) what brings me to point-> How can I update microcode in old AMI BIOS? MMTool and AMIMMDOS works only on newer bioses.
    Sorry for my english

    So here's specifications of my old creepy computer:
    Mobo: MS-6309 V2.1 with BIOS v3.6
    RAMs: Apacer 128MB UNB PC133 CL3 + PQI PC-133 MS3828UPS
    CPU: Intel pentium III 1000/256/133/1.7V Q111A368-0941 SL4MF
    PSU: regular 300W
    HD: irrelevant
    RM: CD-ROM 54X read
    To Frederik about windows: There never had been one (according to former owner) before I got it and there also has never been windows since I got it.
    To Stu: I was looking for some old computer to be used as media-centre and webserver when I got this one for free from my friend. And it was beyond my expectations, cos I was looking for some 500MHz, 64MB RAM (which doesn't have problem playing 1400x1050 xvids and DVD's).
    OS: Gentoo, Debian, GeeXbox, Xubuntu, TinyME, Sidux, and others..
    Either they run from harddisk or CDROM they freeze or do mistakes in calculations (usually it means crashed program or kernel or programs do what they shouldn't). If you f.e. run md5sum with the same file 10x at least two sums will be different.
    CPU temperature doesn't go beyond 40-45°C.
    The CPU runs well in other mobos (with the same rams or not) and other 1GHz coppermines runs also wrong in my mobo (with my rams or any other rams). So i think it's either CPU problem or BIOS problem (old microcode or something else).
    sorry for my english

  • 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

  • Oracle 9i Lite and JavaServer Pages (JSP)

    Hello,
    I was refered to this forum as I have a couple of questions:
    1. If I have an application built on JSPs and Servlets that runs against Oracle 9i and Oracle 9ias, Could I run the same application on Oracle Lite without making any changes to the application? if not, what are the changes I have to consider?
    2. I read that Oracle 8i is the database you use to make the tests, can I use Oracle 9i as well?
    3. I understood that J2EE is supported, do I need a special version/patch to be installed?
    Thanks.

    I also get the POL-3013 error message when trying to connect to the polite database as well as my own db. I can setup the user-dsn and run CREATEDB with no errors. I can even validate the db and no errors are reported. But I cannot use msql to connect to it. It used to work on my previous Win2k-machine with P4 cpu, but will not work with XP and Celeron.

Maybe you are looking for

  • How can i open my iBook on my Mac, not just on my iPhone

    Hi, how can i open my iBook on my Mac, not just on my iPhone?  I ask this questions in hopes that I can eventually find a way to have the iPhone read a non "Enhanced" iBook to me. I used the Accessibility reader for a brief time but it's very persini

  • How to get the type of answer in a workitem?

    Hi Experts, I am building a report to get the users responsible for the approval of SCs and POs, in this report I need to get the type of answer given by the approver, if they have rejected, approved or partial rejected / approved the object. When I

  • I am unable to create new folders 10.8.6

    Today I am unable to create new folders on my internal drive. I changed all the permissions for the applications with "get info" and unlocking plus selecting read and write for all three categories of users. My home office is shut down. HELP!

  • Enquiry about character moving and rotating diagonally on tiled map....

    I have been able to make my character move up down the map and not going thru the wall. I also have able to move diagonally but it move faster than the up and down speed. Also i can't figure out how to rotate the character when it moved diagonally...

  • How do I view creative cloud desktop (osx 10.7.5)

    I've launched the creative cloud app ... but it does not show up in my toolbar, nor is it displayed in my "running applications" How do I view it ?