Oracle Lite Developement on EPOC , Win CE

Hi,
I am working on Oracle Lite , its working perfectly on the Windows, synchronizing etc. I deal with Mobile application developement with EPOC , Win CE on Psion Teklogix NetPad.
Is any one working on EPOC or Win CE Device, trying to Deploy Java Applets , Servlets or JSP.
It will be gr8 to share experiences.
Thanks
Bye
Anand
[email protected]

Oracle 5.0.10 does not provide an x.86 emulator for CE.nt devices. Eventually this will be an Oracle tool that will be an extension of .net.
Cheers,
Phil

Similar Messages

  • URGENT:Oracle Lite + Win CE + pJava + Replication

    We are trying to run a personal Java application on the Windows CE device and replicate the data using the consolidator.
    1) How do we access the Oracle Lite Database on the Win CE using Personal Java.
    2) How do we replicate/consolidate the data from Win CE to Oracle Lite on Desktop. (other than HTTP)
    Thanks in advance
    Suresh

    Hi,
    PPC 2003 != Win CE 4.2
    Pocket PC 2003 runs 'on top of' Win CE 4.2, and therefore PPC 2003 API's cannot be used on a Win CE 4.2 device. What processor is your scanner using? If it's not the ARM processor you might need to use a different Oracle 9iLite runtime on it.
    Check out this post on the NETCF newsgroup:
    http://www.google.com/groups?hl=en&lr=&ie=UTF-8&threadm=0b6301c3c3e9%2481358330%24a401280a%40phx.gbl&rnum=1&prev=/groups%3Fas_q%3Ddifference%2520pocket%2520pc%25202003%2520win%2520ce%25204.2%26safe%3Dimages%26ie%3DUTF-8%26as_ugroup%3D*compactframework*%26lr%3D%26hl%3Den
    Good Luck.

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

  • Application Development using Jdeveloper using Oracle Lite

    Hi all,
    I need to develop an application that works with the oracle database lite technology.
    Ritght now I am working on some 10 tables .The Scenario is like the application developed is deployed on the middle tier and the user downloads it and goes offline. And he uses the application offline with the same tables present (that are used in developing the application) in another database present on the user machine . I have gone through the ADF BC tutorials but I couldn’t figure out whether the business components (view objects, entity objects) that are created by using tables (connecting to a particular schema in the database) can work if the schema changes(coz I tried doing that and faced errors that connection to database couldn’t be established ). I think this might be because the schema has changed.
    Does this Business components created work if the database schema changes?
    Is it possible to develop an application using java swing that works on the oracle database lite? I need a standalone Windows 32 application to be developed.
    Thanks in advance

    Let's assume you have two database schema USER1 and USER2
    And let's assume that USER2 grants the appropriate privileges so that USER1 can see his tables.
    If you connect as USER1 in JDeveloper and create an entity object based on a table USER2.SOMETABLE, then the SomeTable entity object will remember the USER2 schema name as part of the table name.
    If instead if USER1 creates an entity object against a table in his own USER1 schema, then the entity object will only record the "TABLENAME" in the entity metadata, without a schema qualifier. In this case, if you connect to a different schema at runtime which still has the expected TABLENAME table in it, then it will work fine.
    Generally you would want to use an entity based on a synonym instead of an entity based directly on a SCHEMANAME.TABLENAME so that it wouldn't matter if the schema changed.
    Yes, you can build Swing, JSF, or JSP applications against Oracle Lite using ADF BC.

  • Oracle lite + Java on Win CE?

    Hi All,
    I have had a long hard look through the documentation, and am
    still unclear on one thing.
    Can I run Oracle Lite with a Java front end on a Win CE machine?
    tia
    Richard Summers
    null

    Hello you two,
    I couldn4t get the connection with Java also, I tried for one month, so do you have a solution for this?
    Second (and more urgent):
    I've got the following message on my pocketPC during the synchronization with consolidatorclient :
    "duplicate keys in unique/primary keys"
    Do you know this error and do you know a solution??
    Thanx for help
    Eva Lepperhoff
    Hello Mr. Summers,
    Perhaps you are a bit surprised because you postet your question in 1999 but I have looked through nearly all entries about Oracle 8i Lite because I have the same Problem and I hope that you have some news after the past two years...
    I am also trying to programm the OKAPI but there is a mystirious thing. In the documentation they are writing about a function called okInit. I couldn4t find this function in any of the headerfiles...
    greatings from Germany
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Richard Summers ([email protected]):
    Hi All,
    I have had a long hard look through the documentation, and am
    still unclear on one thing.
    Can I run Oracle Lite with a Java front end on a Win CE machine?
    tia
    Richard Summers<HR></BLOCKQUOTE>
    null

  • Help on UI development for Oracle Lite

    Can anyone suggest me a suitable environment that i can use to develop a UI to access Oracle lite database. J2ME does not have odbc support because of which i am not able to build the UI. Hence kindly help me in this regard. REQUIRED ASAP...

    You have to use carbide c++ with csql ..Download symbian sql guide . Follow the step .Edit mmp file create csql ->msync ->deploy on device .
    Then install Oracle mobile server on public ip machine .Make it accessble. It is backend. You can use UI of nokia as front end.But nowhere examples isnot avaible .If you find some where let me know
    Chirag

  • Best Hardware to evaluate Oracle Lite

    We want to evaluate certain commercial Mobile Database Systems within the scope of a research project about MDBMS. Know we have do choose some hardware/OS platform. What do you say, which Handheld/Pocket/Pen-PC and OS (WinCE,PalmOS,Epoc) combination would be the best for evaluating Oracle Lite?
    Thanks in advance

    apex_disco wrote:
    Upgrading hardware from Win2003 32 bit to Win2008 R2 64 bit. Staying in the same Oracle DB 10gR2 - possibly just from 10.2.0.2 to 10.2.0.4. Why? Because the higher ups said so.That's one of the ways they shouldn't mess with things too far down the chain.
    I believe the lowest release and patch set level for Win Server 2008 R2 (which is only 64-bit, by the way) is 10.2.0.5. This is documented!
    Also, why 32-bit and not 64-bit, when on a 64-bit hw/os platform? Or maybe that was not the meaning of "same Oracle DB"? (Note 32-bit client connectivity with 64-bit server is fully possible)
    Any suggestions best and easiest way to migrate? I was thinking expdp of current schema and impdp in. Any opinions?If schema is fairly small (or not so small and enough down time window exists), that sounds like a good way.
    Edited by: orafad on Nov 22, 2011 8:46 AM
    Edited by: orafad on Nov 22, 2011 8:47 AM

  • About Oracle Lite

    I am new for Oracle Lite so, may be some question incorrect.
    1. Where I can downlaod O8iLite for testing?
    2. Which version of Oracle Lite is J2EE compliance?
    3. Which version of Oracle Lite support Chinese?
    Regards, and thanks for any reply
    Nicholas

    There is some documentation cut, may be this help you.
    2.7 Language Issues (CCJK stands for China, Taiwan (Chinese Taipei), Japan, Korea)
    Mobile Client for EPOC and Mobile Development Kit for EPOC is not supported for CCJK countries
    Mobile Client for Windows CE and Mobile Development Kit for Windows CE with x86 is not supported for CCJK countries
    Branch Office is not supported for CCJK countries
    2.8 CCJK Supplemental Information
    This release is a MLE (Multi Language Edition) release. This release supports CCJK (Chinese, Taiwanese, Japanese, Korean) languages in addition to English and European language. This section provides CCJK specific information for the release.
    2.8.1 Character Sets
    2.8.1.1 Supported Character Sets For Database Kernels
    Oracle Lite Database is NOT a NLS component. In order to reduce the kernel size, it is built for each language which supports native character sets for Windows. Which means, each language has each kernel. Here are the character sets supported by this release:
    Chinese : MS936 CodePage (Simplified Chinese GBK, ZHS)
    Taiwanese: MS950 CodePage (Traditional Chinese Big5, ZHT)
    Japanese : MS932 CodePage (Japanese Shift-JIS, JA)
    Korean : MS949 CodePage (Korean, Ko)
    The database kernel for each language in this list only supports its corresponding character set. Other multibyte character sets are not supported.
    2.8.1.2 Supported Character Sets for Mobile Server
    Mobile Server components (including Mobile SDK, mSync) is NLS components. These components are built based on Java technology and support all character sets which Java technology supports. But there are some restrictions. See "Restrictions of CCJK" subsection.
    2.8.2 NLS Parameters in POLITE.INI
    In order to handle the proper language, some NLS related parameter need to be set as written in POLITE.INI. NLS related parameters are set in POLITE.INI. These parameters are set by default during installation.
    2.8.2.1 NLS_LOCALE
    Oracle Lite database refers NLS_LOCALE parameter. This parameter affects the behavior for calendar and currency unit handling and must be set in each language specific value. The actual value for NLS_LOCALE parameter are:
    For ZHS (China) : CHINESE-SIMPLIFIED
    For ZHT (Taiwan): CHINESE-TRADITIONAL
    For Ja (Japan) : JAPANESE
    For KO (Korea) : KOREAN
    =Siarhej=

  • Oracle Lite vs Personal Oracle

    Hi
    I use Oracle Server 8.1.7 at work and want to do some development work at home. Which version should I use on my Win 98 machine and what are the pros and cons of each?
    Cheers
    Phil

    I would advise you to use Personal Oracle.
    Personal Oracle has most of the features the Enterprise version of Oracle 8.1.7 has. Oracle Lite is a very light weight version of Oracle which doesn't really have anything to do with the normal versions.
    Especially when you want to develop things at home and deploy them at work you need Personal Oracle
    null

  • Oracle Lite ( Windows CE version ) on H/PC

    Hi to all !
    Which version of Oracle Lite for Windows CE supports Java stored procedures and
    triggers and the Oracle Lite JAC and JDBC interfaces on H/PC? I have version 3.6 and 4.0.1 but this versions don't support
    JAC, JDBC interfaces, Java stored procedures and triggers ( this is written in documentation ).
    I urgently need version of Oracle Lite for Windows CE on H/PC which
    mostly supports JDBC interface because I've developed an application for
    Oracle Lite in JDeveloper with
    JDBC interface and I intend to transfer this application on H/PC ( Velo
    Phillips ) with Widows CE 2.0 operating system.
    Does such version of Oracle Lite for Windows CE which supports JDBC
    interface exist at all?
    Please help me.
    Thank you in advance.
    null

    I want to run Oracle lite on ARM based WINDOWS CE platform,For this it requires jdk1.1.8 version minimum or higher.Is it available to download this jdk version seperately for WIN CE? I searched in the Net but i didnt get jdk seperately made for ARM windows ce platform.
    Please help me to sort out this problem,any kind of support is appreciated.

  • Oracle Lite 10.3.0: how to find out the consumed size of a BLOB column

    Hi,
    we are developing an app that utilizes an Oracle Lite database and so far I have just been unable to find a reasonable way to determine the size of stored binary data.
    All the "usual" ways we aware of from "main" Oracle just don't seem to work with OLIte (ie SELECT dbms_lob.getlength(file_data) from APPS.CSL_LOBS) so how does one find out the size of blob objects?
    Thanks in advance

    Assuming BLOBs are not stored in-line:
    SQL> desc pm.print_media
    Name                                      Null?    Type
    PRODUCT_ID                                NOT NULL NUMBER(6)
    AD_ID                                     NOT NULL NUMBER(6)
    AD_COMPOSITE                                       BLOB
    AD_SOURCETEXT                                      CLOB
    AD_FINALTEXT                                       CLOB
    AD_FLTEXTN                                         NCLOB
    AD_TEXTDOCS_NTAB                                   PM.TEXTDOC_TAB
    AD_PHOTO                                           BLOB
    AD_GRAPHIC                                         BINARY FILE LOB
    AD_HEADER                                          PM.ADHEADER_TYP
    SQL> select  segment_name,
      2          index_name
      3    from  dba_lobs
      4    where owner = 'PM'
      5    and table_name = 'PRINT_MEDIA'
      6    and column_name = 'AD_COMPOSITE'
      7  /
    SEGMENT_NAME                   INDEX_NAME
    SYS_LOB0000051988C00003$$      SYS_IL0000051988C00003$$
    SQL> select  sum(bytes)
      2    from  dba_segments
      3    where owner = 'PM'
      4      and segment_name in (
      5                           'SYS_LOB0000051988C00003$$',
      6                           'SYS_IL0000051988C00003$$'
      7                          )
      8  /
    SUM(BYTES)
        262144
    SQL> SY.

  • Installing Oracle 10g enterprise edition on Win XP professional

    Hello everybody,
    I have the LAN's ip address set to 192.168.0.5 during installation. In addition, I'm using WiFi to connect to the internet at the same time - is this going to cause a confusion on the host ip because I have LAN and WiFi turned on? I have read the documentation but some are a bit technical for me to understand. So I got some questions below that I need to clarify.. because I'm getting the ORA-12514: TNS:listener does not currently know of service requested in connect descriptor error when I try to log in to sql prompt after supplying the username, pass, and host string that worked a few days ago. I was even able to logged into http://compName:port/em but now I can't.
    1. What else do I need to configure after I installed 10.2 enterprise edition on a win xp professional?
    2. Do I need to install the oracle companion cd if I just want to learn the basic of sql?
    3. Do I still need to configure the windows loopback adapter (is it only applicable for oracle companion cd installed)?
    Oracle 10.2 Enterprise Edition
    Win Xp professional
    No Loopback adapter configured
    LAN ip set to 192.168.0.5 and subnet mask to 255.255.255.0
    Thanks.

    Just check the host name is properly configured on your hosts file
    - Sorry. Is the host name the computer name defined in the Control Panel -> System -> Computer Name? Where is the host file located?
    it is advisable to have your fully qualified host name along the single host name configured there too.
    - Which one should be the qualified host name?
    I've checked my listener.log file in C:\oracle\product\10.2.0\db_1\NETWORK\log and it seems like the port changes to another value every less than a second.
    28-OCT-2007 19:36:44 * service_update * orcl * 0
    28-OCT-2007 19:36:46 * (CONNECT_DATA=(SID=orcl)(CID=(PROGRAM=C:\oracle\product\10.2.0\db_1\bin\emagent.exe)(HOST=510M)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.0.5)(PORT=1335)) * establish * orcl * 0
    28-OCT-2007 19:37:17 * service_update * orcl * 0
    28-OCT-2007 19:37:43 * (CONNECT_DATA=(SID=orcl)(CID=(PROGRAM=C:\oracle\product\10.2.0\db_1\bin\emagent.exe)(HOST=510M)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.0.5)(PORT=1343)) * establish * orcl * 0
    28-OCT-2007 19:37:48 * ping * 0
    28-OCT-2007 19:37:56 * service_update * orcl * 0
    28-OCT-2007 19:38:02 * (CONNECT_DATA=(SID=orcl)(CID=(PROGRAM=C:\oracle\product\10.2.0\db_1\bin\emagent.exe)(HOST=510M)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.0.5)(PORT=1349)) * establish * orcl * 0
    28-OCT-2007 19:38:04 * (CONNECT_DATA=(SID=orcl)(CID=(PROGRAM=C:\oracle\product\10.2.0\db_1\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=510M)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.0.5)(PORT=1348)) * establish * orcl * 0
    28-OCT-2007 19:38:04 * (CONNECT_DATA=(SID=orcl)(CID=(PROGRAM=C:\oracle\product\10.2.0\db_1\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=510M)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.0.5)(PORT=1350)) * establish * orcl * 0
    28-OCT-2007 19:38:05 * log_status * 0
    28-OCT-2007 19:38:05 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=status)(ARGUMENTS=64)(SERVICE=(ADDRESS=(PROTOCOL=TCP)(HOST=510M)(PORT=1521)))(VERSION=169869568)) * status * 0
    28-OCT-2007 19:38:15 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=169869568)) * status * 0
    28-OCT-2007 19:38:22 * (CONNECT_DATA=(SID=orcl)(CID=(PROGRAM=C:\oracle\product\10.2.0\db_1\bin\emagent.exe)(HOST=510M)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.0.5)(PORT=1358)) * establish * orcl * 0
    28-OCT-2007 19:38:38 * service_update * orcl * 0
    28-OCT-2007 19:38:39 * (CONNECT_DATA=(SID=orcl)(CID=(PROGRAM=C:\oracle\product\10.2.0\db_1\bin\emagent.exe)(HOST=510M)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.0.5)(PORT=1361)) * establish * orcl * 0
    28-OCT-2007 19:38:45 * (CONNECT_DATA=(SID=orcl)(CID=(PROGRAM=C:\oracle\product\10.2.0\db_1\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=510M)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.0.5)(PORT=1362)) * establish * orcl * 0
    28-OCT-2007 19:39:00 * (CONNECT_DATA=(SID=orcl)(CID=(PROGRAM=C:\oracle\product\10.2.0\db_1\bin\emagent.exe)(HOST=510M)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.0.5)(PORT=1367)) * establish * orcl * 0
    28-OCT-2007 19:39:16 * (CONNECT_DATA=(SID=orcl)(CID=(PROGRAM=C:\oracle\product\10.2.0\db_1\bin\emagent.exe)(HOST=510M)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.0.5)(PORT=1368)) * establish * orcl * 0
    28-OCT-2007 19:39:17 * service_update * orcl * 0
    28-OCT-2007 19:39:33 * (CONNECT_DATA=(SID=orcl)(CID=(PROGRAM=C:\oracle\product\10.2.0\db_1\bin\emagent.exe)(HOST=510M)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.0.5)(PORT=1372)) * establish * orcl * 0
    28-OCT-2007 19:39:35 * service_update * orcl * 0
    28-OCT-2007 19:39:48 * (CONNECT_DATA=(SID=orcl)(CID=(PROGRAM=C:\oracle\product\10.2.0\db_1\bin\emagent.exe)(HOST=510M)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.0.5)(PORT=1376)) * establish * orcl * 0
    28-OCT-2007 19:40:04 * (CONNECT_DATA=(SID=orcl)(CID=(PROGRAM=C:\oracle\product\10.2.0\db_1\bin\emagent.exe)(HOST=510M)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.0.5)(PORT=1380)) * establish * orcl * 0
    28-OCT-2007 19:40:05 * service_update * orcl * 0
    28-OCT-2007 19:40:19 * (CONNECT_DATA=(SID=orcl)(CID=(PROGRAM=C:\oracle\product\10.2.0\db_1\bin\emagent.exe)(HOST=510M)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.0.5)(PORT=1382)) * establish * orcl * 0
    28-OCT-2007 19:40:35 * (CONNECT_DATA=(SID=orcl)(CID=(PROGRAM=C:\oracle\product\10.2.0\db_1\bin\emagent.exe)(HOST=510M)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.0.5)(PORT=1385)) * establish * orcl * 0
    28-OCT-2007 19:40:51 * (CONNECT_DATA=(SID=orcl)(CID=(PROGRAM=C:\oracle\product\10.2.0\db_1\bin\emagent.exe)(HOST=510M)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.0.5)(PORT=1387)) * establish * orcl * 0
    28-OCT-2007 19:41:06 * (CONNECT_DATA=(SID=orcl)(CID=(PROGRAM=C:\oracle\product\10.2.0\db_1\bin\emagent.exe)(HOST=510M)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.0.5)(PORT=1390)) * establish * orcl * 0
    28-OCT-2007 19:41:22 * (CONNECT_DATA=(SID=orcl)(CID=(PROGRAM=C:\oracle\product\10.2.0\db_1\bin\emagent.exe)(HOST=510M)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.0.5)(PORT=1391)) * establish * orcl * 0
    28-OCT-2007 19:41:37 * (CONNECT_DATA=(SID=orcl)(CID=(PROGRAM=C:\oracle\product\10.2.0\db_1\bin\emagent.exe)(HOST=510M)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.0.5)(PORT=1394)) * establish * orcl * 0
    28-OCT-2007 19:41:53 * (CONNECT_DATA=(SID=orcl)(CID=(PROGRAM=C:\oracle\product\10.2.0\db_1\bin\emagent.exe)(HOST=510M)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.0.5)(PORT=1398)) * establish * orcl * 0
    The above is only a portion of my listener.log file the original one has about 258kb probably over 600 lines.
    I can't login as sys/password and host string when I run the Start -> Oracle - OraDb10g_home1 -> Application Development -> SQL Plus ----- it always return me the ORA-12154: TNS:could not resolve the connect identifier specified. error.
    Thanks.

  • JDBC API ( JSR 169 ) Implementation for accessing oracle lite database

    We are developing an application using IBM J9 (CDC and Foundation Profile) on Pocket PC 2003 environment with SWT as the front end development. We are using Oracle Lite 9i as the Client database.
    We have sucessfully installed Oracle Lite and was able to create tables in the database.. however we could not find the JDBC API (java.sql and javax.sql packages which is JSR 169 JDBC 2.0/3.0) inorder to load the JDBC driver(OLITE40.jar) and access the oracle Lite Database on Pocket PC.
    IBM J9 Micro Environement does not have this support.
    I am wondering if Oracle provides this implementation.
    If not is there a get around.
    the client database is crucial to the application and i would really appreciate an answer to our problem.

    Check out
    http://groups.google.com/groups?hl=en&lr=&threadm=cjgl3g%248hhm%241%40news.boulder.ibm.com&prev=/groups%3Fhl%3Den%26lr%3D%26ie%3DUTF-8%26group%3Dibm.software.websphere.studio.device-developer
    I have had the same issue before.
    Regards,
    Ron

  • Does j2me support jdbc for Palm Oracle Lite(8i/9i)

    I have a requirement to develop an application in Java for PALM OS with Oracle Lite 8i/9i connectivity. does j2me support jdbc for Palm Oracle Lite(8i/9i). Please help me to know what all java VM available in the market which have oracle connectivity(jdbc/odbc/whatever) for Oracle Lite for PALM.
    thanks
    dk

    Pleae some one reply, if j2me/kvm supports jdbc/odbc connectivity to oracle lite 9i/8i on palm
    thanks
    dk

  • J2me/kvm connectivity to PALM Oracle lite 8i/9i??

    I have a requirement to develop an application in Java for PALM OS with Oracle Lite 8i/9i connectivity. I want to know if j2me/kvm supports connectivity to PALM Oracle lite 8i/9i. Please help me to know what all java VM available in the market which have oracle connectivity(jdbc/odbc/whatever) for Oracle Lite for PALM.
    thanks
    dk

    Thanks for the respose. But I want to have local database in Palm Oracle lite. The oracle lite database will be on palm device. My question is, If we can commect to oracle lite on palm using jdbc/etc?
    I am new to J2Me, But what I understand by writing servlets that they will be running on a web server. But I want the program to run on PALM DEVICE(AWT/SWING) with connnnection to local oracle lite.
    regards
    dk

