- This topic has 3 replies, 2 voices, and was last updated 17 years, 6 months ago by Loyal Water.
-
AuthorPosts
-
Steve BromleyMemberI am running Eclipse 3.2.2 along with MyEclipse 5.5.1 and Oracle 10G. I am attempting to browse the tables in an Oracle Schema. I can connect and see the initial tree but when I attempt to expand the Tables node by hitting the +, Eclipse cores and immediatly exits. This is the contents of the core dump I receive.
#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x62f0ccc9, pid=2848, tid=264
#
# Java VM: Java HotSpot(TM) Client VM (1.4.2_13-b06 mixed mode)
# Problematic frame:
# C [ocijdbc10.dll+0xccc9]
#————— T H R E A D —————
Current thread (0x00355ce8): JavaThread “main” [_thread_in_native, id=264]
siginfo: ExceptionCode=0xc0000005, writing address 0x53c253c4
Registers:
EAX=0x08bb0a9e, EBX=0x70c570c5, ECX=0x00000000, EDX=0x53c253cc
ESP=0x0006d7b4, EBP=0x00000002, ESI=0x00000004, EDI=0x53c253c4
EIP=0x62f0ccc9, EFLAGS=0x00010202Top of Stack: (sp=0x0006d7b4)
0x0006d7b4: 62f06ba2 53c253c4 08bb0a96 00000008
0x0006d7c4: 0006d7cc 608f4d9c 0006d858 61cb6d9c
0x0006d7d4: 040c3c38 08b53c28 00000000 00000000
0x0006d7e4: 0006d820 00000001 20000021 53c253e4
0x0006d7f4: 00000008 53c253c8 00000008 00000000
0x0006d804: 00000004 00000000 00000000 08b82400
0x0006d814: 08b82400 00000000 00000000 00000000
0x0006d824: 00000000 00000000 00000000 00000000Instructions: (pc=0x62f0ccc9)
0x62f0ccb9: ec 8b 48 f0 89 4a f0 8b 48 f4 89 4a f4 8b 48 f8
0x62f0ccc9: 89 4a f8 8b 48 fc 89 4a fc 8b 44 24 04 c3 8b 48Stack: [0x00030000,0x00070000), sp=0x0006d7b4, free space=245k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [ocijdbc10.dll+0xccc9][error occurred during error reporting, step 120, id 0xc0000005]
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j oracle.jdbc.driver.T2CStatement.t2cParseExecuteDescribe(Loracle/jdbc/driver/OracleStatement;JIIIZZZZ[BIBII[SI[B[CII[SII[B[CII[I[S[BIIIIZZ[Loracle/jdbc/driver/Accessor;[[[B[J[BI[CI[SIZ)I+0
j oracle.jdbc.driver.T2CPreparedStatement.executeForDescribe()V+260
j oracle.jdbc.driver.OracleStatement.executeMaybeDescribe()V+102
j oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout()V+132
j oracle.jdbc.driver.OraclePreparedStatement.executeInternal()I+94
j oracle.jdbc.driver.OraclePreparedStatement.executeQuery()Ljava/sql/ResultSet;+17
j oracle.jdbc.OracleDatabaseMetaData.getTables(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;)Ljava/sql/ResultSet;+784
j net.sourceforge.squirrel_sql.fw.sql.SQLDatabaseMetaData.getTables(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;)[Lnet/sourceforge/squirrel_sql/fw/sql/ITableInfo;+46
j com.genuitec.eclipse.sqlexplorer.model.TableObjectTypeNode.loadTables()V+113
j com.genuitec.eclipse.sqlexplorer.model.TableObjectTypeNode.getChildren()[Ljava/lang/Object;+8
j com.genuitec.eclipse.sqlexplorer.views.DatabaseContentProvider.getChildren(Ljava/lang/Object;)[Ljava/lang/Object;+135
j org.eclipse.jface.viewers.AbstractTreeViewer.getRawChildren(Ljava/lang/Object;)[Ljava/lang/Object;+159
j org.eclipse.jface.viewers.TreeViewer.getRawChildren(Ljava/lang/Object;)[Ljava/lang/Object;+17
j org.eclipse.jface.viewers.AbstractTreeViewer.getFilteredChildren(Ljava/lang/Object;)[Ljava/lang/Object;+2
j org.eclipse.jface.viewers.AbstractTreeViewer.getSortedChildren(Ljava/lang/Object;)[Ljava/lang/Object;+2
j org.eclipse.jface.viewers.AbstractTreeViewer$1.run()V+149
j org.eclipse.swt.custom.BusyIndicator.showWhile(Lorg/eclipse/swt/widgets/Display;Ljava/lang/Runnable;)V+116
j org.eclipse.jface.viewers.AbstractTreeViewer.createChildren(Lorg/eclipse/swt/widgets/Widget;)V+41
j org.eclipse.jface.viewers.TreeViewer.createChildren(Lorg/eclipse/swt/widgets/Widget;)V+156
j org.eclipse.jface.viewers.AbstractTreeViewer.handleTreeExpand(Lorg/eclipse/swt/events/TreeEvent;)V+15
j org.eclipse.jface.viewers.AbstractTreeViewer$4.treeExpanded(Lorg/eclipse/swt/events/TreeEvent;)V+5
j org.eclipse.swt.widgets.TypedListener.handleEvent(Lorg/eclipse/swt/widgets/Event;)V+720
J org.eclipse.swt.widgets.EventTable.sendEvent(Lorg/eclipse/swt/widgets/Event;)V
j org.eclipse.swt.widgets.Widget.sendEvent(Lorg/eclipse/swt/widgets/Event;)V+25
j org.eclipse.swt.widgets.Widget.sendEvent(ILorg/eclipse/swt/widgets/Event;Z)V+73
j org.eclipse.swt.widgets.Widget.sendEvent(ILorg/eclipse/swt/widgets/Event;)V+4
j org.eclipse.swt.widgets.Tree.wmNotifyChild(II)Lorg/eclipse/swt/internal/win32/LRESULT;+1756
J org.eclipse.swt.widgets.Control.WM_NOTIFY(II)Lorg/eclipse/swt/internal/win32/LRESULT;
J org.eclipse.swt.widgets.Composite.WM_NOTIFY(II)Lorg/eclipse/swt/internal/win32/LRESULT;
J org.eclipse.swt.widgets.Control.windowProc(IIII)I
J org.eclipse.swt.widgets.Display.windowProc(IIII)I
v ~StubRoutines::call_stub
J org.eclipse.swt.internal.win32.OS.CallWindowProcW(IIIII)I
J org.eclipse.swt.widgets.Tree.callWindowProc(IIII)I
j org.eclipse.swt.widgets.Tree.WM_LBUTTONDOWN(II)Lorg/eclipse/swt/internal/win32/LRESULT;+404
J org.eclipse.swt.widgets.Control.windowProc(IIII)I
J org.eclipse.swt.widgets.Tree.windowProc(IIII)I
J org.eclipse.swt.widgets.Display.windowProc(IIII)I
v ~RuntimeStub::alignment_frame_return Runtime1 stub
v ~StubRoutines::call_stub
J org.eclipse.swt.internal.win32.OS.DispatchMessageW(Lorg/eclipse/swt/internal/win32/MSG;)I
J org.eclipse.swt.widgets.Display.readAndDispatch()Z
J org.eclipse.ui.internal.Workbench.runEventLoop(Lorg/eclipse/jface/window/Window$IExceptionHandler;Lorg/eclipse/swt/widgets/Display;)V
v ~RuntimeStub::osr_frame_return Runtime1 stub
j org.eclipse.ui.internal.Workbench.runUI()I+225
j org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+11
j org.eclipse.ui.PlatformUI.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+2
j org.eclipse.ui.internal.ide.IDEApplication.run(Ljava/lang/Object;)Ljava/lang/Object;+76
j org.eclipse.core.internal.runtime.PlatformActivator$1.run(Ljava/lang/Object;)Ljava/lang/Object;+219
j org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(Ljava/lang/Object;)Ljava/lang/Object;+103
j org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ljava/lang/Object;)Ljava/lang/Object;+29
j org.eclipse.core.runtime.adaptor.EclipseStarter.run(Ljava/lang/Object;)Ljava/lang/Object;+135
j org.eclipse.core.runtime.adaptor.EclipseStarter.run([Ljava/lang/String;Ljava/lang/Runnable;)Ljava/lang/Object;+60
v ~StubRoutines::call_stub
j sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0
j sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+87
j sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6
j java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+111
j org.eclipse.core.launcher.Main.invokeFramework([Ljava/lang/String;[Ljava/net/URL;)V+181
j org.eclipse.core.launcher.Main.basicRun([Ljava/lang/String;)V+107
j org.eclipse.core.launcher.Main.run([Ljava/lang/String;)I+4
j org.eclipse.core.launcher.Main.main([Ljava/lang/String;)V+10
v ~StubRoutines::call_stub————— P R O C E S S —————
Java Threads: ( => current thread )
0x0481a790 JavaThread “Active Reference Queue Daemon” daemon [_thread_blocked, id=3172]
0x0473ac50 JavaThread “Java2D Disposer” daemon [_thread_blocked, id=632]
0x04832928 JavaThread “AWT-Windows” daemon [_thread_in_native, id=2596]
0x046ee178 JavaThread “MyEclipse Thread” [_thread_blocked, id=3016]
0x042f0ed8 JavaThread “Worker-7” [_thread_blocked, id=380]
0x03279758 JavaThread “Worker-1” [_thread_blocked, id=3776]
0x033e72c8 JavaThread “org.eclipse.jdt.internal.ui.text.JavaReconciler” daemon [_thread_blocked, id=3420]
0x02fd6890 JavaThread “Java indexing” daemon [_thread_blocked, id=3160]
0x0091e430 JavaThread “Start Level Event Dispatcher” daemon [_thread_blocked, id=932]
0x008fb820 JavaThread “Framework Event Dispatcher” daemon [_thread_blocked, id=3000]
0x009176d8 JavaThread “State Data Manager” daemon [_thread_blocked, id=3552]
0x0087b040 JavaThread “CompilerThread0” daemon [_thread_blocked, id=2400]
0x0087a3d0 JavaThread “Signal Dispatcher” daemon [_thread_blocked, id=3956]
0x00877a50 JavaThread “Finalizer” daemon [_thread_blocked, id=2676]
0x008766c8 JavaThread “Reference Handler” daemon [_thread_blocked, id=1192]
=>0x00355ce8 JavaThread “main” [_thread_in_native, id=264]Other Threads:
0x008b05e0 VMThread [id=3012]
0x0035c0d8 WatcherThread [id=3084]VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap
def new generation total 18240K, used 5128K [0x10010000, 0x113d0000, 0x13c80000)
eden space 16256K, 24% used [0x10010000, 0x103e4e78, 0x10ff0000)
from space 1984K, 60% used [0x111e0000, 0x1130d440, 0x113d0000)
to space 1984K, 0% used [0x10ff0000, 0x10ff0000, 0x111e0000)
tenured generation total 241984K, used 34533K [0x13c80000, 0x228d0000, 0x41210000)
the space 241984K, 14% used [0x13c80000, 0x15e39660, 0x15e39800, 0x228d0000)
compacting perm gen total 49664K, used 49606K [0x41210000, 0x44290000, 0x45210000)
the space 49664K, 99% used [0x41210000, 0x44281940, 0x44281a00, 0x44290000)Dynamic libraries:
0x00400000 – 0x0040b000 c:\eclipse32\jdk\bin\javaw.exe
0x7c900000 – 0x7c9b0000 C:\WINDOWS\system32\ntdll.dll
0x7c800000 – 0x7c8f4000 C:\WINDOWS\system32\kernel32.dll
0x77dd0000 – 0x77e6b000 C:\WINDOWS\system32\ADVAPI32.dll
0x77e70000 – 0x77f01000 C:\WINDOWS\system32\RPCRT4.dll
0x7e410000 – 0x7e4a0000 C:\WINDOWS\system32\USER32.dll
0x77f10000 – 0x77f57000 C:\WINDOWS\system32\GDI32.dll
0x77c10000 – 0x77c68000 C:\WINDOWS\system32\MSVCRT.dll
0x08000000 – 0x08142000 c:\eclipse32\jdk\jre\bin\client\jvm.dll
0x76b40000 – 0x76b6d000 C:\WINDOWS\system32\WINMM.dll
0x10000000 – 0x10007000 c:\eclipse32\jdk\jre\bin\hpi.dll
0x76bf0000 – 0x76bfb000 C:\WINDOWS\system32\PSAPI.DLL
0x00930000 – 0x0093e000 c:\eclipse32\jdk\jre\bin\verify.dll
0x00940000 – 0x00959000 c:\eclipse32\jdk\jre\bin\java.dll
0x00960000 – 0x0096e000 c:\eclipse32\jdk\jre\bin\zip.dll
0x03120000 – 0x0312f000 C:\eclipse32\jdk\jre\bin\net.dll
0x71ab0000 – 0x71ac7000 C:\WINDOWS\system32\WS2_32.dll
0x71aa0000 – 0x71aa8000 C:\WINDOWS\system32\WS2HELP.dll
0x03130000 – 0x03138000 C:\eclipse32\jdk\jre\bin\nio.dll
0x03610000 – 0x03663000 C:\eclipse32\configuration\org.eclipse.osgi\bundles\87\1\.cp\swt-win32-3236.dll
0x774e0000 – 0x7761d000 C:\WINDOWS\system32\ole32.dll
0x773d0000 – 0x774d3000 C:\WINDOWS\WinSxS\X86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2982_x-ww_ac3f9c03\COMCTL32.dll
0x77f60000 – 0x77fd6000 C:\WINDOWS\system32\SHLWAPI.dll
0x763b0000 – 0x763f9000 C:\WINDOWS\system32\comdlg32.dll
0x7c9c0000 – 0x7d1d5000 C:\WINDOWS\system32\SHELL32.dll
0x77120000 – 0x771ac000 C:\WINDOWS\system32\OLEAUT32.dll
0x76390000 – 0x763ad000 C:\WINDOWS\system32\IMM32.dll
0x74d90000 – 0x74dfb000 C:\WINDOWS\system32\USP10.dll
0x771b0000 – 0x7725a000 C:\WINDOWS\system32\WININET.dll
0x77a80000 – 0x77b14000 C:\WINDOWS\system32\CRYPT32.dll
0x77b20000 – 0x77b32000 C:\WINDOWS\system32\MSASN1.dll
0x75a70000 – 0x75a91000 C:\WINDOWS\system32\MSVFW32.dll
0x5d090000 – 0x5d12a000 C:\WINDOWS\system32\comctl32.dll
0x5ad70000 – 0x5ada8000 C:\WINDOWS\system32\uxtheme.dll
0x038b0000 – 0x038b8000 C:\eclipse32\configuration\org.eclipse.osgi\bundles\25\1\.cp\os\win32\x86\localfile_1_0_0.dll
0x039d0000 – 0x039d8000 C:\eclipse32\configuration\org.eclipse.osgi\bundles\29\1\.cp\os\win32\x86\win32refresh.dll
0x74c80000 – 0x74cac000 C:\WINDOWS\system32\oleacc.dll
0x76080000 – 0x760e5000 C:\WINDOWS\system32\MSVCP60.dll
0x03bb0000 – 0x03bc3000 C:\eclipse32\configuration\org.eclipse.osgi\bundles\87\1\.cp\swt-gdip-win32-3236.dll
0x4ec50000 – 0x4edf3000 C:\WINDOWS\WinSxS\x86_Microsoft.Windows.GdiPlus_6595b64144ccf1df_1.0.2600.2180_x-ww_522f9f82\gdiplus.dll
0x03d90000 – 0x04055000 C:\WINDOWS\system32\xpsp2res.dll
0x76fd0000 – 0x7704f000 C:\WINDOWS\system32\CLBCATQ.DLL
0x77050000 – 0x77115000 C:\WINDOWS\system32\COMRes.dll
0x77c00000 – 0x77c08000 C:\WINDOWS\system32\VERSION.dll
0x75cf0000 – 0x75d81000 C:\WINDOWS\system32\mlang.dll
0x76380000 – 0x76385000 C:\WINDOWS\system32\msimg32.dll
0x04d40000 – 0x04e54000 C:\eclipse32\jdk\jre\bin\awt.dll
0x73000000 – 0x73026000 C:\WINDOWS\system32\WINSPOOL.DRV
0x04f20000 – 0x04f71000 C:\eclipse32\jdk\jre\bin\fontmanager.dll
0x73760000 – 0x737a9000 C:\WINDOWS\system32\ddraw.dll
0x73bc0000 – 0x73bc6000 C:\WINDOWS\system32\DCIMAN32.dll
0x73940000 – 0x73a10000 C:\WINDOWS\system32\D3DIM700.DLL
0x05000000 – 0x053ff000 C:\WINDOWS\Resources\themes\Luna\Luna.msstyles
0x04e80000 – 0x04e87000 U:\devtools_vob\plugins\rational\eclipse\plugins\com.rational.clearcase_6.0.49\RSCMRegistryJni.dll
0x05440000 – 0x05451000 C:\WINDOWS\system32\MSVCIRT.dll
0x05460000 – 0x05471000 U:\devtools_vob\plugins\rational\eclipse\plugins\com.rational.clearcase_6.0.49\RSCMCalJni.dll
0x73dd0000 – 0x73ece000 C:\WINDOWS\system32\MFC42.DLL
0x5fd00000 – 0x5fd0d000 C:\WINDOWS\system32\MFC42LOC.DLL
0x05480000 – 0x05592000 C:\Program Files\Rational\ClearCase\bin\ccauto.dll
0x055a0000 – 0x055f1000 C:\Program Files\Rational\ClearCase\bin\libatriasquidcore.dll
0x05600000 – 0x0586e000 C:\Program Files\Rational\ClearCase\bin\libatriasum.dll
0x05870000 – 0x058b0000 C:\Program Files\Rational\ClearCase\bin\libatriaview.dll
0x058b0000 – 0x058bf000 C:\Program Files\Rational\ClearCase\bin\LIBRPCSVC.dll
0x058c0000 – 0x058de000 C:\Program Files\Rational\ClearCase\bin\LIBATRIANT.dll
0x71b20000 – 0x71b32000 C:\WINDOWS\system32\MPR.dll
0x5b860000 – 0x5b8b4000 C:\WINDOWS\system32\NETAPI32.dll
0x058e0000 – 0x05900000 C:\Program Files\Rational\ClearCase\bin\LIBATRIAADM.dll
0x05900000 – 0x05aef000 C:\Program Files\Rational\ClearCase\bin\libatriavob.dll
0x05af0000 – 0x05afe000 C:\Program Files\Rational\ClearCase\bin\libatriaccfs.dll
0x05b00000 – 0x05b2f000 C:\Program Files\Rational\ClearCase\bin\libatriaxdr.dll
0x05b30000 – 0x05b3e000 C:\Program Files\Rational\ClearCase\bin\libatriacredmap.dll
0x05b40000 – 0x05b60000 C:\Program Files\Rational\ClearCase\bin\LIBATRIATBS.dll
0x05b60000 – 0x05b66000 C:\Program Files\Rational\ClearCase\bin\libatriamvfs.dll
0x05b70000 – 0x05beb000 C:\Program Files\Rational\ClearCase\bin\libatriaks.dll
0x05bf0000 – 0x05bf6000 C:\Program Files\Rational\ClearCase\bin\LIBEZRPC.dll
0x05c00000 – 0x05c3e000 C:\Program Files\Rational\ClearCase\bin\LIBATRIADBRPC.dll
0x05c40000 – 0x05c87000 C:\Program Files\Rational\ClearCase\bin\libatriacm.dll
0x05c90000 – 0x05d8e000 C:\Program Files\Rational\ClearCase\bin\libatriacmd.dll
0x05d90000 – 0x05dca000 C:\Program Files\Rational\ClearCase\bin\libatriasumcmd.dll
0x05dd0000 – 0x05ddc000 C:\Program Files\Rational\ClearCase\bin\LIBATRIAMSADM.dll
0x05de0000 – 0x05df4000 C:\Program Files\Rational\ClearCase\bin\LIBATRIAMSINFOBASE.dll
0x05e00000 – 0x05e06000 C:\Program Files\Rational\ClearCase\bin\libatriai18n.dll
0x05e10000 – 0x05e6c000 C:\Program Files\Rational\ClearCase\bin\icuuc21.dll
0x05e70000 – 0x0662b000 C:\Program Files\Rational\ClearCase\bin\icudt21.dll
0x06630000 – 0x06675000 C:\Program Files\Rational\ClearCase\bin\libatriasquidad.dll
0x06680000 – 0x066ef000 C:\Program Files\Rational\ClearCase\bin\libatriacmdsyn.dll
0x066f0000 – 0x06702000 C:\Program Files\Rational\ClearCase\bin\libatriaclient_meters.dll
0x55600000 – 0x55631000 C:\Program Files\Microsoft Firewall Client 2004\FwcWsp.dll
0x71a50000 – 0x71a8f000 C:\WINDOWS\System32\mswsock.dll
0x76f20000 – 0x76f47000 C:\WINDOWS\system32\DNSAPI.dll
0x76fb0000 – 0x76fb8000 C:\WINDOWS\System32\winrnr.dll
0x76f60000 – 0x76f8c000 C:\WINDOWS\system32\WLDAP32.dll
0x662b0000 – 0x66308000 C:\WINDOWS\system32\hnetcfg.dll
0x71a90000 – 0x71a98000 C:\WINDOWS\System32\wshtcpip.dll
0x76fc0000 – 0x76fc6000 C:\WINDOWS\system32\rasadhlp.dll
0x07d40000 – 0x07d4a000 U:\devtools_vob\plugins\rational\eclipse\plugins\com.rational.clearcase_6.0.49\RSCMSccJni.dll
0x07d50000 – 0x07d87000 C:\Program Files\Rational\ClearCase\bin\ccscc.dll
0x08150000 – 0x084b1000 C:\Program Files\Rational\ClearCase\bin\cccmndlg.dll
0x07d90000 – 0x07db3000 C:\Program Files\Rational\ClearCase\bin\libatriaregistry.dll
0x07dc0000 – 0x07dc7000 C:\Program Files\Rational\ClearCase\bin\msmfcext.dll
0x07dd0000 – 0x07de6000 C:\Program Files\Rational\ClearCase\bin\msitetools.dll
0x07df0000 – 0x07df6000 C:\Program Files\Rational\ClearCase\bin\LIBATRIAGU.dll
0x07e00000 – 0x07e09000 C:\Program Files\Rational\ClearCase\bin\ccmfcext.dll
0x732e0000 – 0x732e5000 C:\WINDOWS\system32\RICHED32.DLL
0x74e30000 – 0x74e9c000 C:\WINDOWS\system32\RICHED20.dll
0x62f00000 – 0x62f13000 C:\ora10g\BIN\ocijdbc10.dll
0x04b10000 – 0x04b68000 c:\ora10g\bin\OCI.dll
0x7c340000 – 0x7c396000 C:\WINDOWS\system32\MSVCR71.dll
0x61c20000 – 0x61e76000 c:\ora10g\bin\OraClient10.Dll
0x60870000 – 0x60957000 c:\ora10g\bin\oracore10.dll
0x60a80000 – 0x60b46000 c:\ora10g\bin\oranls10.dll
0x63690000 – 0x636a8000 c:\ora10g\bin\oraunls10.dll
0x60eb0000 – 0x60eb7000 c:\ora10g\bin\orauts.dll
0x636b0000 – 0x636b6000 c:\ora10g\bin\oravsn10.dll
0x60fa0000 – 0x61092000 c:\ora10g\bin\oracommon10.dll
0x084c0000 – 0x08b22000 c:\ora10g\bin\orageneric10.dll
0x63430000 – 0x63457000 c:\ora10g\bin\orasnls10.dll
0x63750000 – 0x638bf000 c:\ora10g\bin\oraxml10.dll
0x60960000 – 0x60a7e000 c:\ora10g\bin\oran10.dll
0x62740000 – 0x6277d000 c:\ora10g\bin\oranl10.dll
0x62790000 – 0x627a6000 c:\ora10g\bin\oranldap10.dll
0x627f0000 – 0x628fc000 c:\ora10g\bin\orannzsbb10.dll
0x62530000 – 0x625a3000 c:\ora10g\bin\oraldapclnt10.dll
0x62670000 – 0x6268b000 c:\ora10g\bin\orancrypt10.dll
0x71ad0000 – 0x71ad9000 C:\WINDOWS\system32\WSOCK32.dll
0x76d60000 – 0x76d79000 C:\WINDOWS\system32\iphlpapi.dll
0x62920000 – 0x6296d000 c:\ora10g\bin\oranro10.dll
0x626b0000 – 0x626b7000 c:\ora10g\bin\oranhost10.dllVM Arguments:
jvm_args: -Xms256m -Xmx786m -Declipse.version=3.2
java_command: C:\eclipse32\startup.jar -os win32 -ws win32 -arch x86 -launcher C:\eclipse32\eclipse.exe -name Eclipse -showsplash 600 -exitdata dd8_4c -vm c:\eclipse32\jdk\bin\javaw.exe -vmargs -Xms256m -Xmx786m -Declipse.version=3.2 -jar C:\eclipse32\startup.jar
Launcher Type: SUN_STANDARDEnvironment Variables:
JAVA_HOME=C:\bea81sp5\jdk142_08
PATH=.;C:\bea81sp5\jdk142_08\bin;R:\bat;R:\pgms;c:\ora10g\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Reflection\;C:\Program Files\Hummingbird\Connectivity\11.00\Accessories\;;C:\Ant\Bin;C:\Program Files\Rational\ClearCase\bin;C:\Program Files\Rational\common;C:\CYGWIN\BIN;C:\Program Files\IDM Computer Solutions\UltraEdit-32
USERNAME=e96250
OS=Windows_NT
PROCESSOR_IDENTIFIER=x86 Family 15 Model 2 Stepping 7, GenuineIntel————— S Y S T E M —————
OS: Windows XP Build 2600 Service Pack 2
CPU:total 1 family 15, cmov, cx8, fxsr, mmx, sse, sse2
Memory: 4k page, physical 1039856k(179016k free), swap 2505032k(1610788k free)
vm_info: Java HotSpot(TM) Client VM (1.4.2_13-b06) for windows-x86, built on Oct 18 2006 10:10:57 by “java_re” with MS VC++ 6.0
Loyal WaterMemberHi Bromley,
What JDBC driver are you using and whats the version ?
Steve BromleyMember@support-nipun wrote:
Hi Bromley,
What JDBC driver are you using and whats the version ?I’m using the Oracle 10G 2.0.2 jar.
Loyal WaterMemberHi bromley,
I have asked some one from the Dev team to take a look at this issue. He will get back to you with an update ASAP. -
AuthorPosts