Oracore8.dll

I am trying the example of BC4J in Jdeveloper 3.0. In the Business Components Wizard, it is asking for a JDBC connection, I am using the "Oracle JDBC-OCI 8" driver, but each time I test the connection, it always pops-up a message that it cannot find the oracore8.dll. I tried to search for this file anywehre in my PC but there is none. Where can I get this file. Thanks.

You need to install Oracle8i to get this DLL.
Simply copying the DLL is not sufficient.
You can download a version of Oracle 8i from
OTN.
Eventyally, this DLL will be placed in your
<OracleHome>\bin directory.
-John
null

Similar Messages

  • The procedure entry point lnxnfft2 could not be located in the dll oracore8.dll

    We had installed Oracle9iAS. We had not installed certain
    optional tools such as Oracle Portals etc.
    Now we had an application running on Tomcat earlier.
    We were trying to port it into the Oracle9iAS.The application
    was using Type 1 drivers(ie, used DSN on the local machine).
    However after the installation while running the application the
    following error occurs.
    "The procedure entry point lnxnfft2 could not be located in the
    dll oracore8.dll"
    Could you help please.And please explain why it is happening and
    how do i resolve it.??

    Metalink note 398937.1

  • The procedure entry point lnxnft2 could not be located in the dll oracore8.dll

    We had installed Oracle9iAS. We had not installed certain
    optional tools such as Oracle Portals etc.
    Now we had an application running on Tomcat earlier.
    We were trying to port it into the Oracle9iAS.The application
    was using Type 1 drivers(ie, DSN type connections). However
    after the installation while running the application the
    following error occurs.
    "The procedure entry point lnxnft2 could not be located in the
    dll oracore8.dll"
    Could anyone help please.And please explain why it is happening
    and how do i resolve it.??

    I see that you have installed MDAC & Oracle ODBC but have you installed the NET8 Client? ODBC will not work unless NET8 Client installed along with Oracle ODBC. Then go into NET8 Easy Configuration and specify the server IP & SID etc... and then go to ODBC Administrator and specify the NET8 Connection you created without the "@TNS:" that you used with SQLNET.
    I prefer to test my odbc configurations with Microsoft Excel since it is best suited to use ODBC to acquire data.

  • Oracore8.dll not found

    I have downloaded the Oracle 8i JDBC drivers to use with Oracle 8 (8.0.3) and JDK1.2.
    When I run my code i got an alert window telling me that oracore8.dll is missing.
    Any help would be much appreciated as it is for my University dissertation.
    Thanks, Moray Stewart.

    I don't know if I am replying very late after you fixed everything ... anyway
    I suppose you machine doesn't seem to have the dependent dlls. oracore8.dll, oranls8.dll etc.. If you had installed Oracle from the CD you would have had all these dlls in ORACLE_HOME\bin directory.
    However I am wonderind as to how you code access the actual dll itself?

  • Xdk C++ oracore8.dll incompatible with production

    Using the xdk for C++ to develop an application, I am running into missing procedures in oracore8.dll since the one shipped with the XDK is apparently different from (and older than) the one I am using for data access (8.1.6).
    Any ideas when the C++ xkd will be in sync with production? Any thoughts on workarouds?
    TIA

    With 2.0.4, we are shipping the oracore8.dll that is for the upcoming 8.1.7 release. In addition, we included a compatibility library oraxmlc8.dll that has some missing symbols you need if using an 8.1.5 or 8.1.6 oracore8.dll. If you are still having problems with 2.0.4, can you let us know about the exact missing procedures?

  • Jdbc/oci8 oracore8.dll problem

    Hi,
    I am using jdbc oci8 and facing the following problem.
    Server: Oracle 8.1.6.0.0 on Solaris
    JDK : JDK 1.2
    Driver: JDBC oci8
    Client: Oracle Client 8.1.5 on Windows NT
    With jdbc thin driver, I am able to connect to the database.
    But with JDBC OCI8, I am getting the following error:
    THE PROCEDURE ENTRY POINT SLZSETEVAR COULD NOT BE LOCATED IN ORACORE.DLL.
    My connection string is
    Connection conn = DriverManager.getConnection ("jdbc:oracle:oci8:@13.205.104.22:1521:dssdev2", "scott", "tiger");
    I have two questions.
    1. Is it possible to use jdbc oci8 driver for the configuration which I have?
    2. If yes, how do I get rid of this problem?
    Any help will be deeply appreciated.
    Thanks.
    null

    Hi ,
    I am facing the same problem with
    Oracle 8.1.5 on Windows NT.
    Driver : 8.1.6 JDBC OCI Driver
    JDK 1.2.2
    Any workaround / patch to solve this problem please ?
    Thanks,
    Shubhada

  • Server Crashes when using Cursor Vars in Stored Procedure

    Can anyone make a suggestion
    We are experiencing a problem that causes our Weblogic Server to crash
    when a JDBC call is made to our Oracle database.
    Host Details
    Operating System: Solaris Version 8
    SunOS 5.8 Generic_108528-15 sun4u sparc SUNW,UltraAX-i2
    WebLogic Server 6.1 SP1 09/18/2001 14:28:44 #138716
    Oracle8i Enterprise Edition Release 8.1.7.4.0 - Production
    JDBC Driver Weblogic JDriver for Oracle
    The jdbc command that causes the problem is similar the spcursor
    example code file:
    // Here we prepare a CallableStatement using a WebLogic extension
    // to JDBC that supports binding an Oracle cursor to an output
    // parameter. Register the output parameter type as OTHER . . .
    cstmt =
         (weblogic.jdbc.common.OracleCallableStatement)conn.prepareCall("BEGIN
    OPEN ? FOR select * from emp; END;");
    cstmt.registerOutParameter(1, java.sql.Types.OTHER);
    The crash happens when the re.next() method is invoked after the
    execute()
    This is the core dump message that is generated:
    An unexpected exception has been detected in native code outside the
    VM.
    Unexpected Signal : 11 occurred at PC=0xd339f37c
    Function name=kpcxk2u
    Library=/u01/app/oracle/product/8.1.7/lib/libclntsh.so.8.0
    Current Java thread:
    at weblogic.db.oci.OciCursor.arrayFetch(Native Method)
    at weblogic.db.oci.OciCursor.oci_arrayFetch(OciCursor.java:2002)
    at weblogic.jdbc.oci.ResultSet.next(ResultSet.java:759)
    at weblogic.jdbc.pool.ResultSet.next(ResultSet.java:180)
    at weblogic.jdbc.rmi.internal.ResultSetImpl.next(ResultSetImpl.java:132)
    at weblogic.jdbc.rmi.internal.ResultSetImpl_WLSkel.invoke(Unknown
    Source)
    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:296)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:265)
    at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    Dynamic libraries:
    0x10000 /opt/bea/jdk131/jre/bin/../bin/sparc/native_threads/java
    0xff350000 /usr/lib/libthread.so.1
    0xff390000 /usr/lib/libdl.so.1
    0xff200000 /usr/lib/libc.so.1
    0xff330000 /usr/platform/SUNW,UltraAX-i2/lib/libc_psr.so.1
    0xfe480000 /opt/bea/jdk131/jre/lib/sparc/hotspot/libjvm.so
    0xff2e0000 /usr/lib/libCrun.so.1
    0xff1e0000 /usr/lib/libsocket.so.1
    0xff100000 /usr/lib/libnsl.so.1
    0xff0d0000 /usr/lib/libm.so.1
    0xff310000 /usr/lib/libw.so.1
    0xff0b0000 /usr/lib/libmp.so.2
    0xff080000 /opt/bea/jdk131/jre/lib/sparc/native_threads/libhpi.so
    0xff050000 /opt/bea/jdk131/jre/lib/sparc/libverify.so
    0xfe440000 /opt/bea/jdk131/jre/lib/sparc/libjava.so
    0xff020000 /opt/bea/jdk131/jre/lib/sparc/libzip.so
    0xfe230000 /opt/bea/jdk131/jre/lib/sparc/libnet.so
    0xfe160000 /usr/lib/nss_files.so.1
    0xd3700000 /opt/bea/wlserver6.1/lib/solaris/oci817_8/libweblogicoci37.so
    0xd3000000 /u01/app/oracle/product/8.1.7/lib/libclntsh.so.8.0
    0xfd090000 /usr/lib/libC.so.5
    0xfd3b0000 /u01/app/oracle/product/8.1.7/lib/libwtc8.so
    0xfd070000 /usr/lib/libgen.so.1
    0xfd050000 /usr/lib/libsched.so.1
    0xfd020000 /usr/lib/libaio.so.1
    0xfafd0000 /opt/bea/wlserver6.1/lib/solaris/libmuxer.so
    Local Time = Thu Apr 3 10:39:37 2003
    Elapsed Time = 178
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.3.1-b24 mixed mode)
    # An error report file has been saved as hs_err_pid7599.log.
    # Please refer to the file for further information.
    Abort - core dumped
    TIA
    Tony

    Tony,
    "Tony Ross" <[email protected]> wrote in message
    news:[email protected]...
    Thanks Mitesh for your response.
    We have followed your advice on using the 901 driver and updating the
    config.xml file. Alas it has not stopped the Solaris WLS from
    crashing.Actually, Mitesh sugested you replacing weblogic driver
    with oracle one. As it follows from the stacktrace, it has
    not been done.
    I'd also recommend moving to oracle thin driver as it
    doesn't have native code thus is more stable.
    Regards,
    Slava Imeshev
    In addition to this we tried using WLS 6.1 SP2 on a Win2000 box
    (connecting to same database). We managed to crash this instance as
    well. The core dump is as follows:
    An unexpected exception has been detected in native code outside the
    VM.
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at
    PC=0x6021bc08
    Function name=kpcxk2u
    Library=C:\Oracle\Ora81\BIN\oracommon8.dll
    Current Java thread:
    at weblogic.db.oci.OciCursor.arrayFetch(Native Method)
    - locked <2956f78> (a weblogic.db.oci.OciCursor)
    at weblogic.db.oci.OciCursor.oci_arrayFetch(OciCursor.java:2022)
    at weblogic.jdbc.oci.ResultSet.next(ResultSet.java:759)
    - locked <3423480> (a weblogic.db.oci.OciConnection)
    at weblogic.jdbc.rmi.internal.ResultSetImpl.next(ResultSetImpl.java:133)
    at weblogic.jdbc.rmi.internal.ResultSetImpl_WLSkel.invoke(Unknown
    Source)
    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:298)
    atweblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:267)
    atweblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:2
    2)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    Dynamic libraries:
    0x00400000 - 0x00405000 c:\bea\jdk131\bin\java.exe
    0x77F80000 - 0x77FFB000 C:\WINNT\System32\ntdll.dll
    0x77DB0000 - 0x77E0D000 C:\WINNT\system32\ADVAPI32.dll
    0x77E80000 - 0x77F36000 C:\WINNT\system32\KERNEL32.DLL
    0x77D30000 - 0x77DA1000 C:\WINNT\system32\RPCRT4.DLL
    0x78000000 - 0x78046000 C:\WINNT\system32\MSVCRT.dll
    0x6D420000 - 0x6D4EE000 c:\bea\jdk131\jre\bin\hotspot\jvm.dll
    0x77E10000 - 0x77E75000 C:\WINNT\system32\USER32.dll
    0x77F40000 - 0x77F7C000 C:\WINNT\system32\GDI32.DLL
    0x77570000 - 0x775A0000 C:\WINNT\System32\WINMM.dll
    0x6D220000 - 0x6D227000 c:\bea\jdk131\jre\bin\hpi.dll
    0x6D3B0000 - 0x6D3BD000 c:\bea\jdk131\jre\bin\verify.dll
    0x6D250000 - 0x6D266000 c:\bea\jdk131\jre\bin\java.dll
    0x6D3C0000 - 0x6D3CD000 c:\bea\jdk131\jre\bin\zip.dll
    0x6D2A0000 - 0x6D2BB000 c:\bea\jdk131\jre\bin\jdwp.dll
    0x6D1D0000 - 0x6D1D5000 c:\bea\jdk131\bin\dt_socket.dll
    0x75030000 - 0x75043000 C:\WINNT\System32\ws2_32.dll
    0x75020000 - 0x75028000 C:\WINNT\System32\WS2HELP.DLL
    0x74FD0000 - 0x74FED000 C:\WINNT\system32\msafd.dll
    0x75010000 - 0x75017000 C:\WINNT\System32\wshtcpip.dll
    0x6D340000 - 0x6D348000 C:\bea\jdk131\jre\bin\net.dll
    0x75050000 - 0x75058000 C:\WINNT\System32\WSOCK32.dll
    0x782C0000 - 0x782CC000 C:\WINNT\System32\rnr20.dll
    0x77980000 - 0x779A4000 C:\WINNT\System32\DNSAPI.DLL
    0x77340000 - 0x77353000 C:\WINNT\System32\iphlpapi.dll
    0x77520000 - 0x77525000 C:\WINNT\System32\ICMP.DLL
    0x77320000 - 0x77337000 C:\WINNT\System32\MPRAPI.DLL
    0x75150000 - 0x75160000 C:\WINNT\System32\SAMLIB.DLL
    0x75170000 - 0x751BF000 C:\WINNT\System32\NETAPI32.DLL
    0x77BE0000 - 0x77BEF000 C:\WINNT\System32\SECUR32.DLL
    0x751C0000 - 0x751C6000 C:\WINNT\System32\NETRAP.DLL
    0x77950000 - 0x7797A000 C:\WINNT\system32\WLDAP32.DLL
    0x77A50000 - 0x77B45000 C:\WINNT\system32\OLE32.DLL
    0x779B0000 - 0x77A4B000 C:\WINNT\system32\OLEAUT32.DLL
    0x773B0000 - 0x773DE000 C:\WINNT\System32\ACTIVEDS.DLL
    0x77380000 - 0x773A2000 C:\WINNT\System32\ADSLDPC.DLL
    0x77830000 - 0x7783E000 C:\WINNT\System32\RTUTILS.DLL
    0x77880000 - 0x7790D000 C:\WINNT\System32\SETUPAPI.DLL
    0x77C10000 - 0x77C6E000 C:\WINNT\System32\USERENV.DLL
    0x774E0000 - 0x77512000 C:\WINNT\System32\RASAPI32.DLL
    0x774C0000 - 0x774D1000 C:\WINNT\System32\RASMAN.DLL
    0x77530000 - 0x77552000 C:\WINNT\System32\TAPI32.DLL
    0x71730000 - 0x717BA000 C:\WINNT\system32\COMCTL32.DLL
    0x70BD0000 - 0x70C20000 C:\WINNT\system32\SHLWAPI.DLL
    0x77360000 - 0x77379000 C:\WINNT\System32\DHCPCSVC.DLL
    0x777E0000 - 0x777E8000 C:\WINNT\System32\winrnr.dll
    0x777F0000 - 0x777F5000 C:\WINNT\System32\rasadhlp.dll
    0x10000000 - 0x10055000
    C:\bea\wlserver6.1\bin\oci901_8\weblogicoci37.dll
    0x0DE20000 - 0x0DE3A000 C:\Oracle\Ora81\BIN\OCI.dll
    0x780A0000 - 0x780B2000 C:\WINNT\System32\MSVCIRT.dll
    0x60400000 - 0x60502000 C:\Oracle\Ora81\BIN\OraClient8.Dll
    0x60600000 - 0x60682000 C:\Oracle\Ora81\BIN\oracore8.dll
    0x60800000 - 0x60848000 C:\Oracle\Ora81\BIN\oranls8.dll
    0x0DE40000 - 0x0DE46000 C:\Oracle\Ora81\BIN\oravsn8.dll
    0x60200000 - 0x60264000 C:\Oracle\Ora81\BIN\oracommon8.dll
    0x60000000 - 0x6011F000 C:\Oracle\Ora81\BIN\orageneric8.dll
    0x60350000 - 0x60356000 C:\Oracle\Ora81\BIN\orawtc8.dll
    0x60A00000 - 0x60A2B000 C:\Oracle\Ora81\BIN\oranl8.dll
    0x60B00000 - 0x60BAA000 C:\Oracle\Ora81\BIN\oran8.dll
    0x60E00000 - 0x60E10000 C:\Oracle\Ora81\BIN\orancrypt8.dll
    0x61100000 - 0x61137000 C:\Oracle\Ora81\BIN\oranro8.dll
    0x0DE50000 - 0x0DEAE000 C:\Oracle\Ora81\BIN\orannzsbb8.dll
    0x61500000 - 0x6150E000 C:\Oracle\Ora81\BIN\oranldap8.dll
    0x61700000 - 0x6171C000 C:\Oracle\Ora81\BIN\oraldapclnt8.dll
    0x61900000 - 0x61906000 C:\Oracle\Ora81\BIN\oranhost8.dll
    0x62100000 - 0x62106000 C:\Oracle\Ora81\BIN\oranoname8.dll
    0x0DEB0000 - 0x0DEB6000 C:\Oracle\Ora81\BIN\orancds8.dll
    0x62300000 - 0x62306000 C:\Oracle\Ora81\BIN\orantns8.dll
    0x62500000 - 0x62508000 C:\Oracle\Ora81\BIN\orannds8.dll
    0x0DEC0000 - 0x0DEDC000 C:\Oracle\Ora81\BIN\orannms8.dll
    0x62700000 - 0x62741000 C:\Oracle\Ora81\BIN\ORATRACE8.dll
    0x62900000 - 0x62B1B000 C:\Oracle\Ora81\BIN\orapls8.dll
    0x63100000 - 0x63108000 C:\Oracle\Ora81\BIN\oraslax8.dll
    0x63200000 - 0x63272000 C:\Oracle\Ora81\BIN\orasql8.dll
    0x64700000 - 0x6470C000 C:\Oracle\Ora81\bin\orantcp8.dll
    0x64500000 - 0x6450D000 C:\Oracle\Ora81\bin\orannts8.dll
    0x75500000 - 0x75504000 C:\WINNT\System32\security.dll
    0x782D0000 - 0x782EE000 C:\WINNT\system32\msv1_0.dll
    0x11260000 - 0x11265000 C:\bea\wlserver6.1\bin\wlntio.dll
    0x77920000 - 0x77943000 C:\WINNT\system32\imagehlp.dll
    0x72A00000 - 0x72A2D000 C:\WINNT\system32\DBGHELP.dll
    0x690A0000 - 0x690AB000 C:\WINNT\System32\PSAPI.DLL
    Local Time = Thu Apr 03 17:31:00 2003
    Elapsed Time = 327
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.3.1_01 interpreted mode)
    So now we have a situation where - we can crash either server with a
    call to a function. We can now run the spcursors.java example without
    problem. The procedure that does crash the WLS can be run successfully
    from within sqlplus (it involves multiple subqueries and outer joins).
    FYI - the cursors we are returning in the function are weak cursor
    types (TYPE ref_cursor IS REF CURSOR)
    Any other suggestions greatly welcomed.
    Tony
    Mitesh Patel <[email protected]> wrote in message
    news:<[email protected]>...
    Please do the following:
    Make sure you have login delay sec=1 for connection pool in config.xml
    Should have TestConnOnReserve=true
    and use 901 driver instead of 817 driver. Using suggested driver, stillyou can connect to
    your original database.
    Thanks,
    Mitesh
    Tony Ross wrote:
    Can anyone make a suggestion
    We are experiencing a problem that causes our Weblogic Server to crash
    when a JDBC call is made to our Oracle database.
    Host Details
    Operating System: Solaris Version 8
    SunOS 5.8 Generic_108528-15 sun4u sparc SUNW,UltraAX-i2
    WebLogic Server 6.1 SP1 09/18/2001 14:28:44 #138716
    Oracle8i Enterprise Edition Release 8.1.7.4.0 - Production
    JDBC Driver Weblogic JDriver for Oracle
    The jdbc command that causes the problem is similar the spcursor
    example code file:
    // Here we prepare a CallableStatement using a WebLogic extension
    // to JDBC that supports binding an Oracle cursor to an output
    // parameter. Register the output parameter type as OTHER . . .
    cstmt =
    (weblogic.jdbc.common.OracleCallableStatement)conn.prepareCall("BEGIN
    OPEN ? FOR select * from emp; END;");
    cstmt.registerOutParameter(1, java.sql.Types.OTHER);
    The crash happens when the re.next() method is invoked after the
    execute()
    This is the core dump message that is generated:
    An unexpected exception has been detected in native code outside the
    VM.
    Unexpected Signal : 11 occurred at PC=0xd339f37c
    Function name=kpcxk2u
    Library=/u01/app/oracle/product/8.1.7/lib/libclntsh.so.8.0
    Current Java thread:
    at weblogic.db.oci.OciCursor.arrayFetch(Native Method)
    atweblogic.db.oci.OciCursor.oci_arrayFetch(OciCursor.java:2002)
    at weblogic.jdbc.oci.ResultSet.next(ResultSet.java:759)
    at weblogic.jdbc.pool.ResultSet.next(ResultSet.java:180)
    atweblogic.jdbc.rmi.internal.ResultSetImpl.next(ResultSetImpl.java:132)
    atweblogic.jdbc.rmi.internal.ResultSetImpl_WLSkel.invoke(Unknown
    Source)
    atweblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:296)
    atweblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:265)
    atweblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:
    atweblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    Dynamic libraries:
    0x10000/opt/bea/jdk131/jre/bin/../bin/sparc/native_threads/java
    0xff350000 /usr/lib/libthread.so.1
    0xff390000 /usr/lib/libdl.so.1
    0xff200000 /usr/lib/libc.so.1
    0xff330000 /usr/platform/SUNW,UltraAX-i2/lib/libc_psr.so.1
    0xfe480000 /opt/bea/jdk131/jre/lib/sparc/hotspot/libjvm.so
    0xff2e0000 /usr/lib/libCrun.so.1
    0xff1e0000 /usr/lib/libsocket.so.1
    0xff100000 /usr/lib/libnsl.so.1
    0xff0d0000 /usr/lib/libm.so.1
    0xff310000 /usr/lib/libw.so.1
    0xff0b0000 /usr/lib/libmp.so.2
    0xff080000 /opt/bea/jdk131/jre/lib/sparc/native_threads/libhpi.so
    0xff050000 /opt/bea/jdk131/jre/lib/sparc/libverify.so
    0xfe440000 /opt/bea/jdk131/jre/lib/sparc/libjava.so
    0xff020000 /opt/bea/jdk131/jre/lib/sparc/libzip.so
    0xfe230000 /opt/bea/jdk131/jre/lib/sparc/libnet.so
    0xfe160000 /usr/lib/nss_files.so.1
    0xd3700000/opt/bea/wlserver6.1/lib/solaris/oci817_8/libweblogicoci37.so
    0xd3000000 /u01/app/oracle/product/8.1.7/lib/libclntsh.so.8.0
    0xfd090000 /usr/lib/libC.so.5
    0xfd3b0000 /u01/app/oracle/product/8.1.7/lib/libwtc8.so
    0xfd070000 /usr/lib/libgen.so.1
    0xfd050000 /usr/lib/libsched.so.1
    0xfd020000 /usr/lib/libaio.so.1
    0xfafd0000 /opt/bea/wlserver6.1/lib/solaris/libmuxer.so
    Local Time = Thu Apr 3 10:39:37 2003
    Elapsed Time = 178
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.3.1-b24 mixed mode)
    # An error report file has been saved as hs_err_pid7599.log.
    # Please refer to the file for further information.
    Abort - core dumped
    TIA
    Tony

  • Steve Muench Chapter 12 error

    I'm trying to copy the examples in Steve's book (chapter 12) for multiple table inserts.. page 471.
    I created a type
    create type dmt_ingred_type as object (
    MSDS_NR NUMBER(7),
    SEQ_NR VARCHAR2(2),
    NIOSH VARCHAR2(9),
    PROPRI_IND VARCHAR2(3),
    CAS_NO VARCHAR2(11),
    INGRED_NAME VARCHAR2(255),
    PERCNT VARCHAR2(7),
    CALC_PERCNT NUMBER(9,7),
    OSHA_PEL VARCHAR2(20),
    ACGIH_TLV VARCHAR2(22),
    REC_LIMIT VARCHAR2(20),
    CARC_IND VARCHAR2(1),
    TMP1 VARCHAR2(15),
    TMP2 VARCHAR2(5),
    TMP3 VARCHAR2(2),
    TMP4 VARCHAR2(7),
    EXEMPT_IND CHAR(1),
    VAPOR_PRESSURE VARCHAR2(10),
    VAPOR_PRESSURE_UOM VARCHAR2(5),
    VAPOR_TEMP NUMBER(5),
    VAPOR_TEMP_UOM CHAR(1),
    COMMENTS VARCHAR2(50),
    VOC_REACTIVITY_CD VARCHAR2(2),
    STATE_POLLUTANT_ID VARCHAR2(10))
    I then created another type for the list
    create type dmt_ingred_list as table of dmt_ingred_type
    I then created the view
    create or replace view dmt_msds_xml as select
    MSDS_NR,
    NSN ,
    CAGE ,
    PNI ,
    MSDS_PREP_DATE ,
    HAZ_CODE ,
    ACTIVE_IND ,
    PUBLICATION_CODE ,
    HEALTH_CODE,
    CONTACT_CODE ,
    FIRE_CODE ,
    REACT_CODE ,
    PROT_EYE ,
    PROT_SKIN ,
    PROT_RESP ,
    CHRONIC_IND,
    CARC_IND ,
    AUTO_MSDS ,
    FOCAL_PT_IND,
    LAST_ENTRY_DATE ,
    STATUS ,
    TECH_REVIEW_DATE ,
    SUPPLY_IM ,
    ITEM_NAME ,
    PART_NO ,
    MFG_NAME ,
    MFG_STREET ,
    MFG_PO_BOX ,
    MFG_CITY ,
    MFG_STATE ,
    MFG_COUNTRY ,
    MFG_ZIP ,
    MFG_EMRG_PHONE,
    MFG_INFO_PHONE,
    MSDS_PREPR_NAME ,
    PREPR_COMPANY ,
    PREPR_STREET,
    PREPR_CITY ,
    PREPR_STATE ,
    PREPR_ZIP ,
    SHIP_NAME ,
    PKG_GRP ,
    UN_NA ,
    UN_NA_NR ,
    UN_NA_PAGE ,
    VENDOR1 ,
    VENDOR1_CAGE,
    VENDOR2 ,
    VENDOR2_CAGE,
    VENDOR3 ,
    VENDOR3_CAGE,
    VENDOR4 ,
    VENDOR4_CAGE,
    VENDOR5 ,
    VENDOR5_CAGE,
    SPEC_NR ,
    SPEC_TYP_GR_CLS ,
    HAZ_STOR_COMP_CODE ,
    HAZ_CATEGORY_1,
    HAZ_CATEGORY_2,
    NRC_LIC_NR ,
    NET_PROP_WGT_AMMO ,
    APPEAR_ODOR ,
    BOIL_PT ,
    MELT_PT ,
    VAPOR_PRESSURE,
    VAPOR_PRESSURE_UOM ,
    VAPOR_DENSITY ,
    VAPOR_TEMP ,
    VAPOR_TEMP_UOM ,
    SPECIFIC_GRAVITY ,
    CALC_SPEC_GRAVITY ,
    DECOMP_TEMP ,
    EVAP_RATE ,
    SOLUB_WATER ,
    PCT_VOLAT_VOL ,
    PCT_VOLAT_WGT ,
    CHEM_PH ,
    CORROSION_RATE,
    FLASH_PT ,
    FLASH_PT_CMP ,
    FLASH_PT_SCALE_CD ,
    FLASH_PT_METHOD ,
    FLASH_PT_HMIS ,
    FLASH_PT_IND ,
    LOW_EXPL_LTD,
    UP_EXPL_LTD ,
    EXTINGUISH_MEDIA ,
    SP_FIRE_FGT_PROCD ,
    UN_FIRE_EXPL_HAZ ,
    STABILITY ,
    COND_AVOID_STAB ,
    MAT_AVOID ,
    HAZ_DECOMP_PROD ,
    HAZ_POLY_OCCUR,
    COND_AVOID_POLY ,
    LD50_LC50_MIX ,
    ROUTE_ENTRY_INHALE ,
    ROUTE_ENTRY_SKIN ,
    ROUTE_ENTRY_INGEST ,
    HLTH_HAZ_ACUTE_CRON ,
    CARCIN_NTP ,
    CARCIN_IARC ,
    CARCIN_OSHA ,
    STORAGE_TYPE,
    EXPL_CARCIN ,
    SIGN_SYMPT_OVREXPOS ,
    MED_COND_AGGR_EXPOS ,
    EMRG_1ST_AID_PROCD ,
    STEP_MAT_REL_SPILL ,
    NEUTRAL_AGENT ,
    WAST_DISP_METHOD ,
    HAND_STOR_PRECAUT ,
    OTHER_PRECAUT ,
    RESP_PROT ,
    VENTILATION ,
    PROT_GLOVE ,
    EYE_PROT ,
    OTHER_PROT_EQUIP ,
    WORK_HYG_PRACT,
    SUPP_SAFE_HLTH_DATA ,
    UPDT_DATE ,
    UPDT_USER_ID,
    SITE_USAGE_IND ,
    REPRO_TOXIN_IND ,
    DISPOSAL_CD,
    TYP_CNTAIN_CD,
    CNTAIN_PRES_CD ,
    PROD_ST_CD ,
    TEMP_CD ,
    EXEMPTION_CD ,
    SPEC_HAZ_AND_PREC ,
    UNIT_OF_MEASURE ,
    CONTAINER_QTY,
    ITEM_PRICE ,
    VOC_QTY_GL ,
    VOC_QTY_PG ,
    VOC_QTY_OZ ,
    CTS_CODE ,
    PPE_CODE ,
    ACUTE_IND ,
    MSDS_ENTER_USER ,
    MSDS_ENTER_DATE ,
    PURE_IND ,
    COMMENTS ,
    UNIT_OF_ISSUE ,
    CALC_VAPOR_PRESSURE ,
    CALC_VAPOR_PRESSURE_UOM ,
    CALC_VAPOR_TEMP ,
    CALC_VAPOR_TEMP_UOM ,
    VOC_COMMENTS,
    ARC1 ,
    ARC2 ,
    ARC3 ,
    ARC4 ,
    HMOTW_ID ,
    CAST(MULTISET(select
    MSDS_NR ,
    SEQ_NR,
    NIOSH ,
    PROPRI_IND ,
    CAS_NO,
    INGRED_NAME ,
    PERCNT,
    CALC_PERCNT ,
    OSHA_PEL,
    ACGIH_TLV ,
    REC_LIMIT ,
    CARC_IND,
    TMP1 ,
    TMP2 ,
    TMP3 ,
    TMP4 ,
    EXEMPT_IND ,
    VAPOR_PRESSURE ,
    VAPOR_PRESSURE_UOM ,
    VAPOR_TEMP ,
    VAPOR_TEMP_UOM ,
    COMMENTS,
    VOC_REACTIVITY_CD ,
    STATE_POLLUTANT_ID
    from dmt_ingred
    where dmt_msds.msds_nr = dmt_ingred.msds_nr
    )AS dmt_ingred_list ) IngredientInformation
    from dmt_msds
    all 3 were created without errors.
    When i try to select out of the view using
    java OracleXML getXML -user user/password "select * from dmt_msds_xml" I recieved the following error log:
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0x604483d3
    Function name=kpufGetRcvInfo
    Library=c:\oracle\ora81\bin\oraclient8.dll
    Current Java thread:
         at oracle.jdbc.oci8.OCIDBAccess.close_query(Native Method)
         at oracle.jdbc.oci8.OCIDBAccess.closeQuery(OCIDBAccess.java:541)
         at oracle.jdbc.driver.OracleResultSetImpl.internal_close(OracleResultSetImpl.java:627)
         at oracle.jdbc.driver.OracleResultSetImpl.close(OracleResultSetImpl.java:118)
         at oracle.xml.sql.dataset.OracleXMLDataSetExtJdbc.close(OracleXMLDataSetExtJdbc.java:361)
         at oracle.xml.sql.core.OracleXMLConvert.close(OracleXMLConvert.java:728)
         at oracle.xml.sql.core.OracleXMLConvert.getXML(OracleXMLConvert.java:1027)
         at oracle.xml.sql.query.OracleXMLQuery.getXMLString(OracleXMLQuery.java:267)
         at OracleXML.To_XML(OracleXML.java:1108)
         at OracleXML.ExecuteGetXML(OracleXML.java:916)
         at OracleXML.main(OracleXML.java:183)
    Dynamic libraries:
    0x00400000 - 0x00405000      C:\WINNT\system32\java.exe
    0x77F80000 - 0x77FFB000      C:\WINNT\System32\ntdll.dll
    0x77DB0000 - 0x77E0B000      C:\WINNT\system32\ADVAPI32.dll
    0x77E80000 - 0x77F35000      C:\WINNT\system32\KERNEL32.DLL
    0x77D40000 - 0x77DB0000      C:\WINNT\system32\RPCRT4.DLL
    0x78000000 - 0x78046000      C:\WINNT\system32\MSVCRT.dll
    0x6D420000 - 0x6D4EE000      C:\Program Files\JavaSoft\JRE\1.3.1\bin\hotspot\jvm.dll
    0x77E10000 - 0x77E74000      C:\WINNT\system32\USER32.dll
    0x77F40000 - 0x77F7C000      C:\WINNT\system32\GDI32.DLL
    0x77570000 - 0x775A0000      C:\WINNT\system32\WINMM.dll
    0x6D220000 - 0x6D227000      C:\Program Files\JavaSoft\JRE\1.3.1\bin\hpi.dll
    0x6D3B0000 - 0x6D3BD000      C:\Program Files\JavaSoft\JRE\1.3.1\bin\verify.dll
    0x6D250000 - 0x6D266000      C:\Program Files\JavaSoft\JRE\1.3.1\bin\java.dll
    0x6D3C0000 - 0x6D3CD000      C:\Program Files\JavaSoft\JRE\1.3.1\bin\zip.dll
    0x60000000 - 0x6000C000      C:\oracle\ora81\bin\ocijdbc8.dll
    0x60600000 - 0x60686000      c:\oracle\ora81\bin\oracore8.dll
    0x60800000 - 0x6084D000      c:\oracle\ora81\bin\oranls8.dll
    0x60400000 - 0x60506000      c:\oracle\ora81\bin\oraclient8.dll
    0x08D60000 - 0x08D66000      c:\oracle\ora81\bin\oravsn8.dll
    0x60200000 - 0x60265000      c:\oracle\ora81\bin\oracommon8.dll
    0x08D70000 - 0x08E92000      c:\oracle\ora81\bin\orageneric8.dll
    0x60A00000 - 0x60A2B000      c:\oracle\ora81\bin\oranl8.dll
    0x60B00000 - 0x60BA9000      c:\oracle\ora81\bin\oran8.dll
    0x60E00000 - 0x60E10000      c:\oracle\ora81\bin\orancrypt8.dll
    0x61100000 - 0x61137000      c:\oracle\ora81\bin\oranro8.dll
    0x75030000 - 0x75043000      C:\WINNT\system32\WS2_32.dll
    0x75020000 - 0x75028000      C:\WINNT\system32\WS2HELP.DLL
    0x08EA0000 - 0x08F01000      c:\oracle\ora81\bin\orannzsbb8.dll
    0x61500000 - 0x6150E000      c:\oracle\ora81\bin\oranldap8.dll
    0x61700000 - 0x61720000      c:\oracle\ora81\bin\oraldapclnt8.dll
    0x75050000 - 0x75058000      C:\WINNT\system32\WSOCK32.dll
    0x77A50000 - 0x77B46000      C:\WINNT\system32\ole32.dll
    0x779B0000 - 0x77A4B000      C:\WINNT\system32\OLEAUT32.dll
    0x61900000 - 0x61906000      c:\oracle\ora81\bin\oranhost8.dll
    0x62100000 - 0x62106000      c:\oracle\ora81\bin\oranoname8.dll
    0x08F10000 - 0x08F16000      c:\oracle\ora81\bin\orancds8.dll
    0x62300000 - 0x62306000      c:\oracle\ora81\bin\orantns8.dll
    0x62500000 - 0x62508000      c:\oracle\ora81\bin\orannds8.dll
    0x08F20000 - 0x08F27000      c:\oracle\ora81\bin\oranms.dll
    0x08F30000 - 0x08F41000      c:\oracle\ora81\bin\oranmsp.dll
    0x62700000 - 0x62740000      c:\oracle\ora81\bin\ORATRACE8.dll
    0x62900000 - 0x62B23000      c:\oracle\ora81\bin\orapls8.dll
    0x63100000 - 0x63108000      c:\oracle\ora81\bin\oraslax8.dll
    0x60350000 - 0x60356000      c:\oracle\ora81\bin\orawtc8.dll
    0x63200000 - 0x63273000      c:\oracle\ora81\bin\orasql8.dll
    0x64300000 - 0x64308000      c:\oracle\ora81\bin\oranbeq8.dll
    0x64500000 - 0x6450D000      c:\oracle\ora81\bin\orannts8.dll
    0x75500000 - 0x75504000      C:\WINNT\system32\security.dll
    0x77BE0000 - 0x77BEF000      C:\WINNT\system32\SECUR32.dll
    0x75170000 - 0x751BF000      C:\WINNT\system32\NETAPI32.DLL
    0x751C0000 - 0x751C6000      C:\WINNT\system32\NETRAP.DLL
    0x75150000 - 0x75160000      C:\WINNT\system32\SAMLIB.DLL
    0x77950000 - 0x77979000      C:\WINNT\system32\WLDAP32.DLL
    0x77980000 - 0x779A4000      C:\WINNT\system32\DNSAPI.DLL
    0x782D0000 - 0x782EE000      C:\WINNT\system32\msv1_0.dll
    0x77920000 - 0x77943000      C:\WINNT\system32\imagehlp.dll
    0x72A00000 - 0x72A2D000      C:\WINNT\system32\DBGHELP.dll
    0x690A0000 - 0x690AB000      C:\WINNT\system32\PSAPI.DLL
    Local Time = Thu Feb 14 10:48:10 2002
    Elapsed Time = 6
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.3.1_01 mixed mode)
    any ideas??
    Thanks

    Can you try with the Thin JDBC driver instead of the OCI8 driver?
    The error seems related to the OCI8 driver.

  • How to recreate iFS context index on 8.1.7?

    Wanting to search the content on all the new text files uploaded to iFS...
    I ran sync_index on the iFS GLOBALINDEXEDBLOB_I index without first increasing the appropriate Datafile and Tablespace sizes first (thinking they would grow as needed). The sync_index ran a lot faster than I estimated it would, and afterward one of the tablespaces (IFS_CTX_I) was at 100%. Ever since, running any query that "touches" the index (e.g. one with a CONTAINS clause) causes the server process to die with an ACCESS_VIO exception, and ORA-03113 is reported to the SQL client. Any further activity on the client evokes ORA-03114.
    What is the best way to recreate the index? I don't know all the properties and options iFS used to create it originally. Would ALTER INDEX REBUILD be more appropriate here?
    Thanks!

    Thanks for the tip!
    I have no luck searching for a file called 'alert.log' on our Oracle server.
    From the CORE.LOG, however, I have snipped a typical dump:
    Oracle8i Enterprise Edition Release 8.1.7.0.0 - Production
    Process Id: 0x000003a8 Thread Id : 0x00000d08 Time : Wed Jul 10 11:55:32
    Excp. Code: 0xc0000005 Excp. Type: ACCESS_VIO Flags: 0x00000000
    ------------------- Memory Map of process ----------------
    Start Addr-End Addr Type Size ModuleName
    0x00230000-0x00235fff Image 0000024576 D:\ORACLE\ORA81\BIN\ORAVSN8.DLL
    0x00240000-0x002a0fff Image 0000397312 D:\ORACLE\ORA81\BIN\ORANNZSBB8.DLL
    0x002b0000-0x002b5fff Image 0000024576 D:\ORACLE\ORA81\BIN\ORANCDS8.DLL
    0x002c0000-0x002c6fff Image 0000028672 D:\ORACLE\ORA81\BIN\ORANMS.DLL
    0x002d0000-0x002e0fff Image 0000069632 D:\ORACLE\ORA81\BIN\ORANMSP.DLL
    0x00400000-0x013bcfff Image 0016502784 D:\ORACLE\ORA81\BIN\ORACLE.EXE
    0x013c0000-0x01642fff Image 0002633728 D:\ORACLE\ORA81\BIN\ORAJOX8.DLL
    0x01650000-0x0167dfff Image 0000188416 D:\ORACLE\ORA81\BIN\ORAWWG8.DLL
    0x01680000-0x01689fff Image 0000040960 D:\ORACLE\ORA81\BIN\ORANSGR8.DLL
    0x10000000-0x10005fff Image 0000024576 D:\ORACLE\ORA81\BIN\ORAIMR8.DLL
    0x1ed20000-0x1eddffff Image 0000786432 D:\ORACLE\ORA81\JAVAVM\ADMIN\ORAJOX8ORACLE_AURORA_RDBMS.DLL
    0x1ede0000-0x1eea1fff Image 0000794624 D:\ORACLE\ORA81\JAVAVM\ADMIN\ORAJOX8JAVA_LANG.DLL
    0x1eeb0000-0x1efc8fff Image 0001150976 D:\ORACLE\ORA81\JAVAVM\ADMIN\ORAJOX8JAVA_IO.DLL
    0x1efd0000-0x1f13bfff Image 0001490944 D:\ORACLE\ORA81\JAVAVM\ADMIN\ORAJOX8JAVA_UTIL.DLL
    0x1f140000-0x1f18bfff Image 0000311296 D:\ORACLE\ORA81\JAVAVM\ADMIN\ORAJOX8ORACLE_AURORA_VM.DLL
    0x1f190000-0x1f221fff Image 0000598016 D:\ORACLE\ORA81\JAVAVM\ADMIN\ORAJOX8JAVA_SECURITY.DLL
    0x1f230000-0x1f241fff Image 0000073728 D:\ORACLE\ORA81\JAVAVM\ADMIN\ORAJOX8JAVA_LANG_REFLECT.DLL
    0x1f250000-0x1f33bfff Image 0000966656 D:\ORACLE\ORA81\JAVAVM\ADMIN\ORAJOX8ORACLE_GSS_UTIL.DLL
    0x1f340000-0x1f4d8fff Image 0001675264 D:\ORACLE\ORA81\JAVAVM\ADMIN\ORAJOX8SUN_IO.DLL
    0x1f680000-0x1f691fff Image 0000073728 D:\ORACLE\ORA81\JAVAVM\ADMIN\ORAJOX8JAVA_LANG_REF.DLL
    0x1f6a0000-0x1f6a7fff Image 0000032768 D:\ORACLE\ORA81\JAVAVM\ADMIN\ORAJOX8SUN_SECURITY_ACTION.DLL
    0x1f850000-0x1f8d4fff Image 0000544768 D:\ORACLE\ORA81\JAVAVM\ADMIN\ORAJOX8SUN_MISC.DLL
    0x1fa70000-0x1fb81fff Image 0001122304 D:\ORACLE\ORA81\JAVAVM\ADMIN\ORAJOX8ORACLE_SQL.DLL
    0x1fb90000-0x1fbbefff Image 0000192512 D:\ORACLE\ORA81\JAVAVM\ADMIN\ORAJOX8JAVA_SQL.DLL
    0x1fbc0000-0x1fc65fff Image 0000679936 D:\ORACLE\ORA81\JAVAVM\ADMIN\ORAJOX8SUN_SECURITY_PROVIDER.DLL
    0x1fcb0000-0x1fe3efff Image 0001634304 D:\ORACLE\ORA81\JAVAVM\ADMIN\ORAJOX8ORACLE_JDBC_DRIVER.DLL
    0x20300000-0x20309fff Image 0000040960 D:\ORACLE\ORA81\BIN\COREJAVA.DLL
    0x20310000-0x2031ffff Image 0000065536 D:\ORACLE\ORA81\JAVAVM\ADMIN\ORAJOX8JAVA_MATH.DLL
    0x20350000-0x203befff Image 0000454656 D:\ORACLE\ORA81\JAVAVM\ADMIN\ORAJOX8ORACLE_AURORA_RDBMS_SECURITY.DLL
    0x203c0000-0x203d1fff Image 0000073728 D:\ORACLE\ORA81\JAVAVM\ADMIN\ORAJOX8ORACLE_AURORA_REALM.DLL
    0x20700000-0x2072ffff Image 0000196608 D:\ORACLE\ORA81\JAVAVM\ADMIN\ORAJOX8ORACLE_JDBC_KPRB.DLL
    0x20730000-0x20778fff Image 0000299008 D:\ORACLE\ORA81\JAVAVM\ADMIN\ORAJOX8ORACLE_JDBC_DBACCESS.DLL
    0x20910000-0x20919fff Image 0000040960 D:\ORACLE\ORA81\JAVAVM\ADMIN\ORAJOX8ORACLE_AURORA_MEMORYMANAGER.DLL
    0x20ad0000-0x20b17fff Image 0000294912 D:\ORACLE\ORA81\JAVAVM\ADMIN\ORAJOX8ORACLE_AURORA_NET.DLL
    0x20b20000-0x20c22fff Image 0001060864 D:\ORACLE\ORA81\JAVAVM\ADMIN\ORAJOX8_E2D26A7A79_INTERNAL_ORACLE_AURORA_MTS_HTTP_ADMIN.DLL
    0x20c30000-0x20d42fff Image 0001126400 D:\ORACLE\ORA81\JAVAVM\ADMIN\ORAJOX8_E2D25A092E_INTERNAL_ORACLE_AURORA_NAMESPACE_SHELL.DLL
    0x20d50000-0x20dcefff Image 0000520192 D:\ORACLE\ORA81\JAVAVM\ADMIN\ORAJOX8JAVA_NET.DLL
    0x20dd0000-0x20dd5fff Image 0000024576 D:\ORACLE\ORA81\JAVAVM\ADMIN\ORAJOX8ORACLE_AURORA_SECURITY.DLL
    0x20de0000-0x20de6fff Image 0000028672 D:\ORACLE\ORA81\JAVAVM\ADMIN\ORAJOX8JAVA_SECURITY_ACL.DLL
    0x20df0000-0x20e3afff Image 0000307200 D:\ORACLE\ORA81\JAVAVM\ADMIN\ORAJOX8JAVAX_NAMING.DLL
    0x20e40000-0x20e64fff Image 0000151552 D:\ORACLE\ORA81\JAVAVM\ADMIN\ORAJOX8_E2D25A092E_INTERNAL_ORACLE_AURORA_NAMESPACE.DLL
    0x20e70000-0x20e99fff Image 0000172032 D:\ORACLE\ORA81\JAVAVM\ADMIN\ORAJOX8JAVAX_NAMING_DIRECTORY.DLL
    0x20ea0000-0x20fcffff Image 0001245184 D:\ORACLE\ORA81\JAVAVM\ADMIN\ORAJOX8ORACLE_AURORA_UTIL.DLL
    0x20fd0000-0x21092fff Image 0000798720 D:\ORACLE\ORA81\JAVAVM\ADMIN\ORAJOX8_E2D25A092E_INTERNAL_ORACLE_AURORA_NAMESPACE_RDBMS.DLL
    0x210a0000-0x210aefff Image 0000061440 D:\ORACLE\ORA81\JAVAVM\ADMIN\ORAJOX8_E2D25A092E_INTERNAL_ORACLE_AURORA_MTS_SESSION.DLL
    0x210b0000-0x2110cfff Image 0000380928 D:\ORACLE\ORA81\JAVAVM\ADMIN\ORAJOX8SUN_SECURITY_UTIL.DLL
    0x21110000-0x2111afff Image 0000045056 D:\ORACLE\ORA81\JAVAVM\ADMIN\ORAJOX8JAVA_APPLET.DLL
    0x21120000-0x21132fff Image 0000077824 D:\ORACLE\ORA81\JAVAVM\ADMIN\ORAJOX8ORACLE_AURORA_RDBMS_URL_JSERVER.DLL
    0x21160000-0x2118bfff Image 0000180224 D:\ORACLE\ORA81\JAVAVM\ADMIN\ORAJOX8JAVAX_NAMING_SPI.DLL
    0x21190000-0x211a3fff Image 0000081920 D:\ORACLE\ORA81\JAVAVM\ADMIN\ORAJOX8_E2D25A092E_INTERNAL_ORACLE_AURORA_MTS_SESSION_RDBMS.DLL
    0x211b0000-0x2126dfff Image 0000778240 D:\ORACLE\ORA81\JAVAVM\ADMIN\ORAJOX8_E2D25A092E_INTERNAL_ORACLE_AURORA_MTS.DLL
    0x21270000-0x21351fff Image 0000925696 D:\ORACLE\ORA81\JAVAVM\ADMIN\ORAJOX8JAVA_TEXT.DLL
    0x60000000-0x60121fff Image 0001187840 D:\ORACLE\ORA81\BIN\ORAGENERIC8.DLL
    0x60200000-0x60264fff Image 0000413696 D:\ORACLE\ORA81\BIN\ORACOMMON8.DLL
    0x60350000-0x60355fff Image 0000024576 D:\ORACLE\ORA81\BIN\ORAWTC8.DLL
    0x60400000-0x60505fff Image 0001073152 D:\ORACLE\ORA81\BIN\ORACLIENT8.DLL
    0x60600000-0x60685fff Image 0000548864 D:\ORACLE\ORA81\BIN\ORACORE8.DLL
    0x60800000-0x6084cfff Image 0000315392 D:\ORACLE\ORA81\BIN\ORANLS8.DLL
    0x60a00000-0x60a2afff Image 0000176128 D:\ORACLE\ORA81\BIN\ORANL8.DLL
    0x60b00000-0x60ba8fff Image 0000692224 D:\ORACLE\ORA81\BIN\ORAN8.DLL
    0x60e00000-0x60e0ffff Image 0000065536 D:\ORACLE\ORA81\BIN\ORANCRYPT8.DLL
    0x61100000-0x61136fff Image 0000225280 D:\ORACLE\ORA81\BIN\ORANRO8.DLL
    0x61500000-0x6150dfff Image 0000057344 D:\ORACLE\ORA81\BIN\ORANLDAP8.DLL
    0x61700000-0x6171ffff Image 0000131072 D:\ORACLE\ORA81\BIN\ORALDAPCLNT8.DLL
    0x61900000-0x61905fff Image 0000024576 D:\ORACLE\ORA81\BIN\ORANHOST8.DLL
    0x62100000-0x62105fff Image 0000024576 D:\ORACLE\ORA81\BIN\ORANONAME8.DLL
    0x62300000-0x62305fff Image 0000024576 D:\ORACLE\ORA81\BIN\ORANTNS8.DLL
    0x62500000-0x62507fff Image 0000032768 D:\ORACLE\ORA81\BIN\ORANNDS8.DLL
    0x62700000-0x6273ffff Image 0000262144 D:\ORACLE\ORA81\BIN\ORATRACE8.DLL
    0x62900000-0x62b22fff Image 0002240512 D:\ORACLE\ORA81\BIN\ORAPLS8.DLL
    0x63100000-0x63107fff Image 0000032768 D:\ORACLE\ORA81\BIN\ORASLAX8.DLL
    0x63200000-0x63272fff Image 0000471040 D:\ORACLE\ORA81\BIN\ORASQL8.DLL
    0x63500000-0x63595fff Image 0000614400 D:\ORACLE\ORA81\BIN\ORAPLP8.DLL
    0x63700000-0x63712fff Image 0000077824 D:\ORACLE\ORA81\BIN\ORADBICX8.DLL
    0x64300000-0x64307fff Image 0000032768 D:\ORACLE\ORA81\BIN\ORANBEQ8.DLL
    0x64500000-0x6450cfff Image 0000053248 D:\ORACLE\ORA81\BIN\ORANNTS8.DLL
    0x64700000-0x6470afff Image 0000045056 D:\ORACLE\ORA81\BIN\ORANTCP8.DLL
    0x70bd0000-0x70c1bfff Image 0000311296 C:\WINNT\SYSTEM32\SHLWAPI.DLL
    0x716f0000-0x71779fff Image 0000565248 C:\WINNT\SYSTEM32\COMCTL32.DLL
    0x74fd0000-0x74feefff Image 0000126976 C:\WINNT\SYSTEM32\MSAFD.DLL
    0x75010000-0x75016fff Image 0000028672 C:\WINNT\SYSTEM32\WSHTCPIP.DLL
    0x75020000-0x75027fff Image 0000032768 C:\WINNT\SYSTEM32\WS2HELP.DLL
    0x75030000-0x75042fff Image 0000077824 C:\WINNT\SYSTEM32\WS2_32.DLL
    0x75050000-0x75057fff Image 0000032768 C:\WINNT\SYSTEM32\WSOCK32.DLL
    0x75150000-0x7515ffff Image 0000065536 C:\WINNT\SYSTEM32\SAMLIB.DLL
    0x75170000-0x751befff Image 0000323584 C:\WINNT\SYSTEM32\NETAPI32.DLL
    0x751c0000-0x751c5fff Image 0000024576 C:\WINNT\SYSTEM32\NETRAP.DLL
    0x75500000-0x75503fff Image 0000016384 C:\WINNT\SYSTEM32\SECURITY.DLL
    0x77320000-0x77336fff Image 0000094208 C:\WINNT\SYSTEM32\MPRAPI.DLL
    0x77340000-0x77352fff Image 0000077824 C:\WINNT\SYSTEM32\IPHLPAPI.DLL
    0x77360000-0x77378fff Image 0000102400 C:\WINNT\SYSTEM32\DHCPCSVC.DLL
    0x77380000-0x773a1fff Image 0000139264 C:\WINNT\SYSTEM32\ADSLDPC.DLL
    0x773b0000-0x773ddfff Image 0000188416 C:\WINNT\SYSTEM32\ACTIVEDS.DLL
    0x774c0000-0x774d0fff Image 0000069632 C:\WINNT\SYSTEM32\RASMAN.DLL
    0x774e0000-0x77511fff Image 0000204800 C:\WINNT\SYSTEM32\RASAPI32.DLL
    0x77520000-0x77524fff Image 0000020480 C:\WINNT\SYSTEM32\ICMP.DLL
    0x77530000-0x77551fff Image 0000139264 C:\WINNT\SYSTEM32\TAPI32.DLL
    0x77570000-0x7759ffff Image 0000196608 C:\WINNT\SYSTEM32\WINMM.DLL
    0x775a0000-0x77624fff Image 0000544768 C:\WINNT\SYSTEM32\CLBCATQ.DLL
    0x777e0000-0x777e7fff Image 0000032768 C:\WINNT\SYSTEM32\WINRNR.DLL
    0x777f0000-0x777f4fff Image 0000020480 C:\WINNT\SYSTEM32\RASADHLP.DLL
    0x77830000-0x7783dfff Image 0000057344 C:\WINNT\SYSTEM32\RTUTILS.DLL
    0x77880000-0x7790cfff Image 0000577536 C:\WINNT\SYSTEM32\SETUPAPI.DLL
    0x77950000-0x77979fff Image 0000172032 C:\WINNT\SYSTEM32\WLDAP32.DLL
    0x77980000-0x779a3fff Image 0000147456 C:\WINNT\SYSTEM32\DNSAPI.DLL
    0x779b0000-0x77a4afff Image 0000634880 C:\WINNT\SYSTEM32\OLEAUT32.DLL
    0x77a50000-0x77b45fff Image 0001007616 C:\WINNT\SYSTEM32\OLE32.DLL
    0x77be0000-0x77beefff Image 0000061440 C:\WINNT\SYSTEM32\SECUR32.DLL
    0x77c10000-0x77c6dfff Image 0000385024 C:\WINNT\SYSTEM32\USERENV.DLL
    0x77d40000-0x77daffff Image 0000458752 C:\WINNT\SYSTEM32\RPCRT4.DLL
    0x77db0000-0x77e0bfff Image 0000376832 C:\WINNT\SYSTEM32\ADVAPI32.DLL
    0x77e10000-0x77e73fff Image 0000409600 C:\WINNT\SYSTEM32\USER32.DLL
    0x77e80000-0x77f34fff Image 0000741376 C:\WINNT\SYSTEM32\KERNEL32.DLL
    0x77f40000-0x77f7bfff Image 0000245760 C:\WINNT\SYSTEM32\GDI32.DLL
    0x77f80000-0x77ffafff Image 0000503808 C:\WINNT\SYSTEM32\NTDLL.DLL
    0x78000000-0x78045fff Image 0000286720 C:\WINNT\SYSTEM32\MSVCRT.DLL
    0x782d0000-0x782edfff Image 0000122880 C:\WINNT\SYSTEM32\MSV1_0.DLL
    0x785c0000-0x785cbfff Image 0000049152 C:\WINNT\SYSTEM32\RNR20.DLL
    ------------------- End of memory map --------------------
    ------------------- Registers ----------------------------
    eip = 009d0fed esp = 043bde34 ebp = 043bdea4 edi = 464aeb0c esi = 464ae910
    eax = 00000000 ebx = 00000000 ecx = 00000000 edx = 0444327c
    ecs = 0000001b eds = 00000023 ees = 00000023 ess = 00000023
    egs = 00000000 efs = 0000003b
    eflags = 00010202
    ------------------- End of Registers ---------------------
    ------------------- Instruction Disassembly --------------
    ------------------- End of Disassembly -------------------
    ------------------- Call Stack Trace ---------------------
    Frameptr RetAddr Param#1 Param#2 Param#3 Param#4 Function Name
    0x043bdea4 0067dbdf 13057c20 00000000 00000040 00000000 _qximeop+fd        
    0x043bdf28 004f1ffe 13059c10 00000000 0443904c 464aea98 _qxopqicf+ef       
    0x043bdf40 004ef41e 0443904c 0444327c 464ae910 0443904c _kxsffir+6e        
    0x043bdf64 0053ea40 00000001 00000001 464aeb0c 464aeb0c _kxsfwa+4e         
    0x043bdfac 004cdd58 044368e8 00208110 043be4c0 043bee28 _kksumc+440        
    0x043be108 602317eb 0000005e 00000012 043bef80 00000000 _opiodr+a08        
    0x043be56c 005f0bed 004b15a8 0000005e 043bef80 00000000 _ttcpip+dfb        
    0x043bf534 007de081 00000000 00edff40 0000003c 464ae910 _opitsk+60d        
    0x043bf6f0 004cd859 0000003c 00000004 043bfbf8 464b15a8 _opiino+511        
    0x043bf850 00423f69 0000003c 00000004 043bfbf8 00000000 _opiodr+509        
    0x043bfa84 0040bc4e 0000003c 00000004 043bfbf8 00000000 _opidrv+389        
    0x043bfa9c 00401111 043bfc08 0000003c 00000004 043bfbf8 _sou2o+1e          
    0x043bfc14 00403154 00000002 043bfe74 01248bfc 77d490ee _opimai+111        
    0x043bffb4 77e96523 01249088 01248bfc 77d490ee 01249088 _OracleThreadStart@4
    0x043bffec 00000000 00402cb0 01249088 00000000 00000000 0x77e96523
    ------------------- End of Stack Trace -------------------
    ------------------- Raw Stack Dump -----------------------
    Address Dump of bytes
    0x043bde34 0c eb 4a 46 20 7c 05 13 - 10 e9 4a 46 00 00 00 00 ..JF |....JF....
    0x043bde44 18 de 3b 04 00 00 00 00 - 00 00 00 00 00 00 00 00 ..;.............
    0x043bde54 e8 68 43 04 00 00 00 00 - 00 00 00 00 00 00 00 00 .hC.............
    0x043bde64 00 00 00 00 00 00 00 00 - 00 00 00 00 7c 32 44 04 ............|2D.
    0x043bde74 28 6d 45 04 10 e9 4a 46 - 00 00 00 00 00 00 00 00 (mE...JF........
    0x043bde84 00 00 00 00 00 00 00 00 - 34 de 3b 04 80 da 3b 04 ........4.;...;.
    0x043bde94 18 df 3b 04 c0 5a ca 00 - 70 9c de 00 ff ff ff ff ..;..Z..p.......
    0x043bdea4 28 df 3b 04 df db 67 00 - 20 7c 05 13 00 00 00 00 (.;...g. |......
    0x043bdeb4 40 00 00 00 00 00 00 00 - 10 e9 4a 46 e8 68 45 04 @.........JF.hE.
    0x043bdec4 a8 91 43 04 10 e9 4a 46 - c4 e4 3b 04 61 00 00 00 ..C...JF..;.a...
    0x043bded4 82 df 3b 04 c4 cb 42 04 - 00 00 00 00 0c eb 4a 46 ..;...B.......JF
    0x043bdee4 54 e0 3b 04 00 00 00 00 - 01 00 00 00 00 00 00 00 T.;.............
    0x043bdef4 00 00 00 00 00 00 00 00 - 20 7c 05 13 00 00 00 00 ........ |......
    0x043bdf04 00 00 00 00 00 00 00 00 - 00 00 00 00 bc de 3b 04 ..............;.
    0x043bdf14 80 da 3b 04 f8 e0 3b 04 - c0 5a ca 00 80 6e de 00 ..;...;..Z...n..
    0x043bdf24 00 00 00 00 40 df 3b 04 - fe 1f 4f 00 10 9c 05 13 ....@.;...O.....
    0x043bdf34 00 00 00 00 4c 90 43 04 - 98 ea 4a 46 64 df 3b 04 ....L.C...JFd.;.
    0x043bdf44 1e f4 4e 00 4c 90 43 04 - 7c 32 44 04 10 e9 4a 46 ..N.L.C.|2D...JF
    0x043bdf54 4c 90 43 04 70 98 05 13 - 98 ea 4a 46 10 e9 4a 46 L.C.p.....JF..JF
    0x043bdf64 ac df 3b 04 40 ea 53 00 - 01 00 00 00 01 00 00 00 ..;[email protected].........
    0x043bdf74 0c eb 4a 46 0c eb 4a 46 - 10 e9 4a 46 00 00 00 00 ..JF..JF..JF....
    0x043bdf84 16 00 00 00 00 00 00 00 - 30 df 3b 04 10 e9 4a 46 ........0.;...JF
    0x043bdf94 f8 e0 3b 04 c0 5a ca 00 - b8 8d de 00 04 00 00 00 ..;..Z..........
    0x043bdfa4 70 98 05 13 01 00 00 00 - 08 e1 3b 04 58 dd 4c 00 p.........;.X.L.
    0x043bdfb4 e8 68 43 04 10 81 20 00 - c0 e4 3b 04 28 ee 3b 04 .hC... ...;.(.;.
    0x043bdfc4 a8 15 4b 46 98 15 4b 46 - 00 00 00 00 00 00 00 00 ..KF..KF........
    0x043bdfd4 00 00 00 00 00 00 00 00 - 05 00 00 00 00 00 00 00 ................
    0x043bdfe4 d8 dd 3b 04 01 00 00 00 - 18 e0 3b 04 2f 17 80 60 ..;.......;./..`
    0x043bdff4 b8 47 43 04 02 00 00 00 - 7b 05 00 00 93 e1 3b 04 .GC.....{.....;.
    0x043be004 f5 01 00 00 00 00 00 00 - f5 01 00 00 88 e1 3b 04 ..............;.
    0x043be014 93 e1 3b 04 3c e0 3b 04 - fe 16 80 60 b8 47 43 04 ..;.<.;....`.GC.
    0x043be024 7b 05 00 00 93 e1 3b 04 - f5 01 00 00 00 00 00 00 {.....;.........
    0x043be034 00 00 00 00 00 00 00 00 - 88 e1 3b 04 f5 01 00 00 ..........;.....
    0x043be044 93 e1 3b 04 5e ef 03 60 - 88 e1 3b 04 0c eb 4a 46 ..;.^..`..;...JF
    0x043be054 f0 f7 3b 04 14 eb 4a 46 - 01 00 00 00 01 00 00 00 ..;...JF........
    0x043be064 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 ................
    0x043be074 00 00 00 00 f0 f7 3b 04 - 9c 16 4b 46 00 00 00 00 ......;...KF....
    0x043be084 00 f0 3b 04 00 00 00 00 - 00 00 00 00 00 00 00 00 ..;.............
    0x043be094 01 00 00 00 02 00 00 00 - d5 ee 4a 46 e8 68 43 04 ..........JF.hC.
    0x043be0a4 0c eb 4a 46 f0 f7 3b 04 - f4 45 43 04 01 00 00 00 ..JF..;..EC.....
    0x043be0b4 03 00 00 00 60 01 ee 00 - 00 00 00 00 68 fd 25 60 ....`.......h.%`
    0x043be0c4 00 00 00 00 00 00 00 00 - 20 4e 00 00 ac 15 4b 46 ........ N....KF
    0x043be0d4 b0 00 00 00 4c 90 43 04 - 01 00 00 00 00 00 00 00 ....L.C.........
    0x043be0e4 a4 e4 3b 04 dc ed 3b 04 - a8 15 4b 46 bc df 3b 04 ..;...;...KF..;.
    0x043be0f4 80 da 3b 04 e0 f6 3b 04 - c0 5a ca 00 48 59 de 00 ..;...;..Z..HY..
    0x043be104 02 00 00 00 6c e5 3b 04 - eb 17 23 60 5e 00 00 00 ....l.;...#`^...
    0x043be114 12 00 00 00 80 ef 3b 04 - 00 00 00 00 88 2d 4b 46 ......;......-KF
    0x043be124 00 00 00 00 a8 15 4b 46 - 00 00 00 00 00 00 00 00 ......KF........
    0x043be134 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 ................
    0x043be144 00 00 00 00 00 00 00 00 - 88 e1 3b 04 ad e5 03 60 ..........;....`
    0x043be154 7c e5 3b 04 dd e4 03 60 - e6 07 00 00 1c 46 43 04 |.;....`.....FC.
    0x043be164 b8 e5 3b 04 fe 07 00 00 - 88 e1 3b 04 00 00 00 00 ..;.......;.....
    0x043be174 44 e5 3b 04 24 e5 3b 04 - 00 00 00 00 10 e9 4a 46 D.;.$.;.......JF
    0x043be184 a8 15 4b 46 4f 52 41 2d - 30 31 34 30 33 3a 20 6e ..KFORA-01403: n
    0x043be194 6f 20 64 61 74 61 20 66 - 6f 75 6e 64 00 00 00 00 o data found....
    0x043be1a4 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 ................
    0x043be1b4 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 ................
    0x043be1c4 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 ................
    0x043be1d4 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 ................
    0x043be1e4 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 ................
    0x043be1f4 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 ................
    0x043be204 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 ................
    0x043be214 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 ................
    0x043be224 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 ................
    0x043be234 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 ................
    0x043be244 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 ................
    0x043be254 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 ................
    0x043be264 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 ................
    0x043be274 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 ................
    0x043be284 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 ................
    0x043be294 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 ................
    0x043be2a4 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 ................
    0x043be2b4 00 00 00 00 7d 2c fd 74 - 64 1e 00 00 7c 24 00 00 ....},.td...|$..
    0x043be2c4 00 00 00 00 00 00 00 00 - 14 e3 3b 04 1f 20 01 00 ..........;.. ..
    0x043be2d4 04 e3 3b 04 10 00 00 00 - 00 00 00 00 00 00 00 00 ..;.............
    0x043be2e4 20 a8 3f 04 40 49 9e 01 - b4 03 3f 04 00 00 00 00 .?.@I....?.....
    0x043be2f4 00 00 00 00 b8 9f 7d 4b - 7c 24 00 00 00 00 00 00 ......}K|$......
    0x043be304 a8 e3 3b 04 01 00 00 00 - 00 00 00 00 00 00 00 00 ..;.............
    0x043be314 00 00 00 00 0b 00 00 00 - 00 00 00 00 00 00 00 00 ................
    0x043be324 14 e3 3b 04 00 00 00 00 - 00 00 00 00 e4 e2 3b 04 ..;...........;.
    ------------------- End of Raw Stack Dump ----------------

  • XML C v2 is not backward compatible with 8.1.5 o NT

    I have Oracle8i (8.1.5) installed on Windows NT. And the XML C parser v2 I got contain oracore8.dll & oranls8.dll (8.1.6). Somehow these two DLLs does not work with my 8.1.5 environment since I was not able to connect to DB once I used these DLLs.
    I need the Oracle environment because I need to process other code apges other that US-ASCII.

    We plan to have the XML Parser in a separate dll in the future so it can be dropped in to an existing Oracle Home.
    Oracle XML Team

  • XML parser for C 2.0.4

    Can someone from the Oracle xmlteam for the C parser please look at OTN Technical discussion XML parser for C 2.0.2 - LPX-00208 in the OTN XML Discussions? The last part of it is about 2.0.4.
    Thanks!
    John Butler

    1. I installed my own memory handlers once and now I see that it keeps on allocating memory in block like this:
    104016
    65552
    65552
    65552
    65552
    65552
    until a total of: 275 MB !!
    This memory is freed when xmlterm() is called.
    2. It complains about 'The procedure entry point slpupath could not be located in the dynamic link library oracore8.dll' when I try with the 8.1.6 DLL's...
    And since Oracle8.1.7 is not out yet for NT, this is a problem...

  • Scrollable resultsets are not supported in my application

    I want to use scrollable resultsets.But when i am writing the code
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
              String url = "jdbc:odbc:pmora";
              Connection con = DriverManager.getConnection(url,
    "jbel", "jbel");
              Statement stmt = con.createStatement(ResultSet.TYPE_SCROLL_SENSITIVE,
    ResultSet.CONCUR_READ_ONLY);
    ResultSet srs = stmt.executeQuery(
    "SELECT COF_NAME, PRICE FROM COFFEES");
    while (srs.next()) {
         String name = srs.getString("COF_NAME");
         float price = srs.getFloat("PRICE");
         System.out.println(name + " " + price);
    To get support for scrollable resultsets, what driver we should use?Where we can get it?
    #database is oracle 8
    #driver version 2
    #jdbcodbcbridgedriver
    #While running the class, The followingmessage is getting displayed
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0x6D366658
    Function=[Unknown.]
    Library=D:\j2sdk1.4.0_01\jre\bin\client\jvm.dll
    NOTE: We are unable to locate the function name symbol for the error
    just occurred. Please refer to release documentation for possible
    reason and solutions.
    Current Java thread:
         at sun.jdbc.odbc.JdbcOdbc.setStmtAttrPtr(Native Method)
         at sun.jdbc.odbc.JdbcOdbc.SQLSetStmtAttrPtr(JdbcOdbc.java:4676)
         at sun.jdbc.odbc.JdbcOdbcResultSet.setRowStatusPtr(JdbcOdbcResultSet.java:4473)
         at sun.jdbc.odbc.JdbcOdbcResultSet.initialize(JdbcOdbcResultSet.java:171)
         at sun.jdbc.odbc.JdbcOdbcStatement.getResultSet(JdbcOdbcStatement.java:423)
         - locked <02A3D7F0> (a sun.jdbc.odbc.JdbcOdbcStatement)
         at sun.jdbc.odbc.JdbcOdbcStatement.executeQuery(JdbcOdbcStatement.java:253)
         at ScrollableRS.main(ScrollableRS.java:27)
    Dynamic libraries:
    0x00400000 - 0x00406000      D:\j2sdk1.4.0_01\bin\java.exe
    0x77F50000 - 0x77FF9000      C:\WINNT\System32\ntdll.dll
    0x77E60000 - 0x77F45000      C:\WINNT\system32\kernel32.dll
    0x77DD0000 - 0x77E5B000      C:\WINNT\system32\ADVAPI32.dll
    0x77CC0000 - 0x77D35000      C:\WINNT\system32\RPCRT4.dll
    0x77C10000 - 0x77C63000      C:\WINNT\system32\MSVCRT.dll
    0x6D330000 - 0x6D445000      D:\j2sdk1.4.0_01\jre\bin\client\jvm.dll
    0x77D40000 - 0x77DCD000      C:\WINNT\system32\USER32.dll
    0x77C70000 - 0x77CB0000      C:\WINNT\system32\GDI32.dll
    0x76B40000 - 0x76B6C000      C:\WINNT\System32\WINMM.dll
    0x6D1D0000 - 0x6D1D7000      D:\j2sdk1.4.0_01\jre\bin\hpi.dll
    0x6D300000 - 0x6D30D000      D:\j2sdk1.4.0_01\jre\bin\verify.dll
    0x6D210000 - 0x6D228000      D:\j2sdk1.4.0_01\jre\bin\java.dll
    0x6D320000 - 0x6D32D000      D:\j2sdk1.4.0_01\jre\bin\zip.dll
    0x6D250000 - 0x6D25A000      D:\j2sdk1.4.0_01\jre\bin\JdbcOdbc.dll
    0x1F7B0000 - 0x1F7E1000      C:\WINNT\System32\ODBC32.dll
    0x77340000 - 0x773CB000      C:\WINNT\system32\COMCTL32.dll
    0x763B0000 - 0x763F5000      C:\WINNT\system32\comdlg32.dll
    0x772D0000 - 0x77333000      C:\WINNT\system32\SHLWAPI.dll
    0x773D0000 - 0x77BC4000      C:\WINNT\system32\SHELL32.dll
    0x71950000 - 0x71A34000      C:\WINNT\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.0.0_x-ww_1382d70a\comctl32.dll
    0x1F850000 - 0x1F866000      C:\WINNT\System32\odbcint.dll
    0x0AF30000 - 0x0AF99000      E:\Oracle\Ora81\BIN\SQORA32.DLL
    0x60600000 - 0x60682000      E:\Oracle\Ora81\BIN\oracore8.dll
    0x60800000 - 0x60848000      E:\Oracle\Ora81\BIN\oranls8.dll
    0x10000000 - 0x1001A000      E:\Oracle\Ora81\BIN\OCI.dll
    0x0B0B0000 - 0x0B0BF000      E:\Oracle\Ora81\bin\sqresUS.dll
    0x60400000 - 0x60502000      E:\Oracle\Ora81\bin\OraClient8.Dll
    0x0B1D0000 - 0x0B1D6000      E:\Oracle\Ora81\bin\oravsn8.dll
    0x60200000 - 0x60264000      E:\Oracle\Ora81\bin\oracommon8.dll
    0x60000000 - 0x6011F000      E:\Oracle\Ora81\bin\orageneric8.dll
    0x60350000 - 0x60356000      E:\Oracle\Ora81\bin\orawtc8.dll
    0x60A00000 - 0x60A2B000      E:\Oracle\Ora81\bin\oranl8.dll
    0x60B00000 - 0x60BAA000      E:\Oracle\Ora81\bin\oran8.dll
    0x60E00000 - 0x60E10000      E:\Oracle\Ora81\bin\orancrypt8.dll
    0x61100000 - 0x61137000      E:\Oracle\Ora81\bin\oranro8.dll
    0x71AD0000 - 0x71AD8000      C:\WINNT\system32\WSOCK32.dll
    0x71AB0000 - 0x71AC5000      C:\WINNT\system32\WS2_32.dll
    0x71AA0000 - 0x71AA8000      C:\WINNT\system32\WS2HELP.dll
    0x0B1E0000 - 0x0B23E000      E:\Oracle\Ora81\bin\orannzsbb8.dll
    0x61500000 - 0x6150E000      E:\Oracle\Ora81\bin\oranldap8.dll
    0x61700000 - 0x6171C000      E:\Oracle\Ora81\bin\oraldapclnt8.dll
    0x771B0000 - 0x772CA000      C:\WINNT\system32\ole32.dll
    0x77120000 - 0x771AB000      C:\WINNT\system32\OLEAUT32.dll
    0x61900000 - 0x61906000      E:\Oracle\Ora81\bin\oranhost8.dll
    0x62100000 - 0x62106000      E:\Oracle\Ora81\bin\oranoname8.dll
    0x0B240000 - 0x0B246000      E:\Oracle\Ora81\bin\orancds8.dll
    0x62300000 - 0x62306000      E:\Oracle\Ora81\bin\orantns8.dll
    0x62500000 - 0x62508000      E:\Oracle\Ora81\bin\orannds8.dll
    0x0B250000 - 0x0B26C000      E:\Oracle\Ora81\bin\orannms8.dll
    0x62700000 - 0x62741000      E:\Oracle\Ora81\bin\ORATRACE8.dll
    0x62900000 - 0x62B1B000      E:\Oracle\Ora81\bin\orapls8.dll
    0x63100000 - 0x63108000      E:\Oracle\Ora81\bin\oraslax8.dll
    0x63200000 - 0x63272000      E:\Oracle\Ora81\bin\orasql8.dll
    0x1F800000 - 0x1F818000      C:\WINNT\System32\odbccp32.dll
    0x77C00000 - 0x77C07000      C:\WINNT\system32\VERSION.dll
    0x71A50000 - 0x71A8B000      C:\WINNT\System32\mswsock.dll
    0x76F20000 - 0x76F45000      C:\WINNT\System32\DNSAPI.dll
    0x76D60000 - 0x76D75000      C:\WINNT\System32\iphlpapi.dll
    0x76DE0000 - 0x76E06000      C:\WINNT\System32\netman.dll
    0x76D40000 - 0x76D56000      C:\WINNT\System32\MPRAPI.dll
    0x76E40000 - 0x76E6F000      C:\WINNT\System32\ACTIVEDS.dll
    0x76E10000 - 0x76E34000      C:\WINNT\System32\adsldpc.dll
    0x71C20000 - 0x71C6F000      C:\WINNT\system32\NETAPI32.dll
    0x76F60000 - 0x76F8C000      C:\WINNT\system32\WLDAP32.dll
    0x76B20000 - 0x76B35000      C:\WINNT\System32\ATL.DLL
    0x76E80000 - 0x76E8D000      C:\WINNT\System32\rtutils.dll
    0x71BF0000 - 0x71C01000      C:\WINNT\System32\SAMLIB.dll
    0x76670000 - 0x76754000      C:\WINNT\System32\SETUPAPI.dll
    0x76EE0000 - 0x76F17000      C:\WINNT\System32\RASAPI32.dll
    0x76E90000 - 0x76EA1000      C:\WINNT\System32\rasman.dll
    0x76EB0000 - 0x76EDA000      C:\WINNT\System32\TAPI32.dll
    0x76F90000 - 0x76FA0000      C:\WINNT\System32\Secur32.dll
    0x76DA0000 - 0x76DD0000      C:\WINNT\System32\WZCSvc.DLL
    0x76D30000 - 0x76D34000      C:\WINNT\System32\WMI.dll
    0x76D80000 - 0x76D9A000      C:\WINNT\System32\DHCPCSVC.DLL
    0x762C0000 - 0x7634A000      C:\WINNT\system32\CRYPT32.dll
    0x762A0000 - 0x762AF000      C:\WINNT\system32\MSASN1.dll
    0x76F50000 - 0x76F58000      C:\WINNT\System32\WTSAPI32.dll
    0x76360000 - 0x7636F000      C:\WINNT\System32\WINSTA.dll
    0x76FB0000 - 0x76FB7000      C:\WINNT\System32\winrnr.dll
    0x76FC0000 - 0x76FC5000      C:\WINNT\System32\rasadhlp.dll
    0x64700000 - 0x6470C000      E:\Oracle\Ora81\bin\orantcp8.dll
    0x71A90000 - 0x71A98000      C:\WINNT\System32\wshtcpip.dll
    0x64500000 - 0x6450D000      E:\Oracle\Ora81\bin\orannts8.dll
    0x71F80000 - 0x71F84000      C:\WINNT\System32\security.dll
    0x76C90000 - 0x76CB2000      C:\WINNT\system32\imagehlp.dll
    0x6D510000 - 0x6D58C000      C:\WINNT\system32\DBGHELP.dll
    0x76BF0000 - 0x76BFB000      C:\WINNT\System32\PSAPI.DLL
    Local Time = Thu May 15 14:59:26 2003
    Elapsed Time = 5
    # HotSpot Virtual Machine Error : EXCEPTION_ACCESS_VIOLATION
    # Error ID : 4F530E43505002D5
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Java VM: Java HotSpot(TM) Client VM (1.4.0_01-b03 mixed mode)

    You definitely don't need to be using the Sun JDBC-ODBC driver, as this will not support scrollable ResultSets. There are several drivers out there that do, ... for a list of drivers check out
    http://industry.java.sun.com/products/jdbc/drivers

  • Error on NT with 8.1.6 OCI driver and JDK 1.2

    I have the error:
    "The procedure entry point slzsetevar could not be located in the dynamic link library oracore8.dll"
    oracore8.dll is 8.1.5
    ocijdbc8.dll is 8.1.6
    Any help will be great.
    Thanks,
    8.1.6 OCI driver with JDK 1.2

    when using a jdbc oci driver you must have a matching oracle client installed.
    (fyi -- an oem install is not considered to be an oracle client install)
    use the jdbc oci 8.1.6 driver only from a platform with the oracle 8.1.6 client installed.
    what you've indicated is you're using an 8.1.6 jdbc driver with an 8.1.5 oracle client -- that will not work.
    move to an all 816 client and jdbc driver to "synch up" the dll's you mentioned.
    null

  • Ocijdbc8 not in shared library path for httpd

    I get the following error when running jdbc OCI drivers against
    oracle 8.1.5 on RH linux. LD_LIBRARY_PATH is set properly and
    works as user oracle However,the jdbc is running in a web
    application server (IBM Websphere) as user "nobody". Any ideas
    how shared path is set in this case?
    java.lang.UnsatisfiedLinkError: no ocijdbc8 in shared library
    path at java.lang.Runtime.loadLibrary(Compiled Code) at
    java.lang.System.loadLibrary(Compiled Code) at
    oracle.jdbc.oci8.OCIDBAccess.logon(Compiled Code) at
    oracle.jdbc.driver.OracleConnection.(Compiled Code) at
    oracle.jdbc.driver.OracleDriver.getConnectionInstance(Compiled
    Code) at oracle.jdbc.driver.OracleDriver.connect(Compiled Code)
    at java.sql.DriverManager.getConnection(Compiled Code) at
    java.sql.DriverManager.getConnection(Compiled Code) at
    Register.insertUser(Compiled Code) at Register.service(Compiled
    Code) at javax.servlet.http.HttpServlet.service(Compiled Code)
    at com.sun.server.ServletState.callService(Compiled Code) at
    com.sun.server.ServletManager.callServletService(Compiled Code)
    at com.ibm.servlet.engine.SEServletManager.callServletService
    (Compiled Code) at com.sun.server.http.InvokerServlet.service
    (Compiled Code) at javax.servlet.http.HttpServlet.service
    (Compiled Code) at com.sun.server.ServletState.callService
    (Compiled Code) at
    com.sun.server.ServletManager.callServletService(Compiled Code)
    at com.ibm.servlet.engine.SEServletManager.callServletService
    (Compiled Code) at
    com.sun.server.ProcessingState.invokeTargetServlet(Compiled
    Code) at com.sun.server.http.HttpProcessingState.execute
    (Compiled Code) at com.sun.server.http.stages.Runner.process
    (Compiled Code) at com.sun.server.ProcessingSupport.process
    (Compiled Code) at com.sun.server.Service.process(Compiled Code)
    at com.ibm.servlet.engine.SELauncher.processMultiThreaded
    (Compiled Code) at com.ibm.servlet.engine.SEEngine.service
    (Compiled Code) at com.ibm.servlet.engine.api.ServerEntry.service
    (Compiled Code) at
    com.ibm.servlet.engine.nativeEntry.NativeServerEntry.service
    (Compiled Code) at
    com.ibm.servlet.engine.outofproc.OutOfProcThread.run(Compiled
    Code)
    null

    Hi,
    I had the same problem and found ocijdbc8 from your messages.
    Now it is complaining about not finding oracore8.dll
    I am totally new to this JDBC world and I am really confused.
    Anyone knows where to find this file?
    Thanks!
    -- lam
    OliverD (guest) wrote:
    : Michael A. (guest) wrote:
    : : I get the following error when running jdbc OCI drivers
    : against
    : : oracle 8.1.5 on RH linux. LD_LIBRARY_PATH is set properly and
    : : works as user oracle However,the jdbc is running in a web
    : : application server (IBM Websphere) as user "nobody". Any
    : ideas
    : : how shared path is set in this case?
    : : java.lang.UnsatisfiedLinkError: no ocijdbc8 in shared library
    : : path at java.lang.Runtime.loadLibrary(Compiled Code) at
    : : java.lang.System.loadLibrary(Compiled Code) at
    : : oracle.jdbc.oci8.OCIDBAccess.logon(Compiled Code) at
    : : oracle.jdbc.driver.OracleConnection.(Compiled Code) at
    oracle.jdbc.driver.OracleDriver.getConnectionInstance(Compiled
    : : Code) at oracle.jdbc.driver.OracleDriver.connect(Compiled
    : Code)
    : : at java.sql.DriverManager.getConnection(Compiled Code) at
    : : java.sql.DriverManager.getConnection(Compiled Code) at
    : : Register.insertUser(Compiled Code) at Register.service
    : (Compiled
    : : Code) at javax.servlet.http.HttpServlet.service(Compiled
    Code)
    : : at com.sun.server.ServletState.callService(Compiled Code) at
    : : com.sun.server.ServletManager.callServletService(Compiled
    : Code)
    : : at com.ibm.servlet.engine.SEServletManager.callServletService
    : : (Compiled Code) at com.sun.server.http.InvokerServlet.service
    : : (Compiled Code) at javax.servlet.http.HttpServlet.service
    : : (Compiled Code) at com.sun.server.ServletState.callService
    : : (Compiled Code) at
    : : com.sun.server.ServletManager.callServletService(Compiled
    : Code)
    : : at com.ibm.servlet.engine.SEServletManager.callServletService
    : : (Compiled Code) at
    : : com.sun.server.ProcessingState.invokeTargetServlet(Compiled
    : : Code) at com.sun.server.http.HttpProcessingState.execute
    : : (Compiled Code) at com.sun.server.http.stages.Runner.process
    : : (Compiled Code) at com.sun.server.ProcessingSupport.process
    : : (Compiled Code) at com.sun.server.Service.process(Compiled
    : Code)
    : : at com.ibm.servlet.engine.SELauncher.processMultiThreaded
    : : (Compiled Code) at com.ibm.servlet.engine.SEEngine.service
    : : (Compiled Code) at
    : com.ibm.servlet.engine.api.ServerEntry.service
    : : (Compiled Code) at
    : : com.ibm.servlet.engine.nativeEntry.NativeServerEntry.service
    : : (Compiled Code) at
    : : com.ibm.servlet.engine.outofproc.OutOfProcThread.run(Compiled
    : : Code)
    : Hi Michael,
    : I had the same problems while I'm developing with SUN JDK1.3
    and
    : OCI8.
    : You can download the missing DLL 'ocijdbc8.dll' (packed in the
    : archive 'jdbc815jdk11x-nt.zip') from
    'http://technet.oracle.com/software/tech/java/sqlj_jdbc/software_
    : index.htm' with the link 'JDBC-OCI / NT for JDK 1.1.x'. Don't
    : worry about the header.
    : But now I have another problem:
    : Now java.exe misses another DLL: 'oracore.dll'. Do you have any
    : idea where I can find this one?
    : Best regards
    : Oliver
    null

  • Cf unexpectedly  restarts itself

    Our CF server restarted itself twice within 20 minutes today.
    The only hint I could find about what had happened was in the
    cf-out.log. That pointed us to two hs_errpidxxx.log files. Here's
    the last one:
    hs_err_pid7292.log:
    An unexpected exception has been detected in native code
    outside the VM.
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005)
    occurred at PC=0x77E55DEA
    Function=RaiseException+0x3C
    Library=C:\WINDOWS\system32\kernel32.dll
    Current Java thread:
    at sun.jdbc.odbc.JdbcOdbc.disconnect(Native Method)
    at sun.jdbc.odbc.JdbcOdbc.SQLDisconnect(Unknown Source)
    at sun.jdbc.odbc.JdbcOdbcDriver.disconnect(Unknown Source)
    at sun.jdbc.odbc.JdbcOdbcConnection.close(Unknown Source)
    at sun.jdbc.odbc.JdbcOdbcConnection.finalize(Unknown Source)
    at java.lang.ref.Finalizer.invokeFinalizeMethod(Native
    Method)
    at java.lang.ref.Finalizer.runFinalizer(Unknown Source)
    at java.lang.ref.Finalizer.access$100(Unknown Source)
    at java.lang.ref.Finalizer$FinalizerThread.run(Unknown
    Source)
    Dynamic libraries:
    0x00400000 - 0x00410000 D:\DW\JRun4\bin\jrun.exe
    0x7C800000 - 0x7C8C0000 C:\WINDOWS\system32\ntdll.dll
    0x77E40000 - 0x77F42000 C:\WINDOWS\system32\kernel32.dll
    0x77F50000 - 0x77FEC000 C:\WINDOWS\system32\ADVAPI32.dll
    0x77C50000 - 0x77CEF000 C:\WINDOWS\system32\RPCRT4.dll
    0x77BA0000 - 0x77BFA000 C:\WINDOWS\system32\MSVCRT.dll
    0x08000000 - 0x082AF000 D:\DW\JRun4\jre\bin\server\jvm.dll
    0x77380000 - 0x77412000 C:\WINDOWS\system32\USER32.dll
    0x77C00000 - 0x77C48000 C:\WINDOWS\system32\GDI32.dll
    0x76AA0000 - 0x76ACD000 C:\WINDOWS\system32\WINMM.dll
    0x10000000 - 0x10007000 D:\DW\JRun4\jre\bin\hpi.dll
    0x76F50000 - 0x76F63000 C:\WINDOWS\system32\Secur32.dll
    0x006D0000 - 0x006DE000 D:\DW\JRun4\jre\bin\verify.dll
    0x006E0000 - 0x006F9000 D:\DW\JRun4\jre\bin\java.dll
    0x00700000 - 0x0070D000 D:\DW\JRun4\jre\bin\zip.dll
    0x044F0000 - 0x044FF000 D:\DW\JRun4\jre\bin\net.dll
    0x71C00000 - 0x71C17000 C:\WINDOWS\system32\WS2_32.dll
    0x71BF0000 - 0x71BF8000 C:\WINDOWS\system32\WS2HELP.dll
    0x71B20000 - 0x71B61000 C:\WINDOWS\System32\mswsock.dll
    0x76ED0000 - 0x76EF9000 C:\WINDOWS\system32\DNSAPI.dll
    0x76F70000 - 0x76F77000 C:\WINDOWS\System32\winrnr.dll
    0x76F10000 - 0x76F3E000 C:\WINDOWS\system32\WLDAP32.dll
    0x76F80000 - 0x76F85000 C:\WINDOWS\system32\rasadhlp.dll
    0x045A0000 - 0x045AC000 D:\DW\JRun4\bin\portscan.dll
    0x5F270000 - 0x5F2C9000 C:\WINDOWS\system32\hnetcfg.dll
    0x71AE0000 - 0x71AE8000 C:\WINDOWS\System32\wshtcpip.dll
    0x050F0000 - 0x050F5000 D:\DW\JRun4\jre\bin\rmi.dll
    0x68000000 - 0x6802F000 C:\WINDOWS\system32\rsaenh.dll
    0x76B70000 - 0x76B7B000 C:\WINDOWS\system32\PSAPI.DLL
    0x7C8D0000 - 0x7D0D3000 C:\WINDOWS\system32\SHELL32.dll
    0x77DA0000 - 0x77DF2000 C:\WINDOWS\system32\SHLWAPI.dll
    0x77420000 - 0x77523000
    C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.3790.1830_x- ww_7AE38CCF\comctl32.dll
    0x05290000 - 0x05296000 D:\DW\JRun4\jre\bin\ioser12.dll
    0x05200000 - 0x0520C000 D:\DW\JRun4\jre\bin\JdbcOdbc.dll
    0x4BF70000 - 0x4BFAD000 C:\WINDOWS\system32\ODBC32.dll
    0x77530000 - 0x775C7000
    C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_5.82.3790.1830_x -ww_1B6F474A\COMCTL32.dll
    0x762B0000 - 0x762FA000 C:\WINDOWS\system32\comdlg32.dll
    0x05260000 - 0x05277000 C:\WINDOWS\system32\odbcint.dll
    0x4C220000 - 0x4C264000 C:\WINDOWS\system32\odbcjt32.dll
    0x07470000 - 0x075E0000 C:\WINDOWS\system32\msjet40.dll
    0x075E0000 - 0x07675000 C:\WINDOWS\system32\mswstr10.dll
    0x77670000 - 0x777A4000 C:\WINDOWS\system32\ole32.dll
    0x77D00000 - 0x77D8C000 C:\WINDOWS\system32\OLEAUT32.dll
    0x4CED0000 - 0x4CEDE000 C:\WINDOWS\system32\odbcji32.dll
    0x052F0000 - 0x052FD000 C:\WINDOWS\system32\msjter40.dll
    0x07680000 - 0x076A6000 C:\WINDOWS\system32\MSJINT40.DLL
    0x0DAB0000 - 0x0DAF1000 C:\WINDOWS\system32\mstext40.dll
    0x74540000 - 0x745D4000 C:\WINDOWS\system32\mlang.dll
    0x77B90000 - 0x77B98000 C:\WINDOWS\system32\VERSION.dll
    0x0E180000 - 0x0E1EE000 C:\WINDOWS\system32\rb32odbc.dll
    0x71BB0000 - 0x71BB9000 C:\WINDOWS\system32\WSOCK32.dll
    0x4D7A0000 - 0x4D7BA000 C:\WINDOWS\system32\odbccp32.dll
    0x0E310000 - 0x0E382000 D:\OraHome1\BIN\SQORA32.DLL
    0x60600000 - 0x60686000 D:\OraHome1\BIN\oracore8.dll
    0x60800000 - 0x6084D000 D:\OraHome1\BIN\oranls8.dll
    0x0E390000 - 0x0E3AA000 D:\OraHome1\BIN\OCI.dll
    0x0E4C0000 - 0x0E4CF000 D:\OraHome1\bin\sqresUS.dll
    0x60400000 - 0x60506000 D:\OraHome1\bin\OraClient8.Dll
    0x0E5E0000 - 0x0E5E6000 D:\OraHome1\bin\oravsn8.dll
    0x60200000 - 0x60265000 D:\OraHome1\bin\oracommon8.dll
    0x60000000 - 0x60122000 D:\OraHome1\bin\orageneric8.dll
    0x60A00000 - 0x60A2B000 D:\OraHome1\bin\oranl8.dll
    0x60B00000 - 0x60BA9000 D:\OraHome1\bin\oran8.dll
    0x60E00000 - 0x60E0D000 D:\OraHome1\bin\orancrypt8.dll
    0x61100000 - 0x61137000 D:\OraHome1\bin\oranro8.dll
    0x0E5F0000 - 0x0E651000 D:\OraHome1\bin\orannzsbb8.dll
    0x61500000 - 0x6150E000 D:\OraHome1\bin\oranldap8.dll
    0x61700000 - 0x61720000 D:\OraHome1\bin\oraldapclnt8.dll
    0x61900000 - 0x61906000 D:\OraHome1\bin\oranhost8.dll
    0x62100000 - 0x62106000 D:\OraHome1\bin\oranoname8.dll
    0x0E660000 - 0x0E666000 D:\OraHome1\bin\orancds8.dll
    0x62300000 - 0x62306000 D:\OraHome1\bin\orantns8.dll
    0x62500000 - 0x62508000 D:\OraHome1\bin\orannds8.dll
    0x0E670000 - 0x0E677000 D:\OraHome1\bin\oranms.dll
    0x0E680000 - 0x0E691000 D:\OraHome1\bin\oranmsp.dll
    0x62700000 - 0x62740000 D:\OraHome1\bin\ORATRACE8.dll
    0x62900000 - 0x62B23000 D:\OraHome1\bin\orapls8.dll
    0x63100000 - 0x63108000 D:\OraHome1\bin\oraslax8.dll
    0x60350000 - 0x60356000 D:\OraHome1\bin\orawtc8.dll
    0x63200000 - 0x63273000 D:\OraHome1\bin\orasql8.dll
    0x64700000 - 0x6470B000 D:\OraHome1\bin\orantcp8.dll
    0x70000000 - 0x702E0000 C:\WINDOWS\system32\CONNX32.DLL
    0x71BD0000 - 0x71BE1000 C:\WINDOWS\system32\MPR.dll
    0x70600000 - 0x7069F000 C:\WINDOWS\system32\CNXSIS.dll
    0x73070000 - 0x73097000 C:\WINDOWS\system32\WINSPOOL.DRV
    0x38310000 - 0x38318000 D:\DW\JRun4\jre\bin\nio.dll
    0x38320000 - 0x38330000 D:\DW\JRun4\bin\FusionReactor.dll
    0x38BC0000 - 0x38C40000
    D:\DW\JRun4\servers\cfusion\cfusion-ear\cfusion-war\WEB-INF\cfusion\lib\izmjniado.dll
    0x76CF0000 - 0x76D0A000 C:\WINDOWS\system32\iphlpapi.dll
    0x76CD0000 - 0x76CE9000 C:\WINDOWS\system32\MPRAPI.dll
    0x76DF0000 - 0x76E23000 C:\WINDOWS\system32\ACTIVEDS.dll
    0x76DC0000 - 0x76DE7000 C:\WINDOWS\system32\adsldpc.dll
    0x76B80000 - 0x76BAE000 C:\WINDOWS\system32\credui.dll
    0x71C40000 - 0x71C98000 C:\WINDOWS\system32\NETAPI32.dll
    0x76A80000 - 0x76A98000 C:\WINDOWS\system32\ATL.DLL
    0x76E30000 - 0x76E3C000 C:\WINDOWS\system32\rtutils.dll
    0x5CCF0000 - 0x5CCFF000 C:\WINDOWS\system32\SAMLIB.dll
    0x770E0000 - 0x771EA000 C:\WINDOWS\system32\SETUPAPI.dll
    0x3C8B0000 - 0x3C8B8000
    D:\DW\JRun4\servers\cfusion\cfusion-ear\cfusion-war\WEB-INF\cfusion\lib\CFXNeo.dll
    0x3C8C0000 - 0x3C8D0000 C:\WINDOWS\system32\MSVCIRT.dll
    0x780C0000 - 0x78121000 C:\WINDOWS\system32\MSVCP60.dll
    0x3C8D0000 - 0x3C8DB000
    D:\DW\JRun4\servers\cfusion\cfusion-ear\cfusion-war\WEB-INF\cfusion\lib\cfregistry.dll
    0x3C9F0000 - 0x3CB02000 D:\DW\JRun4\jre\bin\awt.dll
    0x76290000 - 0x762AD000 C:\WINDOWS\system32\IMM32.dll
    0x3CB10000 - 0x3CB61000 D:\DW\JRun4\jre\bin\fontmanager.dll
    0x777B0000 - 0x77833000 C:\WINDOWS\system32\CLBCatQ.DLL
    0x77010000 - 0x770D6000 C:\WINDOWS\system32\COMRes.dll
    0x44480000 - 0x444BA000 C:\WINDOWS\system32\msjtes40.dll
    0x444D0000 - 0x444DB000 C:\WINDOWS\system32\VBAJET32.DLL
    0x444F0000 - 0x44552000 C:\WINDOWS\system32\expsrv.dll
    0x44890000 - 0x448B9000
    D:\DW\CF_stuff\CFX\cfx_qrycolumns\QueryColumns.dll
    0x76C10000 - 0x76C39000 C:\WINDOWS\system32\imagehlp.dll
    0x6D580000 - 0x6D628000 C:\WINDOWS\system32\dbghelp.dll
    Heap at VM Abort:
    Heap
    PSYoungGen total 7040K, used 4607K [0x10010000, 0x10950000,
    0x138f0000)
    eden [0x10010000,0x1048ffe0,0x10490000)
    from [0x106f0000,0x106f0000,0x10950000)
    to [0x10490000,0x105bce78,0x106f0000)
    PSOldGen total 38336K, used 33661K [0x138f0000, 0x15e60000,
    0x30010000)
    object [0x138f0000,0x159cf7e8,0x15e60000)
    PSPermGen total 34304K, used 33741K [0x30010000, 0x32190000,
    0x38010000)
    object [0x30010000,0x32103548,0x32190000)
    Local Time = Wed Jul 26 10:41:34 2006
    Elapsed Time = 1273
    # The exception above was detected in native code outside the
    VM
    # Java VM: Java HotSpot(TM) Server VM (1.4.2_05-b04 mixed
    mode)
    Running ColdFusion MX 7 Enterprise under JRun with the latest
    updates on a Windows 2003 Server.
    Any idea what might be going on?
    Thanks

    I've had this happen twice, once with a CF and once with an SD. The first time was with a Canon EOS 1D Mark IV, and the other was with a Canon EOS 70D.
    I DO use a WD external hard drive, but I don't think I ever installed the included software on my computer (I could be wrong, but it's certainly not there now). And in both cases, the drive was not connected to the computer at the time of the 'My Book' formatting and hadn't been for several days.
    The only anomaly I can think of that might have something to do with a trigger is that (in the second case at least... I don't remember if this was the case the first time) the 'My Book' formatting happened the first time I put a card into the computer after the computer had been shut down for a few days.
    FWIW, the first time it happened when the card was in an external card reader, and the second time it happened when a card was put into the computer's built-in SD slot.
    My details:
    MacBook Pro on OS X 10.9.3
    Processor  2.66 GHz Intel Core i7
    Memory  8 GB 1067 MHz DDR3
    Graphics  NVIDIA GeForce GT 330M 512 MB

Maybe you are looking for

  • Digital Signatures Configuration

    Hi, I have a requirement in my project to configure Digital signatures.  I have tried doing the standard configuration, but I am not sure how to test this. Can any one of you give me the configuraiton guide for Digital Signatures and also let me know

  • Setting refresh rate with DisplayMode

    I'm having a problems setting the refresh rate of the DisplayMode, originally I used this method to create a display mode: DisplayMode(320, 240, 16, DisplayMode.REFRESH_RATE_UNKNOWN);This worked fine and ran my game at the above resolution, however I

  • Adobe Flash Is Not A Finished Program

    If it was, there would not be so many questions here at all It took Adobe Illustrator about 5 Versions to even be near Complete Someday they will finish it But for now we all have to suffer with Arcane Tedious Code Problems

  • Lost texts when trying to back up/restore - please help

    Hello, I recently downloaded BB Desktop Software for Mac, and backed up everything onto my Mac. However, it won't let me open the back up files and comes up with the message "The document "BlackBerry Bold 9700 (2012-04-26) - PreUpdate.bbb" could not

  • EWS The server cannot service this request right now. Try again later.

    html,body{padding:0;margin:0;font-family:Verdana,Geneva,sans-serif;background:#fff;}html{font-size:100%}body{font-size:.75em;line-height:1.5;padding-top:1px;margin-top:-1px;}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em}h3{font-size:1.16em}h4{fo