GPF with 8i lite

Hi, sorry for my english.
I have a big problem when I try to replicate more than 40 snapshot.
I have about 80 snap ( 20 updatable 60 read - only) and if I try to refresh all of them I take a gpf
someone can help me ?
TIA

Why use Oracle8i Lite?
Um, because my application is writen to use Oracle. I suppose we could port to SQL Server Anywhere, but here we are in the Oracle8 Lite forum, talking about Oracle 8i Lite, right?
The annoying thing is, I seem to be the only person in the world working this way.
I guess maybe we shuold convert our 800 megs of source code to work with Sybase. Seems a shame, if Oracle's lite database is less compatible in this process than SQL Anywhere.
Does anyone from Oracle want to respond ?
ps: nobody at Sybase knew how to get PB to talk to Oracle lite either. They say I can only become the SYSTEM user. And do I want my 100-table schema to be owned by SYSTEM?
I don't think so.

Similar Messages

  • Help on Palm replicating with 9i Lite

    Please help!!
    I've been strugling with Oracle Lite and palm for over 3 weeks
    with little success.
    My actual status:
    - Oracle 8i as database server on Windows NT
    - Oracle 9iLite 5.0 server on a Windows 2000 machine
    - Palm OS 3.5 with Emulator
    - I'm using webtogo.exe, not any application servers.
    - I found out that there are inumerous errors that the Packaging
    wizard doesn't show, so now I only run the webtogo in debug mode
    (-d)
    - Looking at those errors, I have been able to create some
    snapshots with success.
    - When I sincronize with the palm, either by hotsync or by
    mSync, I get some nonsense errors:
    On Palm:
    - Emulator memory errors
    - Errors after mSync consolidates that don't have any reference
    anywhere else, like -9025:0
    On the webtogo console:
    - I get the error ORA-00942 (view or table doesn't exist) quite
    often
    - I get the java null pointer exception quite oftenly
    For 2 times, my replication process seemed to work. I tried some
    very simple examples (1 table with 1 column). After replication,
    the database was created and I could access the table data on
    palm through mSQL and even see my data. When that happenned I
    can replicate as many times as I want without a problem. After
    that I removed the application and tried to recreate it with the
    same parameters and it didn't work any more!!!
    I had some conclusions of which I'm not so sure anymore:
    1 - After publicating an application with the publication
    wizard, I should wait until MGP completes a cycle before trying
    to replicate
    2 - I should include all fields of my snapshot, one by one,
    instead of using *
    3 - All the tables I'll replicate must be created with the
    system user !!!
    4 - After I delete an application, I'd better create a new
    emulator session (in a palm that would mean a hard reset),
    instead of believing that the sync process will erase the old
    database properly.
    5 - The Database name on the cliente must be filled, although
    the webtogo server log doesn't say anything about it when I
    publish the application.
    My instincts tell me I should wait because there must be a patch
    on the way. My problem is that I must deliver a project that's
    complete, only lacking the replication part.
    Any ( I really mean any ) kind of help would be very welcome,
    Eduardo Thuler

    It is a Palm OS issue. v5.1 is not supported until Olite 5.0.2.2.
    If you have access to metalink, you can check if that version is posted.

  • Access to Samsung Omnia Accelerometer and Microphone with Flash Lite?

    Hello everybody,
    I' like to ask a few things:
    - Is it possible to access the Omnia accelerometer through our flash lite application?
    - Is it possible to capture audio from Omnia microphone, through our flash lite app?
    Thanks in advance.

    Hi,
    At this time we do not support these features with Flash Lite, we're working on it though!
    Regards,
    Mark
    www.flashmobileblog.com

  • How to getJ2ME to work with Oracle Lite

    Has anyone tried using J2ME with Oracle Lite for PDA devices. We are trying to build a cross platform application. The handheld app will run on J2ME container (In PDA) . We want to use Oracle Lite , but cannot get J2ME to talk with Oracle Lite. Can someone help ?
    Is Oracle Lite Supported with J2ME for PDA

    Yes. please resolve it and also give pointers where it is mentioned - how one can use olite as a database on Nokia S60 3rd edition platform mobile devices with J2ME as developement plaltform.

  • HP iPAQ with flash lite compatibility

    I'm thinking of purchasing an HP iPAQ for the purpose of
    maybe adapting a SWF app to work with this phone/pda device. This
    device comes with Windows Mobile 5 For Pocket PC Phone Edition, I
    was wondering if anyone knows if this OS is compatible with Flash
    Lite. I know that Windows Mobile 5 is, but I wanted ot make sure
    the phone edition was as well, the Flash Lite section of this web
    site does not mention this OS version.... and when it comes to OS's
    I trust nothing!!
    If anyone can provide any inpute, I would apreciate it!!!
    Carlos

    Flash lite 3,0 and 3,1 are based on Flash 8, for most of sites you have to have version 9 or earlier...
    With Flash lite 3 you can browse only sites like youtube, which has special player version for these phones. (and work only on s60v3, on s60v5 you have to use app)
    Flash lite 4 s based on Flash 10. Unfortunately, Flash lite 4 supports only new Nokia Symbian^3 and some Android devices. Browsing web with Flash lite 4 is much better and you can open about 90% flash content... But, it will probably never be avaliable for older (s60v3 and v5) smartphones.
    E75 (RM-412) fw: 211.12.01

  • Loading text file with flash lite 3.0 problem

    Hello,
    I recently ran into a problem with loading a plain text file with Flash Lite 3.0.
    I know there is a way to load name/value pairs using LoadVars class or XML file using XML class. Both methods work great, but these classes parse the data loaded and I need to load just a plain text - no pairs or xml structure. (its because Im loading specific file format, so I can't make any changes to it)
    There is a simple way how to achieve this in Flash using Actionscript 2 by extending the LoadVars class and overriding the onData() method. I used it plenty of times and it works fine.
    There is an example of implementation:
    // the PlainData.as file
    class PlainData extends LoadVars {
        function onData(str) {
            trace(str)
            this.onLoad(true);
    // now in the main file
    var my_data:PlainData = new PlainData();
    my_data.load("my3dmodel.obj");
    This code traces unchanged content of my3dmodel.obj file.
    The problem comes when I try to run this code using Flash Lite 3.0. The code stops working just by changing player version in publish settings to Flash Lite 3.0. It doesnt display any error, but also doesnt trace any content.
    Is there a reason why you cant override onData method in LoadVars class in lite version of flash or am I doing something wrong?
    (also overriding onLoad() method works fine in Flash Lite)
    Ondrej

    Thanks Man
    But i m very unhappy !!! :-(
    1M data to transfer my mp3 files is very small !!! hehehe
    Thanks a lot
    See ya
    Carlos Eduardo Burko - Curitiba - Brazil - Macromedia
    Certified Professional
    "biskero" <[email protected]> escreveu na
    mensagem
    news:e98nrb$a6e$[email protected]..
    > Ciao Carlos,
    >
    > yes you can load mp3. The only issue is that the FL2
    will need to load the
    > entire mp3 in memory which mean you are limited to the
    avalable memory and
    > also
    > there is a limitation of 1M data transfer.
    > Try to create a sample application to test it. You need
    to use the
    > loadSound
    > API.
    >
    > Alessandro
    >

  • Itunes with quicktime lite

    hi all
    I haven't updated since 7.4.3.1 this runs well, I updated a while ago and it was a horror as eveyone knows.
    How is the latest update for windows version?
    I wanted to get rid of quicktime and use quicktime lite.
    I have been using real player without the problems i had with the updated
    version of quicktime.
    Question is does the ipod have any problems with quicktime lite and what
    version of quicktime lite should I download?

    I think Quicktime Lite is a variant of Quicktime alternative and that has caused a lot of trouble with incompatible codecs causing crashes.
    This tends to crop up whenever a new version of iTunes/Quicktime is released.
    Personally I would steer clear of it ... but that's just my opinion.

  • Can we use Alchemy with Flash Lite?

    Alchemy can be used with Flash Lite or is it useful only for flash 8?

    Alchemy requires Flash 10 and AS3, neither of which are currently supported by Flash Lite.

  • Powerbuilder with 8i Lite

    Has anyone else used PB with 8i Lite?
    I'm having trouble using the example PBL file that comes with the 8i Lite shipment. Looks like it has no source code!
    Also, since this has to be an ODBC connection, I've been trying to connect as
    users besides SYSTEM (I don't want my schema to be owned by SYSTEM, do I?) Yet whenever I select USER from DUAL, I still get SYSTEM.
    Is anyone else out there developing with PB and lite ?
    Kevin Fries

    Why use Oracle8i Lite?
    Um, because my application is writen to use Oracle. I suppose we could port to SQL Server Anywhere, but here we are in the Oracle8 Lite forum, talking about Oracle 8i Lite, right?
    The annoying thing is, I seem to be the only person in the world working this way.
    I guess maybe we shuold convert our 800 megs of source code to work with Sybase. Seems a shame, if Oracle's lite database is less compatible in this process than SQL Anywhere.
    Does anyone from Oracle want to respond ?
    ps: nobody at Sybase knew how to get PB to talk to Oracle lite either. They say I can only become the SYSTEM user. And do I want my 100-table schema to be owned by SYSTEM?
    I don't think so.

  • Problem with Flash Lite in Nokia 5800 XpressMusic-Problema con Flash Lite en Nokia 5800 XpressMusic

    I've got a problem playing videos in YouTube with my 5800. Recently I updated my version of Flash Lite to 3.1,  from that day I can't see correctly videos on YouTube, when the the indicator of the bar reaches 1/4 of the totallity of the bar, the sound and image stop, but the indicator continues playing. If i want to see completly a video I have to put the indicator in the start of the bar and wait the load again. Some idea to fix this problem?
    Sorry for my English level.
    Tengo un problema reproduciendo vídeos en YouTube con mi 5800. Hace poco actualicé la versión del Flash Lite a la 3.1 y desde entonces no puedo ver correctamente vídeos de YouTube, cuando el indicador de la barra alcanza 1/4 de la distancia total, se detienen el sonido y la imagen, pero el indicador continúa como si siguiera reproduciendo, es decir para el vídeo es como si siguiera reproduciendo pero ni el sonido ni la imagen continúan., para ver los vídeos tengo que llevar el cursor de carga al principio y esperar la carga de nuevo, es un problema realmente molesto. ¿Alguna idea para solucionarlo?

    Hi,
    I have Nokia 5800XM as well. The YouTube videos are playng fine for me. my FW is 40.0.005 with FL3.1
    Maybe you need to update your device's firmware and FL version.\
    Start Device Manager application on your 5800XM from menu or dialing *#0000#. It will check for new updates and ask you to download them. Remember that these updates are in MBs. I'd recommend update using a WiFi connection or flat-rate data plan.
    Best,
    // chall3ng3r //

  • Install on vista with Oracle Lite Multiuser Service -  SERVICE_START_PENDIN

    Hi all,
    I'm trying to install app server 10.1.3 on Vista, but on Configuration assistant screen, it stops at BPEL process manager configuration manager ,
    error in oraInstall.err:
    C:\Users\victoria\AppData\Local\Temp>echo updating ODBC.ini
    updating ODBC.ini
    C:\Users\victoria\AppData\Local\Temp>echo off
    C:\Users\victoria\AppData\Local\Temp>echo updating ODBCINST.ini
    updating ODBCINST.ini
    C:\Users\victoria\AppData\Local\Temp>echo off
    C:\Users\victoria\AppData\Local\Temp>echo updating POLITE.ini
    updating POLITE.ini
    C:\Users\victoria\AppData\Local\Temp>echo off
    C:\Users\victoria\AppData\Local\Temp>exit
    Oracle JAAS [Mon May 18 08:36:05 GMT 2009] admin password is changed successfully
    opmnctl: starting opmn and all managed processes...
    OliteService reports the following status:
    The service is installed.
    OliteService reports the following status:
    The service start pending.
    The current status of Oracle Lite Multiuser Service:
    Current State : SERVICE_START_PENDING
    Acceptable Control Code : (0x0)
    installaction.log:
    BUILD SUCCESSFUL
    Total time: 3 minutes 35 seconds
    C:\product\10.1.3.1\OracleAS_1\bpel\samples>ENDLOCAL
    BUILD SUCCESSFUL
    Total time: 4 minutes 43 seconds
    Exit: 0
    TASK: oracle.tip.install.tasks.UpdateConfigFiles
    Updating configuration files ...
    Exit: 0
    TASK: oracle.tip.install.tasks.RegisterOlite
    Registering Olite ...
    C:\product\10.1.3.1\OracleAS_1\bpel\install\bin>set OB_HOME=C:\product\10.1.3.1\OracleAS_1\bpel
    C:\product\10.1.3.1\OracleAS_1\bpel\install\bin>set OLITE_LIB=C:\product\10.1.3.1\OracleAS_1\bpel\..\Mobile\Sdk\BIN
    C:\product\10.1.3.1\OracleAS_1\bpel\install\bin>set OLITE_BIN=C:\product\10.1.3.1\OracleAS_1\bpel\..\Mobile\Sdk\BIN
    C:\product\10.1.3.1\OracleAS_1\bpel\install\bin>set PATH=C:\product\10.1.3.1\OracleAS_1\jdk\bin;C:\product\10.1.3.1\OracleAS_1\ant\bin;C:\oracle\product\10.2.0\db_1\bin;C:\app\product\11.1.0\db_1\bin;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio Shared\10.0\DLLShared\;C:\Program Files\Microsoft SQL Server\80\Tools\Binn\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PrivateAssemblies\;C:\product\10.1.3.1\OracleAS_1\MOBILE\sdk\bin;C:\product\10.1.3.1\OracleAS_1\jdk\jre\bin\server
    C:\product\10.1.3.1\OracleAS_1\bpel\install\bin>set CLASSPATH=C:\product\10.1.3.1\OracleAS_1\bpel\..\Mobile\Sdk\BIN\olite40.jar;C:\product\10.1.3.1\OracleAS_1\MOBILE\Sdk\bin\OLITE40.JAR;
    C:\product\10.1.3.1\OracleAS_1\bpel\install\bin>C:\product\10.1.3.1\OracleAS_1\bpel\..\Mobile\Sdk\BIN\olsv2040.exe /stop
    OliteService reports the following status:
    The service stop is pending.
    OliteService reports the following status:
    The service is stopped.
    The current status of Oracle Lite Multiuser Service:
    Current State : SERVICE_STOPPED
    Acceptable Control Code : (0x0)
    C:\product\10.1.3.1\OracleAS_1\bpel\install\bin>C:\product\10.1.3.1\OracleAS_1\bpel\..\Mobile\Sdk\BIN\olsv2040.exe /remove
    OliteService reports the following status:
    The service is removed.
    C:\product\10.1.3.1\OracleAS_1\bpel\install\bin>C:\product\10.1.3.1\OracleAS_1\bpel\..\Mobile\Sdk\BIN\olsv2040.exe /install
    OliteService reports the following status:
    The service is installed.
    C:\product\10.1.3.1\OracleAS_1\bpel\install\bin>C:\product\10.1.3.1\OracleAS_1\bpel\..\Mobile\Sdk\BIN\olsv2040.exe /start
    OliteService reports the following status:
    The service start pending.
    OliteService reports the following status:
    The service is running...
    port = 1531
    wdir = C:\Windows\system32
    The current status of Oracle Lite Multiuser Service:
    Current State : SERVICE_RUNNING
    Acceptable Control Code : (0x1) SERVICE_ACCEPT_STOP
    C:\product\10.1.3.1\OracleAS_1\bpel\install\bin>mkdir "C:\product\10.1.3.1\OracleAS_1\bpel\system\database\olite"
    C:\product\10.1.3.1\OracleAS_1\bpel\install\bin>del /f "C:\product\10.1.3.1\OracleAS_1\bpel\system\database\olite\orabpel.odb"
    C:\product\10.1.3.1\OracleAS_1\bpel\install\bin>"C:\product\10.1.3.1\OracleAS_1\bpel\..\Mobile\Sdk\BIN\createdb.exe" orabpel "C:\product\10.1.3.1\OracleAS_1\bpel\system\database\olite\orabpel.odb" manager
    Database C:\PRODUCT\10.1.3.1\ORACLEAS_1\BPEL\SYSTEM\DATABASE\OLITE\ORABPEL.odb created (VolID = 1736).
    C:\product\10.1.3.1\OracleAS_1\bpel\install\bin>exit 0
    Could Not Find C:\product\10.1.3.1\OracleAS_1\bpel\system\database\olite\orabpel.odb
    Oracle Lite CREATEDB Version 10.2.0.2.0.
    Copyright (c) 1997, 2005, Oracle. All rights reserved.
    Exit: 0
    TASK: oracle.tip.install.tasks.DeployApps
    Deploy applications and adapters
    Port value is 6003
    Buildfile: bpminstall.xml
    init-midtier:
    Trying to override old definition of datatype echoproperties
    common_update_server.xml:
    Adding shared library apache.junit ...
    Adding shared library oracle.db.lite ...
    Adding shared library apache.commons 10.1.3 ...
    Adding shared library apache.jdom ...
    Adding shared library apache.slide ...
    Running batch script by:
    java admin_client.jar deployer:oc4j:opmn://victoria-PC:6003/home -script C:\product\10.1.3.1\OracleAS_1\bpel\system\services\install\ant-tasks/bpel_admin_client_script_sl.txt
    Failed at "Could not get DeploymentManager".
    This is typically the result of an invalid deployer URI format being supplied, the target server not being in a started state or incorrect authentication details being supplied.
    More information is available by enabling logging -- please see the Oracle Containers for J2EE Configuration and Administration Guide for details.
    update_server.xml:
    restart.container:
    Stopping home container ...
    opmnctl: stopping opmn managed processes...
    ================================================================================
    opmn id=victoria-PC:6200
    no processes or applications matched this request
    Restarting home container ...
    opmnctl: starting opmn managed processes...
    ================================================================================
    opmn id=victoria-PC:6200
    0 of 1 processes started.
    ias-instance id=oapp1013.victoria-PC
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    default_group/home/default_group/
    Error
    --> Process (index=1,uid=503452990,pid=3000)
    failed to start a managed process after the maximum retry limit
    Log:
    C:\product\10.1.3.1\OracleAS_1\opmn\logs\\default_group~home~default_group~1.log
    init-midtier:
    Setting up the dehydration store [olite]...
    dehydrationStore:
    Configuring data sources for olite dehydration store ...
    Deploying ORABPEL Applications...
    deploy-applications:
    Deploying Oracle BPEL Process Manager ...
    Copying 1 file to C:\product\10.1.3.1\OracleAS_1\bpel\system\services\lib
    Copying 1 file to C:\product\10.1.3.1\OracleAS_1\bpel\system\services\lib
    Copying 1 file to C:\product\10.1.3.1\OracleAS_1\bpel\system\services\lib
    Updating jar: C:\product\10.1.3.1\OracleAS_1\bpel\system\services\lib\orabpel.ear
    Running batch script by:
    java admin_client.jar deployer:oc4j:opmn://my-PC:6003/home -script C:\product\10.1.3.1\OracleAS_1\bpel\system\services\install\ant-tasks/bpel_deployapps.txt
    Failed at "Could not get DeploymentManager".
    This is typically the result of an invalid deployer URI format being supplied, the target server not being in a started state or incorrect authentication details being supplied.
    More information is available by enabling logging -- please see the Oracle Containers for J2EE Configuration and Administration Guide for details.
    Please advise what's wrong?
    thanks
    andrew

    The following procedure describes the steps required to deploy the DbAdapter.rar file using admin_client.jar:
    1. Copy the following libraries from server.xml in an OC4J_SOA container to a server.xml file for a new
    container:
    oracle.bpel.common
    apache.junit
    oracle.db.lite
    apache.commons
    apache.jdom
    apache.slide
    For example, for oracle.bpel.common, copy the following extract from one server.xml to another and
    do the same for all other libraries:
    <shared-library name="oracle.bpel.common" version="10.1.3">
    <code-source path="D:\product\10.1.3.1\OracleAS_5/bpel/system/classes"/>
    <code-source path="D:\product\10.1.3.1\OracleAS_5/bpel/lib/orabpel-common.jar"/>
    <code-source path="D:\product\10.1.3.1\OracleAS_5/bpel/lib/orabpel-thirdparty.jar"/>
    <code-source path="D:\product\10.1.3.1\OracleAS_5/bpel/lib/orabpel.jar"/>
    <code-source path="D:\product\10.1.3.1\OracleAS_5/bpel/lib/bpm-infra.jar"/>
    <code-source path="D:\product\10.1.3.1\OracleAS_5/bpel/system/services/lib/wdk.jar"/>
    <code-source path="D:\product\10.1.3.1\OracleAS_5/bpel/lib/connector15.jar"/>
    <code-source path="D:\product\10.1.3.1\OracleAS_5/bpel/lib/orabpel-exts.jar"/>
    <code-source path="D:\product\10.1.3.1\OracleAS_5/bpel/lib/orabpel-ant.jar"/>
    <code-source path="D:\product\10.1.3.1\OracleAS_5/bpel/lib/ant_1.6.5.jar"/>
    <code-source path="D:\product\10.1.3.1\OracleAS_5/bpel/lib/bipres.jar"/>
    <code-source path="D:\product\10.1.3.1\OracleAS_5/bpel/lib/bicmn.jar"/>
    <code-source path="D:\product\10.1.3.1\OracleAS_5/jlib/uix2.jar"/>
    <code-source path="D:\product\10.1.3.1\OracleAS_5/jlib/jewt4.jar"/>
    <code-source path="D:\product\10.1.3.1\OracleAS_5/jlib/regexp.jar"/>
    <code-source path="D:\product\10.1.3.1\OracleAS_5/jlib/share.jar"/>
    <code-source path="D:\product\10.1.3.1\OracleAS_5/jdk/lib/tools.jar"/>
    <code-source path="D:\product\10.1.3.1\OracleAS_5/jlib/ldapjclnt10.jar"/>
    <code-source path="D:\product\10.1.3.1\OracleAS_5/bpel/system/services/schema"/>
    <code-source path="D:\product\10.1.3.1\OracleAS_5/bpel/system/services/config"/>
    <code-source path="D:\product\10.1.3.1\OracleAS_5/bpel/system/services/lib/bpm-services.jar"/>
    <code-source path="D:\product\10.1.3.1\OracleAS_5/bpel/system/services/lib/wfapi.jar"/>
    <code-source path="D:\product\10.1.3.1\OracleAS_5/bpel/system/services/lib/fndctx.jar"/>
    <code-source path="D:\product\10.1.3.1\OracleAS_5/bpel/system/services/lib/phaos.jar"/>
    <code-source path="D:\product\10.1.3.1\OracleAS_5/bpel/system/services/lib/pushapi.jar"/>
    <code-source path="D:\product\10.1.3.1\OracleAS_5/bpel/lib/oracle_http_client.jar"/>
    <code-source path="D:\product\10.1.3.1\OracleAS_5/bpel/registry/lib/uddiclient_api_v3.jar"/>
    <code-source path="D:\product\10.1.3.1\OracleAS_5/bpel/registry/lib/wasp.jar"/>
    <code-source path="D:\product\10.1.3.1\OracleAS_5/bpel/registry/lib/uddiclient_core.jar"/>
    <code-source path="D:\product\10.1.3.1\OracleAS_5/bpel/registry/lib/saaj.jar"/>
    <code-source path="D:\product\10.1.3.1\OracleAS_5/bpel/registry/lib/jaxm.jar"/>
    <code-source path="D:\product\10.1.3.1\OracleAS_5/bpel/registry/lib/builtin_serialization.jar"/>
    <code-source path="D:\product\10.1.3.1\OracleAS_5/bpel/registry/lib/core_services_client.jar"/>
    <code-source path="D:\product\10.1.3.1\OracleAS_5/bpel/registry/lib/jaxrpc.jar"/>
    <code-source path="D:\product\10.1.3.1\OracleAS_5/rules/lib/rl.jar"/>
    <code-source path="D:\product\10.1.3.1\OracleAS_5/rules/lib/rulesdk.jar"/>
    <code-source path="D:\product\10.1.3.1\OracleAS_5/rules/lib/webdavrc.jar"/>
    <code-source path="D:\product\10.1.3.1\OracleAS_5/rules/lib/jr_dav.jar"/>
    <code-source path="D:\product\10.1.3.1\OracleAS_5/webservices/lib/wsif.jar"/>
    <code-source path="D:\product\10.1.3.1\OracleAS_5\integration\esb/lib/oraesb.jar"/>
    <code-source path="D:\product\10.1.3.1\OracleAS_5\integration\esb/lib/bpm-ide-common.jar"/>
    <code-source path="D:\product\10.1.3.1\OracleAS_5/rdbms/jlib/xdb.jar"/>
    <code-source path="D:\product\10.1.3.1\OracleAS_5\integration\esb/lib/ide.jar"/>
    <code-source path="D:\product\10.1.3.1\OracleAS_5\integration\esb/lib/javatools.jar"/>
    <code-source path="D:\product\10.1.3.1\OracleAS_5\integration\esb/lib/xmleditor.jar"/>
    <import-shared-library name="oracle.dms"/>
    <import-shared-library name="oracle.jdbc"/>
    <import-shared-library name="oracle.xml"/>
    <import-shared-library name="oracle.jwsdl"/>
    <import-shared-library name="soap"/>
    <import-shared-library name="oracle.ws.client"/>
    <import-shared-library name="oracle.toplink"/>
    <import-shared-library name="apache.junit"/>
    <import-shared-library name="oracle.db.lite"/>
    <import-shared-library name="apache.commons.logging"/>
    <import-shared-library name="oracle.cache"/>
    <import-shared-library name="apache.commons"/>
    <import-shared-library name="apache.slide"/>
    <import-shared-library name="apache.jdom"/>
    </shared-library>
    2. Restart the container to make sure that server.xml was updated correctly.
    3. From the configtools.log file find the opmn port number, for example:
    deployer:oc4j:opmn://dimak.au.oracle.com:6012/home
    dimak.au.oracle.com - is the machine name and
    6012 - port number
    4. Launch a new command prompt
    and set path and classpath, for example:
    set PATH=$ORACLE_HOME\jdk\bin;%PATH%
    set classpath=.
    where in the classpath there is only one entry - the dot, which stands for the current directory.
    5. change directory to the following:
    $ORACLE_HOME\j2ee\home
    and run the following command (written all on one line) to deploy the DbAdapter:
    java -jar admin_client.jar deployer:oc4j:opmn://dimak.au.oracle.com:6012/test oc4jadmin
    manager1 -deploy -file $ORACLE_HOME\integration\esb\lib\DBAdapter.rar -deploymentName
    DbAdapter2 -parent default
    where
    * dimak.au.oracle.com should be substituted with your machine name
    * 6012 should be substituted with your port which you found in step 3
    * test is the name of the container you want to deploy the adapter to
    * manager1 should be substituted with your oc4jadmin password
    * $ORACLE_HOME\integration\esb\lib\DBAdapter.rar is the location of the DBAdapter.rar file
    * deploymentName DbAdapter2 - should be different from DbAdapter, as that name is already used in the OC4J_SOA container.

  • Bad Performance with Oracle Lite 4.0.1

    I have a table in Oracle Lite with 17000 records and 110 fields. A SELECT on this table needs 1 minute to finish. The same table and query only needs 1 second on Oracle 8i Server. MSDE also needs 1 second. All the relevant fields are indexed. Are there any parameters in Oracle Lite that we can tweak? Is there something else I'm forgetting?

    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

  • Help: Connecting JDeveloper 9.0.2 with Oracle9i Lite

    Hello, everyone on OTN!
    I have installed Oracle 9i Lite and then JDeveloper 9 on WinXP Pro machine. When I was trying to create a new connection using Oracle Lite
    JDBC 4.0 driver and testing the connection I've got the
    following message :
    "Unable to find driver oracle.lite.poljdbc.POLJDBCDriver"
    After adding a row :
    "AddJavaLibFile ../../MOBILE/CLASSES/olitejdbc40.jar"
    to <JDEV>/BIN/jdev.conf file this error message disappeared, but I've got a new one:
    "no oljdbc40 in java.library.path".
    I was trying with
    "AddJavaLibPath ../../MOBILE/Sdk/bin"
    in the same file (there is a really place where is oljdbc40.dll situated), but this doesn't work.
    Please, help me with this problem.
    Thanks in advance for your answers.

    Try replacing
    "AddJavaLibPath ../../MOBILE/Sdk/bin"
    with
    "AddNativeCodePath ../../MOBILE/Sdk/bin"
    The AddJavaLibPath directive is for adding a directory to the classpath' AddNativeCodePath adds a directory to the native path.
    - John McGinnis
    Oracle9i JDeveloper Team

  • MSI K7T266 Pro2-RU - problem with the lite-raid - would like to use it as a normal ide

    Hi!
    I tried to install a single drive on the raid-controller and create a single array for it.
    For some reason the disk management in Windows XP does not see it, even though
    I have updated the related drivers. However, the Disk management showed it the first time after I had installed the HD onto the raid, but as I could not do anything intelligent with Disk management in regard of the HD, I removed the drive from Disk management with that effect that the disk management does not recognize the drive at all, even though I have now re-created the array on the risk, disabled and enabled raid on the Bios.
    I read that there exists modified bios for MSI KT3 Ultra ARU BIOS, which will turn the Raid into regular IDE. That would be something that would most probably be the best way to proceed for me. However, do such bioses exist for MSI K7T266 Pro2-RU? Any other suggestions on how to get the disk management to succeed in recornizing the IDE on the raid-controller would be good to hear as well.
    Yours sincerely,
    Tero

    Ok, I tried updating with the hacked 3.7 Full Raid Bios. Now I seem to have another problem: even though the hacked bios recognizes my HD, it thinks it's about 130 GB, when it in reality would be 250 GB. The hacked bios seems to work ok with Disk Management in Windows XP too, so it's a shame that the hacked bios doesn't seem to have a support for large disks. On the other hand the link at Lumberjacker was dead for the hacked bios v3.6, I would have tried it, if it would have provided me with a good solution to my problem.
    I then went back and installed the official v3.7 bios and the lite raid does now recognize the HD being 250 GB, but the Disk Management just states "Missing" in regard of the HD and does not let me do anything fruitful with it. I looked the HD's properties and the Device Manager just states "Hardware device not connected code 45".
    How in earth could I manage to make this work now (I do not want to move my other HD:s as they are full of stuff and don't want to risk losing any content)?
    General specs of the computer: IDE 1: 60 GB and 120 GB Matrox, IDE 2: Nec2500 and Sony DVD-Rom, Athlon 1800+ XP, 512 MB memory, Ati 9700 np, Network adapter card. The new HD to be added is a 250 GB WD (have removed the jumper)
    Thank you for any tips,
    Tero

  • Problem with Oracle8i Lite and Forms 6i

    Problem:
    I have installed first Oracle8i Lite Version 4.0.0.2.0 on my computer witch has no network card and it works wery well with The Open Client Adapter (OCA).
    Then, I have installed Oracle Forms and Reports Release 6i, and from this moment, I get this message : "OCA-30002: ubofscr function not supported".
    In the release notes, I can read :
    "OCA Release 6.0.5.3.0 is installed for compatibility with Oracle Required Support Files version 8.0.5. If you install newer client tools which upgrade your Required Support Files to version 8.0.5.1, you may experience an error message, "OCA-30002: ubofscr function not supported". To upgrade OCA to correct this problem, copy the OCA605290.zip file from the \WIN32 folder of the Oracle8i Lite CD-ROM, unzip it and follow the instructions in the README.TXT file which it contains."
    But on my Oracle8i Lite CD-ROM, there is no OCA605290.zip file from the \WIN32 folder.
    What can I do ?
    null

    You could try to "hide" the db-link by creating a local view above the dblink-table.

Maybe you are looking for

  • Zen V Plus battery fail to charge. He

    So I've had my Zen for a little more than a year. I don't have a working computer anymore so I can't charge it through there. So I went out and got one of those wall chargers that's USB compatible, but it won't charge at all. Sometimes the buttons wi

  • HT201460 Installing Free Apps in a Supervised iPhone

    Hi, I've been trying without success to install Free Apps using the Apple Configurator into an iPhone. I create a profile and settings as a Supervised device and added an app I download using iTunes (for example, Uber). When I click prepare, it works

  • Class weblogic.management.WeblogicMBean not found

    Hi all I meet this problem when I try to run Junit test case in fork mode (starting each test in a separate JVM) using Build ant file. [junit] Exception in thread "main" java.lang.NoClassDefFoundError: weblogic/management/WebLogicMBean [junit]      a

  • Mass Change Profit Centers on Open POs

    The instance is ECC 6.0 We need to change profit centers on open POs. Is there a mass change or another systematic way of doing it? Other question is that can we change the Profit Center on the POs where GR is done or it can be done only if the GR is

  • Why can't I send photos from the Cloud to my phone?

    I can send all the photos from my phone to the Verizon Cloud, but there's no ability to do the opposite.  No "send as Text" option, no "compose message" button.  The old Pix Place had this option, so why doesn't the Cloud?