Maybe you are looking for

  • F110:Advice by email with generic email id as sender

    Hi All, Can any one suggest a solution for the requirement below: Business wants to send email to vendors for payment advice during F110 ,the set up of the BTE is done and when executed the email sent is displayed from the user email id . instead the

  • .aiff files won't play in finder (and some programs)

    Mac Pro 4.1 Doing some long-overdue file cleanup, and when I preview some .aiff files in the finder they won't play.  The Apple  .aiff sound effect files play, but things I've recorded won't play, although they will play if imported into iTunes.  Oth

  • RAID 50

    I just installed 750GBx14 hard drives in Xserve RAID, and i was trying to configure them as RAID 50, my question is how to set up them as RAID 50?.. i dont know what ive done is right or not.. i need an advise. 1) i opened the Raid admin and i config

  • Anyone have any bugs or fixes in health app?

    My previous weeks data has now gone from my dashboard. It will let me add an item to the dashboard but as soon as I go to the dashboard to view it, it says dashboard is empty.  This only seems to have happened since I linked MY FITNESS PAL app in the

  • [Solved]Kerenel26 2.6.30-ARCH uname -r output.

    Hello I just compiled from abs tree kernel (ver. 2.6.30-6). And at login I got: 2.6.30-ARCH-gd258d93-dirty At kernel ver. place. WHy i got it I compiled from orginal PKGBUILD from abs tree (I nothing changed). Last edited by SpeedVin (2009-09-12 08:0