10g OUI Crashes on SLES9 sp2

Hi,
I've read through here hoping to find someone else that has seen this strangeness, but no such luck.
I have setup SLES9 sp2 on an HP DL585 (ProLiant) and then started the process of installing Oracle 10g EE. I followed all the instructions for setup, such as checking the rpm versions, kernel parameters, and oracle user setup.
When I start the installer, via the command: ./runInstaller
it gets a segmentation violation in the program: ./install/.oui
Here's some detailed output (below). As you can see from the gdb backtrace, it is crashing in a string function in libc, although I'm not clean on why it picked that up from /lib/tls
Has anyone seen this problem or have any clues about how I can diagnose it?
Thanks,
Brian
oracle@suselinux:~/install/database> ./runInstaller
Starting Oracle Universal Installer...
Checking installer requirements...
Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLin
ux-1.0, asianux-1 or asianux-2
Passed
All installer requirements met.
./runInstaller: line 63: 12972 Segmentation fault $CMDDIR/install/.oui -one
click
oracle@suselinux:~/install/database> gdb ./install/.oui
GNU gdb 6.3
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "x86_64-suse-linux"...Using host libthread_db library
"/lib64/tls/libthread_db.so.1".
(gdb) r
Starting program: /opt/oracle/install/database/install/.oui
[Thread debugging using libthread_db enabled]
[New Thread 1433108608 (LWP 12956)]
Starting Oracle Universal Installer...
Checking installer requirements...
Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLin
ux-1.0, asianux-1 or asianux-2
Passed
All installer requirements met.
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1433108608 (LWP 12956)]
0x555ce70d in ____strtol_l_internal () from /lib/tls/libc.so.6
(gdb) bt
#0 0x555ce70d in ____strtol_l_internal () from /lib/tls/libc.so.6
#1 0x555ce4a6 in __strtol_internal () from /lib/tls/libc.so.6
#2 0x555cbb56 in atoi () from /lib/tls/libc.so.6
#3 0x08055442 in CheckSwap (value=0xffff5a00 "150",
version=0xffff6600 "SuSE-9",
scratchLoc=0x8068838 "/tmp/OraInstall2006-04-12_02-32-58PM")
at prereqchecks.c:1605
#4 0x080574f5 in CheckPrerequisitesForInstall (
paramFileLocation=0xffff9e44 "/opt/oracle/install/database/install/oraparam.
ini", scratchLoc=0x8068838 "/tmp/OraInstall2006-04-12_02-32-58PM", silent=0,
bIgnorePreReqs=0, bRequired=0, buffer=0xffff7f54 "Linux-SuSE-9-required",
optBuffer=0xffff8354 "Linux-SuSE-9-optional", optFlMsg=0xffff8b54 "")
at prereqchecks.c:2958
#5 0x08057cc5 in checkPreReqs (
paramLoc=0xffff9e44 "/opt/oracle/install/database/install/oraparam.ini",
scratchLoc=0x8068838 "/tmp/OraInstall2006-04-12_02-32-58PM",
gsTimeStamp=0x805d3c0 "2006-04-12_02-32-58PM",
gsLogFileName=0x805a884 "/installActions", silent=0,
invPtrLocation=0x805a894 "/etc/oraInst.loc", bExecSysPreReqs=0,
bIgnorePreReqs=0, _bNoConsole=0) at prereqchecks.c:3787
#6 0x0804e488 in main_helper (argc=1, argv=0xffffd644) at runInstaller.c:3944
#7 0x08050768 in main (argc=1, argv=0xffffd644) at runInstaller.c:4882
(gdb)

Got it.
I somehow missed that my swap space never got created during the SuSE install. Once I turned on file system swap, it all worked.
Note to any Oracle employees: Kinda looks like a bug in OUI, huh?
Anyway, isn't it funny how you write something out to the net and then the answer comes to you?
Thanks,
Brian

Similar Messages

  • Compliance of Oracle 10g R2 with Windows XP SP2

    Hello everybody
    I am representing my company for making a decision of deploying appropriate versions for Oracle and Windows.
    The vendor suggested Oracle 9 on Windows Server 2003, whereas we opted for deploying Oracle 10g R2 with Windows XP SP2.
    According to the vendor
    XP is not a true 'server' product and therefore does not provide many server functions and may have restrictions on numbers of users that can connect.
    If the vendor's notion is correct, would anyone explain the limitations/restrictions of our solution.

    One of the first problems that you will encounter, inbound connections limit in Windows XP:
    http://support.microsoft.com/kb/314882
    Memory allocations are handled differently between Windows 2003 and XP (paged pool, non-paged pool, file system caching, etc.):
    http://msdn2.microsoft.com/en-us/library/aa366778.aspx
    In some cases the memory allocation differences can cause XP to display errors indicating "unable to allocate memory from the paged pool" or the non-paged pool, when Windows 2003 would otherwise continue functioning without problem. Windows 2003 offers a registry change to work around this problem:
    http://support.microsoft.com/kb/312362
    Microsoft will stop making Windows XP available for resale in June 2008, except on extremely light-weight computers, and update support will end before update support ends for Windows 2003.
    There are typically differences in the hardware that ships with a computer loaded with Windows XP and one that ships with Windows 2003. You will have a hard time finding a computer with Windows XP that ships with redundant power supplies, dual backplanes, SCSI RAID 10 support, dual network interfaces, built-in system/diagnostics, etc.
    While Windows 2003 is the server equivalent of Windows XP, there are many features in Windows 2003 that are not available in Windows XP. XP is designed to be rebooted frequently (shut down every night, or reboot once a week or once a month) and is geared toward foreground application performance. Windows Server 2003 is designed to be rebooted infrequently (apply security updates, recover from rare system fatal bugs) and is geared toward providing good background application performance (the Oracle database instance would be a background application).
    If you are unfamilar with Windows Server 2003, take a look at the books "Microsoft Windows Server 2003 Administrator's Companion" by Microsoft Press and "Mastering Windows Server 2003" by Sybex. Compare what you find in those books with what you might find in Microsoft's Windows XP Resource Kit book.
    Charles Hooper
    IT Manager/Oracle DBA
    K&M Machine-Fabricating, Inc.

  • 9i & 10g OUI

    I've pasted a link to my question here as I posted it in 'general' by mistake.
    Should I use 9.2.0.8 Patch OUI to install 9.2.0.1?
    9i & 10g OUI question
    Thanks in advance.

    The reason to have a new Oracle home is because currently, multiple databases are sharing the same Binary files. By creating a new set of binaries, databases can be upgraded individually. When database outage/maintenance windows can Not be made to coincide, upgrading an existing oracle_home with a new Critical Patch Update is NOT possible as all databases using those binaries have to be stopped at the same time.
    Anyway the primary question is moot -
    I have confirmed that 9.2.0.8 patch OUI will NOT install 9.2.0.1. It reports that a version 2.3 must be used, not a 10.1 OUI. Sorry, my mistake.

  • Calling WebForms 10g on Windows XP Pro (SP2)

    Hello,
    When I try to invoke WebForms through the Web on Windows XP Pro (SP2) workstation, I get the following message:
    Oracle Application Server 10g Forms Services
    The Forms Listener Servlet is up and running.
    1) What does this mean ?
    2) Do I need to install JInitiator on my Windows XP Pro Clients ?
    PT

    Hello,
    I am trying to call-up my Forms through the URL in the address field in my Internet Explorer Browser. A typical call looks like this:
    http://Linux2005:7784/forms90/lservlet?config=KatzWebForms
    On one of my Windows XP Pro (SP2) clients, I have Oracle Forms/Reports 6i installed as well as Oracle 9i Client software. under the Program Files, I have an Oracle folder that contains the following sub-folders:
    Jinitiator 1.3.1.9
    Jinitiator 1.3.1.13
    Other Windows XP Pro (SP2) client computers only have Oracle 6i software installed and have no Jinitiator versions whatsoever.
    1) Are you suggesting that I should install/upgrade to Jinitiator 1.4.x all my Windows XP Pro (SP2) client computer ?
    Paolo
    PS: The funny thing is that I can call-up my FOrms on one Windows 98SE client computer.
    PS2: I did check that Internet Explorer has a JVM (Java Virtual Machine) installed.

  • Form on oracle 10g AS, crashes if no event is handled

    Hi All,
    I have a form, that do no have any events like Key next item in all the levels (form / block / item). When this form is opened and the tab key is pressed, then the application is closed automatically due to error "FRM-92100: Your connection to the Server was interrupted. This may be the result of a network error, or a failure on the Server. You will need to reestablish your session". But the Jinitiator is not closed / affected.
    The same form works fine in Forms 6i.
    Once I add a Key-next-item trigger (can code it to null), the form does not close.
    The same problem happens F5, Shift + tab, Shift + F5 .......
    Instead of fixing this in every trigger, is there any specific settings / properties that cause this crashing only in Forms 10g.
    Please suggest.
    Thanks,
    Gopal.

    Hi Francois,
    Thanks for your reply.
    FYI, I am compiling the form and same system and then executing the .fmx.
    Also I had a veritcal toolbar canvas and a stacked canvas on form.
    Only one block with two items A and B (one each on the canvases).
    Once I move the item B from Vertical toolbar canvas to the stacked, the problem goes off.
    Is this something to do with Vertical toolbar canvas property?.
    Note: I have just hidden both the items A and B by setting the width and height as 1, but visible is set to Yes.
    Please suggest.
    Thanks,
    Gopal

  • Oracle developer suite 10.1.2.0.2 : OUI crashes Fedora 5

    Hi!
    I'm willing to reinstall Oracle dev suite 10.1.2.02 on my
    fedora 5 box (oracle forms is behaving improperly).
    But when I launch OUI's runInstaller from Disk1 (copied on hard disk) it starts but
    soon it make my Desktop env crash, (causing a log out).
    Has anyone encountered the same problem?
    For notice, I have attempted some days ago an unsuccessfull installation
    of wxWidgets (wxX11).
    Help help and Help.

    Hi!
    I think I've got the solution to the above problem.
    It has something to do with the xorg-x11-libs libraries.
    So what I did was as follows:
    - downloaded and install xorg-x11-libs-6.8.1-12.i386.rpm (from Fedora 3 CD repository).
    #>rpm -Uvh xorg-x11-libs-6.8.1-12.i386.rpm
    - redirected current libXtst.so to the new libXtst.so* installed in /usr/X11R6/lib, but didn't delete the files for possible backup:
    #>mv /usr/lib/libXtst.so.6.1 /usr/lib/libXtst_so_6_1 # replaced '.' with '_'
    #>ln -s /usr/X11R6/lib/libXtst.so.6.1 /usr/lib/libXtst.so.6.1
    - Gone to $ORACLE_HOME/bin (home where oracle dev is installed), and executed:
    #>./relink all &> ../install/make.log
    - Read the make.log file to detect any possible errors
    - And the libXtst.so.6 linking problem was gone!!!
    I hope this will help anybody with the same problem.

  • 10g Developer Crashes

    In converting from 6i to 10g, one form is crashing the 10g Developer tool.
    Many forms have been converted already. This form has blocks built on procedures rather than tables. It compiles and generates the FMX in 6i as normal.
    Opening in 10g, however, and making no changes the form compiles, but crashes upon attempting to generate the FMX.
    The Microsoft window doesn't give any useful information.
    Ideas?

    When you open the cleaned up 6i version in the Forms 10g Builder, can you compile it without the Builder crashing? It should compile without any problems. (And with that version, you should be able to save, open, and recompile in the Forms 10g Builder without any trouble.)
    Try recompiling after each Webutil object is added. I'll bet the crashing is related to that.
    I copied that version back to Windows, but the developer still crashes.+You SHOULD NOT do that. Compiling the fmb on unix can add compiled code back into the fmb, depending on what compiler options you use. (Check the fmb file size. Watch out if it changes.) After that, when you open it in the Windows Forms Builder, it finds incompatible compiled code.
    Moving an fmb to the unix environment from your Windows development environment is a one-way street.
    The version where you "opened in the 10g tool, added the WebUtil objects...saved and closed" is the ONLY version you should open in the Windows Forms Builder.
    Try compiling it and see if the Forms Builder crashes. If it still crashes, I would contact Oracle.

  • Oracle 10g OUI Product List

    I am preparing to install Oracle EE 10g R1 on a Linux box that is being set up as I type. My customer does not want a TYPICAL install but the option to limit products. Trying to be proactive, I'm trying to find the list of products you get when you choose CUSTOM install (waiting to get the list by running OUI would be a problem) but can't seem to find such a list on OTN or Metalink.
    If anyone has this list, I'd really appreciate a copy. In the meantime, I'll keep looking.

    Have you checked your Platform? The Installer is available for x86 and sparc platforms.
    Its possible that you have downloaded the installer for x86 platform and trying to install it on the sparc platform

  • Oracle XE 10g running on XP Professional SP2

    Hi
    I have installed Oracle XE 10g on XP Professional SP2. By default, it configured the port 8080 for the HTML DB.
    When I do the netstat -a, I cannot see port 8080 is listening and I cannot open the HTML DB.
    My oracle server is up and I can use it using SQLPlus
    Can anybody tell me what proble I have, and the solution for the same?
    Thanks & Regards
    Manish

    Hi
    I want to install Oracle on this machine. In
    product-specific Prerequisite checks I get:
    Checking Network Configuration requirements ...
    Check complete. The overall result of this check is:
    Failed <<<<
    Problem: The install has detected that the primary IP
    address of the system is DHCP-assigned.
    Recommendation: Oracle supports installations on
    systems with DHCP-assigned IP addresses; However,
    before you can do this, you must configure the
    Microsoft LoopBack Adapter to be the primary network
    adapter on the system. See the Installation Guide
    for more details on installing the software on
    systems configured with DHCP.
    How can I clear this error?
    Regards
    before you can do this, you must configure the
    Microsoft LoopBack Adapter to be the primary network
    http://www.google.com/search?hl=en&q=microsoft+loopback+adapter&btnG=Google+Search&meta=
    or
    See the Installation Guide
    for more details on installing the software on
    systems configured with DHCP.

  • 10g instance crashing

    Our 10g instance continues to crash at intermittent times. There are no errors or shutdown procedures in the alert.log, just the restart process. There are no hardware issues either. Any ideas?

    This server is dedicated to Oracle and we only have 1 instance running. Nothing else happens on this server.
    Here is a portion of the listener.log at the last time it crashed.
    02-OCT-2007 19:34:09 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=status)(ARGUMENTS=64)(SERVICE=(ADDRESS=(PROTOCOL=TCP)(HOST=xyz.xyz.xyz)(PORT=1521)))(VERSION=169869568)) * status * 0
    02-OCT-2007 19:34:16 * (CONNECT_DATA=(SID=orcl)(CID=(PROGRAM=F:\oracle\product\10.2.0\db_1\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=xyz)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=xyz)(PORT=1978)) * establish * orcl * 0
    02-OCT-2007 19:36:01 * service_update * orcl * 0
    TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production on 02-OCT-2007 19:37:30
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    System parameter file is F:\oracle\product\10.2.0\db_1\network\admin\listener.ora
    Log messages written to F:\oracle\product\10.2.0\db_1\network\log\listener.log
    Trace information written to F:\oracle\product\10.2.0\db_1\network\trace\listener.trc
    Trace level is currently 0
    Started with pid=1512
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=xyz.xyz.xyz)(PORT=1521)))
    Listener completed notification to CRS on start
    TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
    02-OCT-2007 19:37:59 * service_register * orcl * 0
    02-OCT-2007 19:38:08 * service_update * orcl * 0
    02-OCT-2007 19:38:17 * service_update * orcl * 0
    Message was edited by:
    user598504
    Message was edited by:
    user598504
    Message was edited by:
    user598504

  • Why 10g Database Crashed while changing CPUs ???

    Hi All,
    DB - 10.2.0.4
    OS - Sun SPARC
    Issue - Today we just pulled out 1 CPU board containing 4 cpus (total we have 2 board conatining 4 cpus each) and suddenly the system crashed. My question is why it's crashed when it has still 4 cpus????
    Alert Log Message -
    Detected change in CPU count to 4
    ORA-00600: internal error code, arguments: [kskreconfignuma2], [kskcpucc], [], [
    ORA-27300: OS system dependent operation:lgrp_cpus failed with status: 3
    ORA-27301: OS failure message: No such process
    ORA-27302: failure occurred at: skgsnnprocs2
    Is it the expected behaviour in 10g or it's some kind of bug???
    Will appreciate your suggestions and comments....

    Hi All,
    DB - 10.2.0.4
    OS - Sun SPARC
    Issue - Today we just pulled out 1 CPU board
    containing 4 cpus (total we have 2 board conatining 4
    cpus each) and suddenly the system crashed. My
    question is why it's crashed when it has still 4
    cpus????
    Alert Log Message -
    Detected change in CPU count to 4
    ORA-00600: internal error code, arguments:
    [kskreconfignuma2], [kskcpucc], [], [
    ORA-27300: OS system dependent operation:lgrp_cpus
    failed with status: 3
    ORA-27301: OS failure message: No such process
    ORA-27302: failure occurred at: skgsnnprocs2
    Is it the expected behaviour in 10g or it's some kind
    of bug???
    Will appreciate your suggestions and comments....you've hit an unexpected os dependent error (i.e error in the os specific support code) triggered by the cpu removal. it looks like the big lesson is that cpus are not so hot swappable in multi-processor systems as one might imagine. As a mental exercise consider whether you expect the sudden removal/death of the cpu on which smon or pmon is running to result in an operational system.
    Niall Litchfield
    http://www.orawin.info/

  • Weblogic 81sp5 Oracle 10G server crash windows xp

    I was using weblogic 81sp5 hibernate 3 and Oracle 9i and everythign was fine. I upgraded to Oracle 10G, and now with the execution of the second SQL statement my server is crashing with the following error. Any help would be appreciated.
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at PC=0x61D4894C
    Function=xaolog+0x6294
    Library=c:\ora10g\bin\OraClient10.Dll
    Current Java thread:
         at oracle.jdbc.driver.T2CStatement.t2cParseExecuteDescribe(Native Method)
         at oracle.jdbc.driver.T2CPreparedStatement.executeForDescribe(T2CPreparedStatement.java:518)
         at oracle.jdbc.driver.OracleStatement.executeMaybeDescribe(OracleStatement.java:1037)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1132)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3316)
         at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:3361)
         - locked <0x101ae1d8> (a oracle.jdbc.driver.T2CPreparedStatement)
         - locked <0x113fe928> (a oracle.jdbc.driver.T2CConnection)
         at weblogic.jdbc.wrapper.PreparedStatement.executeQuery(PreparedStatement.java:124)
         at org.hibernate.jdbc.AbstractBatcher.getResultSet(AbstractBatcher.java:139)
         at org.hibernate.loader.Loader.getResultSet(Loader.java:1669)
         at org.hibernate.loader.Loader.doQuery(Loader.java:662)
         at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:224)
         at org.hibernate.loader.Loader.loadEntity(Loader.java:1785)
         at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:93)
         at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:81)
         at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:2730)
         at org.hibernate.event.def.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:365)
         at org.hibernate.event.def.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:346)
         at org.hibernate.event.def.DefaultLoadEventListener.load(DefaultLoadEventListener.java:123)
         at org.hibernate.event.def.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:82)
         at org.hibernate.impl.SessionImpl.fireLoad(SessionImpl.java:891)
         at org.hibernate.impl.SessionImpl.immediateLoad(SessionImpl.java:849)
         at org.hibernate.proxy.AbstractLazyInitializer.initialize(AbstractLazyInitializer.java:62)
         at org.hibernate.proxy.AbstractLazyInitializer.getImplementation(AbstractLazyInitializer.java:98)
         at org.hibernate.proxy.CGLIBLazyInitializer.intercept(CGLIBLazyInitializer.java:158)
         at com.erac.vaa.vincent.domain.poc.Manufacturer$$EnhancerByCGLIB$$bbc19d25.toString(<generated>)
         at org.springframework.beans.BeanUtils.copyProperties(BeanUtils.java:461)
         at org.springframework.beans.BeanUtils.copyProperties(BeanUtils.java:399)
         at com.erac.vaa.vincent.services.poc.ManufacturerServiceImpl.toManufacturerDto(ManufacturerServiceImpl.java:75)
         at com.erac.vaa.vincent.services.poc.ManufacturerServiceImpl.load(ManufacturerServiceImpl.java:35)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:287)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:181)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:148)
         at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:170)
         at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:176)
         at $Proxy9.load(Unknown Source)
         at com.erac.vaa.vincent.view.controllers.poc.ManufacturerController.displayOne(ManufacturerController.java:107)
         at com.erac.vaa.vincent.view.controllers.poc.ManufacturerController.handleGet(ManufacturerController.java:144)
         at com.erac.vaa.vincent.view.controllers.poc.ManufacturerController.execute(ManufacturerController.java:63)
         at com.erac.riskmgmt.arch.struts.action.AbstractBindingAction.processInvoke(AbstractBindingAction.java:861)
         at com.erac.riskmgmt.arch.struts.action.AbstractBindingAction.execute(AbstractBindingAction.java:484)
         at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:419)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:224)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1194)
         at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1072)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:465)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:28)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
         at com.erac.vaa.vincent.view.filters.OpenSessionInViewFilter.doFilterInternal(OpenSessionInViewFilter.java:104)
         at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:77)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
         at com.erac.vaa.vincent.view.filters.AuthenticationFilter.doFilterInternal(AuthenticationFilter.java:92)
         at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:77)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6987)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3892)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2766)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
    Dynamic libraries:
    0x00400000 - 0x0040B000      C:\bea81sp5\jdk142_08\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 - 0x08138000      C:\bea81sp5\jdk142_08\jre\bin\client\jvm.dll
    0x76B40000 - 0x76B6D000      C:\WINDOWS\system32\WINMM.dll
    0x10000000 - 0x10007000      C:\bea81sp5\jdk142_08\jre\bin\hpi.dll
    0x00830000 - 0x0083E000      C:\bea81sp5\jdk142_08\jre\bin\verify.dll
    0x00840000 - 0x00859000      C:\bea81sp5\jdk142_08\jre\bin\java.dll
    0x00860000 - 0x0086E000      C:\bea81sp5\jdk142_08\jre\bin\zip.dll
    0x02B60000 - 0x02B7C000      C:\bea81sp5\jdk142_08\jre\bin\jdwp.dll
    0x00940000 - 0x00945000      C:\bea81sp5\jdk142_08\jre\bin\dt_socket.dll
    0x71AB0000 - 0x71AC7000      C:\WINDOWS\system32\ws2_32.dll
    0x71AA0000 - 0x71AA8000      C:\WINDOWS\system32\WS2HELP.dll
    0x55600000 - 0x55631000      C:\Program Files\Microsoft Firewall Client 2004\FwcWsp.dll
    0x77120000 - 0x771AC000      C:\WINDOWS\system32\OLEAUT32.dll
    0x774E0000 - 0x7761D000      C:\WINDOWS\system32\ole32.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
    0x77F60000 - 0x77FD6000      C:\WINDOWS\system32\SHLWAPI.dll
    0x773D0000 - 0x774D3000      C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2982_x-ww_ac3f9c03\comctl32.dll
    0x5D090000 - 0x5D12A000      C:\WINDOWS\system32\comctl32.dll
    0x76FC0000 - 0x76FC6000      C:\WINDOWS\system32\rasadhlp.dll
    0x071A0000 - 0x071AF000      C:\bea81sp5\jdk142_08\jre\bin\net.dll
    0x07540000 - 0x07548000      C:\bea81sp5\jdk142_08\jre\bin\nio.dll
    0x07550000 - 0x07556000      C:\bea81sp5\jdk142_08\jre\bin\ioser12.dll
    0x62F00000 - 0x62F13000      C:\ora10g\BIN\ocijdbc10.dll
    0x07D30000 - 0x07D88000      c:\ora10g\bin\OCI.dll
    0x7C340000 - 0x7C396000      C:\WINDOWS\system32\MSVCR71.dll
    0x76BF0000 - 0x76BFB000      C:\WINDOWS\system32\PSAPI.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
    0x08940000 - 0x08FA2000      c:\ora10g\bin\orageneric10.dll
    0x63430000 - 0x63457000      c:\ora10g\bin\orasnls10.dll
    0x63750000 - 0x638BF000      c:\ora10g\bin\oraxml10.dll
    0x07DA0000 - 0x07DB1000      C:\WINDOWS\system32\MSVCIRT.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.dll
    0x62660000 - 0x62666000      c:\ora10g\bin\orancds10.dll
    0x629C0000 - 0x629C8000      c:\ora10g\bin\orantns10.dll
    0x60B50000 - 0x60EA8000      c:\ora10g\bin\orapls10.dll
    0x07DC0000 - 0x07DC9000      c:\ora10g\bin\oraslax10.dll
    0x63080000 - 0x63284000      c:\ora10g\bin\oraplp10.dll
    0x61ED0000 - 0x61F67000      c:\ora10g\bin\orahasgen10.dll
    0x62AB0000 - 0x62B1E000      c:\ora10g\bin\oraocr10.dll
    0x62B20000 - 0x62B63000      c:\ora10g\bin\oraocrb10.dll
    0x5B860000 - 0x5B8B4000      C:\WINDOWS\system32\NETAPI32.dll
    0x62980000 - 0x62990000      c:\ora10g\bin\orantcp10.dll
    0x63520000 - 0x635BA000      c:\ora10g\bin\orasql10.dll
    0x77FE0000 - 0x77FF1000      C:\WINDOWS\system32\Secur32.dll
    0x5AD70000 - 0x5ADA8000      C:\WINDOWS\system32\uxtheme.dll
    0x74720000 - 0x7476B000      C:\WINDOWS\system32\MSCTF.dll
    0x09300000 - 0x09305000      C:\bea81sp5\weblogic81\server\bin\stackdump.dll
    0x09310000 - 0x09315000      C:\bea81sp5\weblogic81\server\bin\wlntio.dll
    0x76C90000 - 0x76CB8000      C:\WINDOWS\system32\imagehlp.dll
    0x59A60000 - 0x59B01000      C:\WINDOWS\system32\DBGHELP.dll
    0x77C00000 - 0x77C08000      C:\WINDOWS\system32\VERSION.dll
    Heap at VM Abort:
    Heap
    def new generation total 2496K, used 1836K [0x10010000, 0x102c0000, 0x104f0000)
    eden space 2240K, 74% used [0x10010000, 0x101b1d48, 0x10240000)
    from space 256K, 64% used [0x10240000, 0x10269300, 0x10280000)
    to space 256K, 0% used [0x10280000, 0x10280000, 0x102c0000)
    tenured generation total 32188K, used 18578K [0x104f0000, 0x1245f000, 0x14010000)
    the space 32188K, 57% used [0x104f0000, 0x11714890, 0x11714a00, 0x1245f000)
    compacting perm gen total 31744K, used 31580K [0x14010000, 0x15f10000, 0x18010000)
    the space 31744K, 99% used [0x14010000, 0x15ee7008, 0x15ee7200, 0x15f10000)
    Local Time = Fri Apr 20 12:43:16 2007
    Elapsed Time = 941
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.4.2_08-b03 mixed mode)
    # An error report file has been saved as hs_err_pid3592.log.
    # Please refer to the file for further information.

    What happends if you try to issue your query from a SQL prompt? Does it work? Now, what is it written at the alert.log at the time this error arises? Is this version certified against 10g?
    There are some issues when connecting the jdbc driver with Oracle 10g (http://edocs.bea.com/wls/docs81/notes/issues.html#129571) some patches may need to be applied.

  • Itunes 10.6 crashes Windows XP SP2

    I have tried uninstalling & reinstalling via instructions from this forum. It still crashes my entire system, requiring a restart. I have no plugins or security software installed. In desperation I installed Spotify. It plays my music fine, but in general I do not care for the interface. I want my iTunes back. Does anybody have any other ideas as to what is going on? Thank you.

    "There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor."
    Perhaps let's first try updating your Apple Software Update.
    Launch Apple Software Update ("Start > All Programs > Apple Software Update"). Does it launch and offer you a newer version of Apple Software Update? If so, choose to install just that update to Apple Software Update. (Deselect any other software offered at the same time.)
    If the ASU update goes through okay, try another iTunes install. Does it go through without the errors this time?

  • 10g Client crash on Windows XP Pro 64bit

    Wenn connecting to an Oracle 9.2 Server, the Client crash with Coredump.
    ncluded to Dumps with deliverd Java 1.5.04 and new installed Java 1.5.0.13
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000008167c08, pid=1228, tid=2260
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (1.5.0_04-b05 mixed mode)
    # Problematic frame:
    # V [jvm.dll+0x167c08]
    --------------- T H R E A D ---------------
    Current thread (0x000000000032d810): JavaThread "Thread-4" daemon [_thread_in_vm, id=2260]
    siginfo: ExceptionCode=0xc0000005, reading address 0x0000000000000010
    Registers:
    EAX=0x0000000000000000, EBX=0x0000000000000000, ECX=0x0000000000000000, EDX=0x0000000062f10374
    ESP=0x0000000008fbe580, EBP=0x0000000062f10360, ESI=0x00000000046b5c88, EDI=0x00000000046b5c90
    EIP=0x0000000008167c08, EFLAGS=0x0000000000010246
    Top of Stack: (sp=0x0000000008fbe580)
    0x0000000008fbe580: 0000000008fbeb20 0000000000000367
    0x0000000008fbe590: 0000000008fbecc0 0000000000000000
    0x0000000008fbe5a0: 0000000008fbea70 0000000000000000
    0x0000000008fbe5b0: 000000000032d810 00000000091ca36f
    0x0000000008fbe5c0: 000000000032d958 0000000008fbecc0
    0x0000000008fbe5d0: 000000000032d810 0000000008151712
    0x0000000008fbe5e0: 0000000008fbe670 0000000000000000
    0x0000000008fbe5f0: 0000000000000000 000000000032d958
    0x0000000008fbe600: 0000000008fbecc0 0000000008fbecc0
    0x0000000008fbe610: 0000000000000367 0000000008fbeb20
    0x0000000008fbe620: 000000000453e5e0 0000000062f0131e
    0x0000000008fbe630: 00000000075076a4 0000000008fbe9b8
    0x0000000008fbe640: 0000000000000000 0000000000320000
    0x0000000008fbe650: 0000000008fbe670 0000000000000400
    0x0000000008fbe660: 0000000000000002 0000000000000000
    0x0000000008fbe670: 0000000000000000 0000000000000000
    Instructions: (pc=0x0000000008167c08)
    0x0000000008167bf8: d8 4c 89 30 eb 07 48 89 48 10 4c 89 33 49 8b ce
    0x0000000008167c08: 48 8b 41 10 48 83 c1 10 49 8b d4 ff 50 58 4d 39
    Stack: [0x0000000008ec0000,0x0000000008fc0000), sp=0x0000000008fbe580, free space=1017k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [jvm.dll+0x167c08]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j oracle.jdbc.driver.T2CConnection.t2cCreateState([BI[BI[BI[BISI[S[B[B)I+0
    j oracle.jdbc.driver.T2CConnection.logon()V+551
    j oracle.jdbc.driver.PhysicalConnection.<init>(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Properties;Loracle/jdbc/driver/OracleDriverExtension;)V+381
    j oracle.jdbc.driver.T2CConnection.<init>(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Properties;Loracle/jdbc/driver/OracleDriverExtension;)V+10
    j oracle.jdbc.driver.T2CDriverExtension.getConnection(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Properties;)Ljava/sql/Connection;+67
    j oracle.jdbc.driver.OracleDriver.connect(Ljava/lang/String;Ljava/util/Properties;)Ljava/sql/Connection;+831
    j java.sql.DriverManager.getConnection(Ljava/lang/String;Ljava/util/Properties;Ljava/lang/ClassLoader;)Ljava/sql/Connection;+165
    j java.sql.DriverManager.getConnection(Ljava/lang/String;Ljava/util/Properties;)Ljava/sql/Connection;+7
    j oracle.sysman.vdb.VdbSession.establishConnection(Loracle/sysman/vxx/VxxTargetCredentials;Ljava/lang/String;Ljava/lang/String;)Ljava/sql/Connection;+95
    j oracle.sysman.vdb.VdbSession.<init>(Loracle/sysman/vxx/VxxTargetCredentials;Loracle/sysman/vdb/VdbSessionFactory;Ljava/lang/String;Z)V+262
    j oracle.sysman.vdb.VdbSession.<init>(Loracle/sysman/vxx/VxxTargetCredentials;Loracle/sysman/vdb/VdbSessionFactory;)V+5
    j oracle.sysman.vdb.VdbAutoCommitSession.<init>(Loracle/sysman/vxx/VxxTargetCredentials;Loracle/sysman/vdb/VdbSessionFactory;)V+3
    j oracle.sysman.vdb.VdbSessionFactory.getNewAutoCommitSession(Loracle/sysman/vxx/VxxTargetCredentials;Ljava/lang/String;)Loracle/sysman/vdb/VdbAutoCommitSession;+44
    j oracle.sysman.vdb.VdbSessionFactory.getAutoCommitSession(Loracle/sysman/vxx/VxxTargetCredentials;Ljava/lang/String;)Loracle/sysman/vdb/VdbAutoCommitSession;+285
    j oracle.sysman.vdb.VdbSessionFactory.getAutoCommitSession(Loracle/sysman/vxx/VxxTargetCredentials;)Loracle/sysman/vdb/VdbAutoCommitSession;+8
    j oracle.sysman.vbo.VboDBServerFat.getManagedSession(Loracle/sysman/vxx/VxxOEMKey;Loracle/sysman/vxx/VxxTargetCredentials;)Loracle/sysman/vdb/VdbCORBASession;+4
    j oracle.sysman.vth.VthSessionManager._getSessionFromFactory(Loracle/sysman/vxx/VxxTargetCredentials;)Loracle/sysman/vdb/VdbIDLSession;+102
    j oracle.sysman.vth.VthSessionManager.onConnectDialogOk(Loracle/sysman/vtaGallery/dbConnect/VtaDbConnectDialog;)Z+217
    j oracle.sysman.vtaGallery.dbConnect.VtaDbConnectDialog._actionPerformed(Ljava/awt/event/ActionEvent;)V+25
    j oracle.sysman.vtaGallery.dbConnect.VtaDbConnectDialogExecutor.run()V+8
    j oracle.sysman.vtaGallery.threadPoolManager.WorkerThread.run()V+28
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x00000000056255a0 JavaThread "Thread-5" daemon [_thread_blocked, id=2176]
    =>0x000000000032d810 JavaThread "Thread-4" daemon [_thread_in_vm, id=2260]
    0x000000000032e580 JavaThread "Thread-3" daemon [_thread_blocked, id=1120]
    0x000000000032e020 JavaThread "Image Fetcher 0" daemon [_thread_blocked, id=2404]
    0x000000000032e830 JavaThread "VtaEmTreeSQLParentNode-Expand-Thread" [_thread_blocked, id=1540]
    0x00000000056252f0 JavaThread "Thread-2" daemon [_thread_blocked, id=1424]
    0x000000000032b270 JavaThread "DestroyJavaVM" [_thread_blocked, id=1664]
    0x000000000032e2d0 JavaThread "CursorIdler" [_thread_blocked, id=3032]
    0x000000000032dd70 JavaThread "TaskScheduler timer" [_thread_blocked, id=3056]
    0x000000000032d560 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=2940]
    0x000000000032d2b0 JavaThread "VxxAux-Finalizer" daemon [_thread_blocked, id=3024]
    0x000000000032d000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=2012]
    0x000000000032cd50 JavaThread "AWT-Windows" daemon [_thread_in_native, id=2348]
    0x000000000032caa0 JavaThread "AWT-Shutdown" [_thread_blocked, id=2740]
    0x000000000032c540 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=2848]
    0x000000000032c290 JavaThread "CompilerThread1" daemon [_thread_blocked, id=400]
    0x000000000032bfe0 JavaThread "CompilerThread0" daemon [_thread_blocked, id=1976]
    0x000000000032bd30 JavaThread "AdapterThread" daemon [_thread_blocked, id=1624]
    0x000000000032ba80 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=156]
    0x000000000032b7d0 JavaThread "Finalizer" daemon [_thread_blocked, id=604]
    0x000000000032b520 JavaThread "Reference Handler" daemon [_thread_blocked, id=2184]
    Other Threads:
    0x0000000000449ec0 VMThread [id=2188]
    0x000000000044a1f0 WatcherThread [id=2912]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    PSYoungGen total 16256K, used 8451K [0x000000005a770000, 0x000000005bc20000, 0x000000005d210000)
    eden space 14528K, 58% used [0x000000005a770000,0x000000005afb0d70,0x000000005b5a0000)
    from space 1728K, 0% used [0x000000005b610000,0x000000005b610000,0x000000005b7c0000)
    to space 3328K, 0% used [0x000000005b8e0000,0x000000005b8e0000,0x000000005bc20000)
    PSOldGen total 20544K, used 7609K [0x0000000055210000, 0x0000000056620000, 0x000000005a770000)
    object space 20544K, 37% used [0x0000000055210000,0x000000005597e4b8,0x0000000056620000)
    PSPermGen total 43968K, used 24772K [0x0000000050010000, 0x0000000052b00000, 0x0000000055210000)
    object space 43968K, 56% used [0x0000000050010000,0x00000000518413c0,0x0000000052b00000)
    Dynamic libraries:
    0x0000000000400000 - 0x0000000000410000      c:\oracle\product\10.2.0\client_1\jdk\jre\bin\java.exe
    0x0000000077ec0000 - 0x0000000077ff9000      C:\WINDOWS\system32\ntdll.dll
    0x0000000077d40000 - 0x0000000077eb3000      C:\WINDOWS\system32\kernel32.dll
    0x000007ff7fee0000 - 0x000007ff7ffe5000      C:\WINDOWS\system32\ADVAPI32.dll
    0x000007ff7fd30000 - 0x000007ff7fec9000      C:\WINDOWS\system32\RPCRT4.dll
    0x000007ff7e9c0000 - 0x000007ff7e9e2000      C:\WINDOWS\system32\Secur32.dll
    0x000007ff7fc00000 - 0x000007ff7fc86000      C:\WINDOWS\system32\MSVCRT.dll
    0x0000000008000000 - 0x00000000084ce000      c:\oracle\product\10.2.0\client_1\jdk\jre\bin\server\jvm.dll
    0x0000000077c20000 - 0x0000000077d2c000      C:\WINDOWS\system32\USER32.dll
    0x000007ff7fc90000 - 0x000007ff7fd2c000      C:\WINDOWS\system32\GDI32.dll
    0x000007ff7e240000 - 0x000007ff7e290000      C:\WINDOWS\system32\WINMM.dll
    0x000007ff7d500000 - 0x000007ff7d539000      C:\WINDOWS\system32\IMM32.DLL
    0x0000000010000000 - 0x0000000010009000      c:\oracle\product\10.2.0\client_1\jdk\jre\bin\hpi.dll
    0x000007ff7e380000 - 0x000007ff7e390000      C:\WINDOWS\system32\PSAPI.DLL
    0x0000000000390000 - 0x00000000003a0000      c:\oracle\product\10.2.0\client_1\jdk\jre\bin\verify.dll
    0x00000000003a0000 - 0x00000000003ca000      c:\oracle\product\10.2.0\client_1\jdk\jre\bin\java.dll
    0x00000000003d0000 - 0x00000000003e4000      c:\oracle\product\10.2.0\client_1\jdk\jre\bin\zip.dll
    0x0000000004890000 - 0x0000000004a87000      C:\oracle\product\10.2.0\client_1\jdk\jre\bin\awt.dll
    0x000007ff78f10000 - 0x000007ff78f51000      C:\WINDOWS\system32\WINSPOOL.DRV
    0x000007ff57140000 - 0x000007ff573c5000      C:\WINDOWS\system32\ole32.dll
    0x000007ff7a410000 - 0x000007ff7a4af000      C:\WINDOWS\system32\MSCTF.dll
    0x000007ff7ce50000 - 0x000007ff7ce91000      C:\WINDOWS\system32\apphelp.dll
    0x000007ff58af0000 - 0x000007ff58b4c000      C:\WINDOWS\system32\msctfime.ime
    0x0000000004e90000 - 0x0000000004eec000      C:\oracle\product\10.2.0\client_1\jdk\jre\bin\fontmanager.dll
    0x0000000003c70000 - 0x0000000003c8a000      C:\oracle\product\10.2.0\client_1\jdk\jre\bin\net.dll
    0x000007ff77310000 - 0x000007ff77340000      C:\WINDOWS\system32\WS2_32.dll
    0x000007ff77140000 - 0x000007ff7714c000      C:\WINDOWS\system32\WS2HELP.dll
    0x0000000006470000 - 0x000000000647a000      C:\oracle\product\10.2.0\client_1\jdk\jre\bin\nio.dll
    0x000007ff7ebc0000 - 0x000007ff7ecd6000      C:\WINDOWS\system32\OLEAUT32.DLL
    0x0000000006510000 - 0x000000000652b000      C:\oracle\product\10.2.0\client_1\BIN\oranjni10.dll
    0x0000000006530000 - 0x000000000657b000      c:\oracle\product\10.2.0\client_1\bin\oranl10.dll
    0x0000000006580000 - 0x00000000066e7000      c:\oracle\product\10.2.0\client_1\bin\oran10.dll
    0x00000000066f0000 - 0x0000000006711000      c:\oracle\product\10.2.0\client_1\bin\orancrypt10.dll
    0x0000000006720000 - 0x0000000006864000      c:\oracle\product\10.2.0\client_1\bin\oracore10.dll
    0x0000000006870000 - 0x0000000006963000      c:\oracle\product\10.2.0\client_1\bin\oranls10.dll
    0x0000000006970000 - 0x000000000698d000      c:\oracle\product\10.2.0\client_1\bin\oraunls10.dll
    0x0000000006480000 - 0x0000000006487000      c:\oracle\product\10.2.0\client_1\bin\orauts.dll
    0x0000000006990000 - 0x00000000069e9000      c:\oracle\product\10.2.0\client_1\bin\oranro10.dll
    0x00000000069f0000 - 0x0000000006a6a000      c:\oracle\product\10.2.0\client_1\bin\oraldapclnt10.dll
    0x0000000006a70000 - 0x0000000006bda000      c:\oracle\product\10.2.0\client_1\bin\orannzsbb10.dll
    0x0000000006be0000 - 0x0000000007281000      c:\oracle\product\10.2.0\client_1\bin\orageneric10.dll
    0x0000000007290000 - 0x00000000072c2000      c:\oracle\product\10.2.0\client_1\bin\orasnls10.dll
    0x00000000072d0000 - 0x00000000073f9000      c:\oracle\product\10.2.0\client_1\bin\oracommon10.dll
    0x0000000007400000 - 0x00000000076db000      c:\oracle\product\10.2.0\client_1\bin\oraclient10.dll
    0x00000000076e0000 - 0x00000000076e7000      c:\oracle\product\10.2.0\client_1\bin\oravsn10.dll
    0x00000000076f0000 - 0x0000000007b36000      c:\oracle\product\10.2.0\client_1\bin\orapls10.dll
    0x0000000007b40000 - 0x0000000007b4c000      c:\oracle\product\10.2.0\client_1\bin\oraslax10.dll
    0x0000000007b50000 - 0x0000000007f65000      c:\oracle\product\10.2.0\client_1\bin\oraplp10.dll
    0x0000000007f70000 - 0x0000000007fd4000      c:\oracle\product\10.2.0\client_1\bin\orasql10.dll
    0x00000000084d0000 - 0x0000000008698000      c:\oracle\product\10.2.0\client_1\bin\oraxml10.dll
    0x000007ff65af0000 - 0x000007ff65b0b000      C:\WINDOWS\system32\msvcirt.dll
    0x0000000007fe0000 - 0x0000000007ff4000      c:\oracle\product\10.2.0\client_1\bin\orantcp10.dll
    0x00000000086a0000 - 0x0000000008715000      c:\oracle\product\10.2.0\client_1\bin\orahasgen10.dll
    0x0000000008720000 - 0x000000000879c000      c:\oracle\product\10.2.0\client_1\bin\oraocr10.dll
    0x00000000087a0000 - 0x00000000087f2000      c:\oracle\product\10.2.0\client_1\bin\oraocrb10.dll
    0x000007ff77370000 - 0x000007ff77408000      C:\WINDOWS\system32\NETAPI32.dll
    0x000007ff770f0000 - 0x000007ff770fa000      C:\WINDOWS\system32\WSOCK32.dll
    0x0000000008800000 - 0x000000000881b000      c:\oracle\product\10.2.0\client_1\bin\oranldap10.dll
    0x0000000008820000 - 0x0000000008829000      c:\oracle\product\10.2.0\client_1\bin\oranhost10.dll
    0x0000000008830000 - 0x0000000008837000      c:\oracle\product\10.2.0\client_1\bin\orancds10.dll
    0x0000000008840000 - 0x000000000884a000      c:\oracle\product\10.2.0\client_1\bin\orantns10.dll
    0x0000000008960000 - 0x00000000089d5000      C:\oracle\product\10.2.0\client_1\BIN\oraldapjclnt10.dll
    0x000007ff771b0000 - 0x000007ff7722d000      C:\WINDOWS\System32\mswsock.dll
    0x000007ff7e8f0000 - 0x000007ff7e93e000      C:\WINDOWS\system32\DNSAPI.dll
    0x000007ff7e9f0000 - 0x000007ff7e9fb000      C:\WINDOWS\System32\winrnr.dll
    0x000007ff7e950000 - 0x000007ff7e9b6000      C:\WINDOWS\system32\WLDAP32.dll
    0x000007ff7ea00000 - 0x000007ff7ea07000      C:\WINDOWS\system32\rasadhlp.dll
    0x0000000062f00000 - 0x0000000062f16000      C:\oracle\product\10.2.0\client_1\BIN\ocijdbc10.dll
    0x00000000091c0000 - 0x0000000009244000      c:\oracle\product\10.2.0\client_1\bin\OCI.dll
    VM Arguments:
    jvm_args: -Xmx128m -DADMIN_WRL=c:\oracle\product\10.2.0\client_1\sysman\admin -Dsun.java2d.noddraw=true -DORACLE_HOME=c:\oracle\product\10.2.0\client_1 -DGENERAL_BUS_PACK= -DORBdisableLocator=true -Djdbc.backward_compatible_to_816=true
    java_command: oracle.sysman.vtx.vtxOemApp.OemApp console
    Environment Variables:
    JAVA_HOME=c:\Program Files (x86)\Java\jdk1.5.0_13
    PATH=c:\oracle\product\10.2.0\client_1\bin;c:\oracle\product\10.2.0\client_1\jdk\jre\\bin;c:\oracle\product\10.2.0\client_1\bin;c:\Program Files\oracle\product\10.2.0\client_1\bin;C:\Program Files\oracle\bin;C:\Program Files\perl\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files (x86)\Common Files\Roxio Shared\DLLShared\;C:\Program Files (x86)\Common Files\GTK\2.0\bin;C:\Program Files (x86)\GNU\GnuPG\pub;C:\Program Files\Vim\vim71;c:\Program Files (x86)\Java\jdk1.5.0_13\bin;c:\oracle\product\10.2.0\client_1\bin;c:\Program Files\oracle\product\10.2.0\client_1\bin;C:\Program Files\oracle\bin;C:\Program Files\perl\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files (x86)\Common Files\Roxio Shared\DLLShared\;C:\Program Files (x86)\Common Files\GTK\2.0\bin;C:\Program Files (x86)\GNU\GnuPG\pub;C:\Program Files\Vim\vim71;c:\Program Files (x86)\Java\jdk1.5.0_13\bin;C:\programme\java\apache-forrest-0.7\bin;C:\Programme\Java\maven-2.0.5\bin;c:\Programme\GNU\GnuPG;C:\Programme\Vim\vim70;c:\Program Files (x86)\Java\jdk1.5.0_13\bin
    USERNAME=stephanh
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=EM64T Family 6 Model 15 Stepping 2, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows Server 2003 family Build 3790 Service Pack 2
    CPU:total 2 em64t ht
    Memory: 4k page, physical 2094532k(1465328k free), swap 4057396k(3562296k free)
    vm_info: Java HotSpot(TM) 64-Bit Server VM (1.5.0_04-b05) for windows-amd64, built on Jun 3 2005 01:43:58 by "java_re" with unknown MS VC++:1400
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000008177068, pid=2832, tid=944
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (1.5.0_13-b05 mixed mode)
    # Problematic frame:
    # V [jvm.dll+0x177068]
    --------------- T H R E A D ---------------
    Current thread (0x000000000af890b0): JavaThread "Thread-4" daemon [_thread_in_vm, id=944]
    siginfo: ExceptionCode=0xc0000005, reading address 0x0000000000000010
    Registers:
    EAX=0x0000000000000000, EBX=0x0000000006455590, ECX=0x0000000000000000, EDX=0x0000000062f10374
    ESP=0x000000000d50e7f0, EBP=0x000000000af890b0, ESI=0x0000000006455588, EDI=0x0000000000000000
    EIP=0x0000000008177068, EFLAGS=0x0000000000010246
    Top of Stack: (sp=0x000000000d50e7f0)
    0x000000000d50e7f0: 0000000062f10374 000000000af890b0
    0x000000000d50e800: 0000000006455588 0000000062f10376
    0x000000000d50e810: 0000000000000001 0000000007bf8122
    0x000000000d50e820: 000000000d50e8b0 0000000000000400
    0x000000000d50e830: 0000000000000002 0000000008163070
    0x000000000d50e840: 000000000af890b0 000000000d50ef00
    0x000000000d50e850: 0000000000000000 000000000af89200
    0x000000000d50e860: 000000000d50ef00 0000000062f0131e
    0x000000000d50e870: 000000000631fe70 000000000d50ed60
    0x000000000d50e880: 0000000000000367 000000000d50ef00
    0x000000000d50e890: 000000000d50e8b0 0000000000000400
    0x000000000d50e8a0: 0000000000000002 0000000000000000
    0x000000000d50e8b0: 0000000000000000 0000000000000000
    0x000000000d50e8c0: 0000000000000000 0000000000000000
    0x000000000d50e8d0: 0000000000000000 0000000000000000
    0x000000000d50e8e0: 0000000000000000 0000000000000000
    Instructions: (pc=0x0000000008177068)
    0x0000000008177058: f8 4c 89 28 eb 07 48 89 48 10 4c 89 2f 49 8b cd
    0x0000000008177068: 48 8b 41 10 48 83 c1 10 48 8b d5 ff 50 58 4c 39
    Stack: [0x000000000d410000,0x000000000d510000), sp=0x000000000d50e7f0, free space=1017k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [jvm.dll+0x177068]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j oracle.jdbc.driver.T2CConnection.t2cCreateState([BI[BI[BI[BISI[S[B[B)I+0
    j oracle.jdbc.driver.T2CConnection.logon()V+551
    j oracle.jdbc.driver.PhysicalConnection.<init>(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Properties;Loracle/jdbc/driver/OracleDriverExtension;)V+381
    j oracle.jdbc.driver.T2CConnection.<init>(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Properties;Loracle/jdbc/driver/OracleDriverExtension;)V+10
    j oracle.jdbc.driver.T2CDriverExtension.getConnection(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Properties;)Ljava/sql/Connection;+67
    j oracle.jdbc.driver.OracleDriver.connect(Ljava/lang/String;Ljava/util/Properties;)Ljava/sql/Connection;+831
    j java.sql.DriverManager.getConnection(Ljava/lang/String;Ljava/util/Properties;Ljava/lang/ClassLoader;)Ljava/sql/Connection;+165
    j java.sql.DriverManager.getConnection(Ljava/lang/String;Ljava/util/Properties;)Ljava/sql/Connection;+7
    j oracle.sysman.vdb.VdbSession.establishConnection(Loracle/sysman/vxx/VxxTargetCredentials;Ljava/lang/String;Ljava/lang/String;)Ljava/sql/Connection;+95
    j oracle.sysman.vdb.VdbSession.<init>(Loracle/sysman/vxx/VxxTargetCredentials;Loracle/sysman/vdb/VdbSessionFactory;Ljava/lang/String;Z)V+262
    j oracle.sysman.vdb.VdbSession.<init>(Loracle/sysman/vxx/VxxTargetCredentials;Loracle/sysman/vdb/VdbSessionFactory;)V+5
    j oracle.sysman.vdb.VdbAutoCommitSession.<init>(Loracle/sysman/vxx/VxxTargetCredentials;Loracle/sysman/vdb/VdbSessionFactory;)V+3
    j oracle.sysman.vdb.VdbSessionFactory.getNewAutoCommitSession(Loracle/sysman/vxx/VxxTargetCredentials;Ljava/lang/String;)Loracle/sysman/vdb/VdbAutoCommitSession;+44
    j oracle.sysman.vdb.VdbSessionFactory.getAutoCommitSession(Loracle/sysman/vxx/VxxTargetCredentials;Ljava/lang/String;)Loracle/sysman/vdb/VdbAutoCommitSession;+285
    j oracle.sysman.vdb.VdbSessionFactory.getAutoCommitSession(Loracle/sysman/vxx/VxxTargetCredentials;)Loracle/sysman/vdb/VdbAutoCommitSession;+8
    j oracle.sysman.vbo.VboDBServerFat.getManagedSession(Loracle/sysman/vxx/VxxOEMKey;Loracle/sysman/vxx/VxxTargetCredentials;)Loracle/sysman/vdb/VdbCORBASession;+4
    j oracle.sysman.vth.VthSessionManager._getSessionFromFactory(Loracle/sysman/vxx/VxxTargetCredentials;)Loracle/sysman/vdb/VdbIDLSession;+102
    j oracle.sysman.vth.VthSessionManager.onConnectDialogOk(Loracle/sysman/vtaGallery/dbConnect/VtaDbConnectDialog;)Z+217
    j oracle.sysman.vtaGallery.dbConnect.VtaDbConnectDialog._actionPerformed(Ljava/awt/event/ActionEvent;)V+25
    j oracle.sysman.vtaGallery.dbConnect.VtaDbConnectDialogExecutor.run()V+8
    j oracle.sysman.vtaGallery.threadPoolManager.WorkerThread.run()V+28
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x000000000af89360 JavaThread "Thread-5" daemon [_thread_blocked, id=2320]
    =>0x000000000af890b0 JavaThread "Thread-4" daemon [_thread_in_vm, id=944]
    0x000000000032e830 JavaThread "Thread-3" daemon [_thread_blocked, id=1772]
    0x000000000032e020 JavaThread "VtaEmTreeSQLParentNode-Expand-Thread" [_thread_blocked, id=2768]
    0x000000000032e580 JavaThread "Thread-2" daemon [_thread_blocked, id=1300]
    0x000000000032e2d0 JavaThread "CursorIdler" [_thread_blocked, id=1684]
    0x000000000032b270 JavaThread "DestroyJavaVM" [_thread_blocked, id=2240]
    0x000000000032dd70 JavaThread "Image Fetcher 3" daemon [_thread_blocked, id=1664]
    0x000000000032dac0 JavaThread "Image Fetcher 2" daemon [_thread_blocked, id=1012]
    0x000000000032d810 JavaThread "Image Fetcher 1" daemon [_thread_blocked, id=2804]
    0x000000000032d560 JavaThread "TaskScheduler timer" [_thread_blocked, id=2332]
    0x000000000032d000 JavaThread "Image Fetcher 0" daemon [_thread_blocked, id=2908]
    0x000000000032cd50 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=244]
    0x000000000032caa0 JavaThread "VxxAux-Finalizer" daemon [_thread_blocked, id=3024]
    0x000000000032c7f0 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=1332]
    0x000000000032c540 JavaThread "AWT-Windows" daemon [_thread_in_native, id=2188]
    0x000000000032c290 JavaThread "AWT-Shutdown" [_thread_blocked, id=884]
    0x000000000032bd30 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=2920]
    0x00000000051d2950 JavaThread "CompilerThread1" daemon [_thread_blocked, id=2708]
    0x00000000051d2680 JavaThread "CompilerThread0" daemon [_thread_blocked, id=2932]
    0x00000000051d23b0 JavaThread "AdapterThread" daemon [_thread_blocked, id=540]
    0x000000000032ba80 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=3016]
    0x000000000032b7d0 JavaThread "Finalizer" daemon [_thread_blocked, id=368]
    0x000000000032b520 JavaThread "Reference Handler" daemon [_thread_blocked, id=1424]
    Other Threads:
    0x00000000004674a0 VMThread [id=2040]
    0x00000000004675c0 WatcherThread [id=3056]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    PSYoungGen total 22400K, used 8460K [0x000000001a970000, 0x000000001c340000, 0x000000001d410000)
    eden space 20352K, 41% used [0x000000001a970000,0x000000001b1b3398,0x000000001bd50000)
    from space 2048K, 0% used [0x000000001c070000,0x000000001c070000,0x000000001c270000)
    to space 832K, 0% used [0x000000001c270000,0x000000001c270000,0x000000001c340000)
    PSOldGen total 14784K, used 7039K [0x0000000015410000, 0x0000000016280000, 0x000000001a970000)
    object space 14784K, 47% used [0x0000000015410000,0x0000000015aeffe8,0x0000000016280000)
    PSPermGen total 48640K, used 24396K [0x0000000010010000, 0x0000000012f90000, 0x0000000015410000)
    object space 48640K, 50% used [0x0000000010010000,0x00000000117e3208,0x0000000012f90000)
    Dynamic libraries:
    0x0000000000400000 - 0x0000000000412000      c:\Program Files\Java\jdk1.5.0_13\bin\java.exe
    0x0000000077ec0000 - 0x0000000077ff9000      C:\WINDOWS\system32\ntdll.dll
    0x0000000077d40000 - 0x0000000077eb3000      C:\WINDOWS\system32\kernel32.dll
    0x000007ff7fee0000 - 0x000007ff7ffe5000      C:\WINDOWS\system32\ADVAPI32.dll
    0x000007ff7fd30000 - 0x000007ff7fec9000      C:\WINDOWS\system32\RPCRT4.dll
    0x000007ff7e9c0000 - 0x000007ff7e9e2000      C:\WINDOWS\system32\Secur32.dll
    0x000007ff7fc00000 - 0x000007ff7fc86000      C:\WINDOWS\system32\msvcrt.dll
    0x0000000008000000 - 0x000000000855f000      c:\Program Files\Java\jdk1.5.0_13\jre\bin\server\jvm.dll
    0x0000000077c20000 - 0x0000000077d2c000      C:\WINDOWS\system32\USER32.dll
    0x000007ff7fc90000 - 0x000007ff7fd2c000      C:\WINDOWS\system32\GDI32.dll
    0x000007ff7e240000 - 0x000007ff7e290000      C:\WINDOWS\system32\WINMM.dll
    0x000007ff7d500000 - 0x000007ff7d539000      C:\WINDOWS\system32\IMM32.DLL
    0x0000000010000000 - 0x000000001000b000      c:\Program Files\Java\jdk1.5.0_13\jre\bin\hpi.dll
    0x000007ff7e380000 - 0x000007ff7e390000      C:\WINDOWS\system32\PSAPI.DLL
    0x0000000000380000 - 0x0000000000391000      c:\Program Files\Java\jdk1.5.0_13\jre\bin\verify.dll
    0x00000000003a0000 - 0x00000000003cc000      c:\Program Files\Java\jdk1.5.0_13\jre\bin\java.dll
    0x00000000003d0000 - 0x00000000003e6000      c:\Program Files\Java\jdk1.5.0_13\jre\bin\zip.dll
    0x0000000005fd0000 - 0x00000000061de000      C:\Program Files\Java\jdk1.5.0_13\jre\bin\awt.dll
    0x000007ff78f10000 - 0x000007ff78f51000      C:\WINDOWS\system32\WINSPOOL.DRV
    0x000007ff57140000 - 0x000007ff573c5000      C:\WINDOWS\system32\ole32.dll
    0x000007ff7a410000 - 0x000007ff7a4af000      C:\WINDOWS\system32\MSCTF.dll
    0x000007ff7ce50000 - 0x000007ff7ce91000      C:\WINDOWS\system32\apphelp.dll
    0x000007ff58af0000 - 0x000007ff58b4c000      C:\WINDOWS\system32\msctfime.ime
    0x0000000006f50000 - 0x0000000006fc8000      C:\Program Files\Java\jdk1.5.0_13\jre\bin\fontmanager.dll
    0x00000000074d0000 - 0x00000000074eb000      C:\Program Files\Java\jdk1.5.0_13\jre\bin\net.dll
    0x000007ff77310000 - 0x000007ff77340000      C:\WINDOWS\system32\WS2_32.dll
    0x000007ff77140000 - 0x000007ff7714c000      C:\WINDOWS\system32\WS2HELP.dll
    0x0000000007570000 - 0x000000000757c000      C:\Program Files\Java\jdk1.5.0_13\jre\bin\nio.dll
    0x000007ff7ebc0000 - 0x000007ff7ecd6000      C:\WINDOWS\system32\OLEAUT32.DLL
    0x0000000007910000 - 0x000000000792b000      C:\oracle\product\10.2.0\client_1\BIN\oranjni10.dll
    0x0000000007930000 - 0x000000000797b000      c:\oracle\product\10.2.0\client_1\bin\oranl10.dll
    0x0000000007980000 - 0x0000000007ae7000      c:\oracle\product\10.2.0\client_1\bin\oran10.dll
    0x0000000007af0000 - 0x0000000007b11000      c:\oracle\product\10.2.0\client_1\bin\orancrypt10.dll
    0x0000000007b20000 - 0x0000000007c64000      c:\oracle\product\10.2.0\client_1\bin\oracore10.dll
    0x0000000007c70000 - 0x0000000007d63000      c:\oracle\product\10.2.0\client_1\bin\oranls10.dll
    0x0000000007d70000 - 0x0000000007d8d000      c:\oracle\product\10.2.0\client_1\bin\oraunls10.dll
    0x0000000007880000 - 0x0000000007887000      c:\oracle\product\10.2.0\client_1\bin\orauts.dll
    0x0000000007d90000 - 0x0000000007de9000      c:\oracle\product\10.2.0\client_1\bin\oranro10.dll
    0x0000000007df0000 - 0x0000000007e6a000      c:\oracle\product\10.2.0\client_1\bin\oraldapclnt10.dll
    0x0000000007e70000 - 0x0000000007fda000      c:\oracle\product\10.2.0\client_1\bin\orannzsbb10.dll
    0x0000000008560000 - 0x0000000008c01000      c:\oracle\product\10.2.0\client_1\bin\orageneric10.dll
    0x0000000008c10000 - 0x0000000008c42000      c:\oracle\product\10.2.0\client_1\bin\orasnls10.dll
    0x0000000008c50000 - 0x0000000008d79000      c:\oracle\product\10.2.0\client_1\bin\oracommon10.dll
    0x0000000008d80000 - 0x000000000905b000      c:\oracle\product\10.2.0\client_1\bin\oraclient10.dll
    0x0000000007fe0000 - 0x0000000007fe7000      c:\oracle\product\10.2.0\client_1\bin\oravsn10.dll
    0x0000000009060000 - 0x00000000094a6000      c:\oracle\product\10.2.0\client_1\bin\orapls10.dll
    0x0000000007ff0000 - 0x0000000007ffc000      c:\oracle\product\10.2.0\client_1\bin\oraslax10.dll
    0x00000000094b0000 - 0x00000000098c5000      c:\oracle\product\10.2.0\client_1\bin\oraplp10.dll
    0x00000000098d0000 - 0x0000000009934000      c:\oracle\product\10.2.0\client_1\bin\orasql10.dll
    0x0000000009940000 - 0x0000000009b08000      c:\oracle\product\10.2.0\client_1\bin\oraxml10.dll
    0x000007ff65af0000 - 0x000007ff65b0b000      C:\WINDOWS\system32\msvcirt.dll
    0x0000000009b10000 - 0x0000000009b24000      c:\oracle\product\10.2.0\client_1\bin\orantcp10.dll
    0x0000000009b30000 - 0x0000000009ba5000      c:\oracle\product\10.2.0\client_1\bin\orahasgen10.dll
    0x0000000009bb0000 - 0x0000000009c2c000      c:\oracle\product\10.2.0\client_1\bin\oraocr10.dll
    0x0000000009c30000 - 0x0000000009c82000      c:\oracle\product\10.2.0\client_1\bin\oraocrb10.dll
    0x000007ff77370000 - 0x000007ff77408000      C:\WINDOWS\system32\NETAPI32.dll
    0x000007ff770f0000 - 0x000007ff770fa000      C:\WINDOWS\system32\WSOCK32.dll
    0x0000000009c90000 - 0x0000000009cab000      c:\oracle\product\10.2.0\client_1\bin\oranldap10.dll
    0x0000000009cb0000 - 0x0000000009cb9000      c:\oracle\product\10.2.0\client_1\bin\oranhost10.dll
    0x0000000009cc0000 - 0x0000000009cc7000      c:\oracle\product\10.2.0\client_1\bin\orancds10.dll
    0x0000000009cd0000 - 0x0000000009cda000      c:\oracle\product\10.2.0\client_1\bin\orantns10.dll
    0x0000000009df0000 - 0x0000000009e65000      C:\oracle\product\10.2.0\client_1\BIN\oraldapjclnt10.dll
    0x000007ff771b0000 - 0x000007ff7722d000      C:\WINDOWS\System32\mswsock.dll
    0x000007ff7e8f0000 - 0x000007ff7e93e000      C:\WINDOWS\system32\DNSAPI.dll
    0x000007ff7e9f0000 - 0x000007ff7e9fb000      C:\WINDOWS\System32\winrnr.dll
    0x000007ff7e950000 - 0x000007ff7e9b6000      C:\WINDOWS\system32\WLDAP32.dll
    0x000007ff7ea00000 - 0x000007ff7ea07000      C:\WINDOWS\system32\rasadhlp.dll
    0x0000000062f00000 - 0x0000000062f16000      C:\oracle\product\10.2.0\client_1\BIN\ocijdbc10.dll
    0x000000000d610000 - 0x000000000d694000      c:\oracle\product\10.2.0\client_1\bin\OCI.dll
    VM Arguments:
    jvm_args: -Xmx128m -DADMIN_WRL=c:\oracle\product\10.2.0\client_1\sysman\admin -Dsun.java2d.noddraw=true -DORACLE_HOME=c:\oracle\product\10.2.0\client_1 -DGENERAL_BUS_PACK= -DORBdisableLocator=true -Djdbc.backward_compatible_to_816=true
    java_command: oracle.sysman.vtx.vtxOemApp.OemApp console
    Launcher Type: SUN_STANDARD
    Environment Variables:
    JAVA_HOME=c:\Program Files (x86)\Java\jdk1.5.0_13
    PATH=c:\Program Files\Java\jdk1.5.0_13\bin;c:\Program Files (x86)\Java\jdk1.5.0_13\bin;c:\oracle\product\10.2.0\client_1\bin;c:\oracle\product\10.2.0\client_1\jdk\jre\\bin;c:\oracle\product\10.2.0\client_1\bin;c:\Program Files\oracle\product\10.2.0\client_1\bin;C:\Program Files\oracle\bin;C:\Program Files\perl\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files (x86)\Common Files\Roxio Shared\DLLShared\;C:\Program Files (x86)\Common Files\GTK\2.0\bin;C:\Program Files (x86)\GNU\GnuPG\pub;C:\Program Files\Vim\vim71;c:\Program Files (x86)\Java\jdk1.5.0_13\bin;c:\oracle\product\10.2.0\client_1\bin;c:\Program Files\oracle\product\10.2.0\client_1\bin;C:\Program Files\oracle\bin;C:\Program Files\perl\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files (x86)\Common Files\Roxio Shared\DLLShared\;C:\Program Files (x86)\Common Files\GTK\2.0\bin;C:\Program Files (x86)\GNU\GnuPG\pub;C:\Program Files\Vim\vim71;c:\Program Files (x86)\Java\jdk1.5.0_13\bin;C:\programme\java\apache-forrest-0.7\bin;C:\Programme\Java\maven-2.0.5\bin;c:\Programme\GNU\GnuPG;C:\Programme\Vim\vim70;c:\Program Files (x86)\Java\jdk1.5.0_13\bin
    USERNAME=stephanh
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=EM64T Family 6 Model 15 Stepping 2, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows Server 2003 family Build 3790 Service Pack 2
    CPU:total 2 em64t ht
    Memory: 4k page, physical 2094532k(1394948k free), swap 4057396k(3495512k free)
    vm_info: Java HotSpot(TM) 64-Bit Server VM (1.5.0_13-b05) for windows-amd64, built on Sep 25 2007 18:40:31 by "java_re" with unknown MS VC++:1400

    From your update , its clear that you try to connect 9.2 Server from 10.2 Client ( Correct me if wrong ). Database server must be 9.2.0.4 or above to connect from 10.2 Client.
    What is you database version ?
    - Virag Sharma
    http://viragsharma.blogspot.com/

  • Oracle database XE 10g on Windows XP Professional SP2

    I'm installing Oracle Database XE 10g on my computer but when i launch the exe I receive the message ' error reading set up inizialization file '.
    help me please

    hi
    can u plz describe little bit more.

Maybe you are looking for

  • Error in Wage type /3F7

    Hi Gurus, I am getting error in wage type /3F7 - Employer contribution towards EDLI. Ee PF contribution /3F1 is 611.00 Er PF contribution /3F3 is 102.00 Er Pension contribution  /3F4 is 509.00 /3F7 EDLI contribution is 3,057,200.00 How to change this

  • What is Field Grouping and how we do this in SAP CRM SYSTEM?

    Hi Champs, I shall be greatful if you guys can provide me the solution as I am a begineer in this stream. Regards, Conte

  • Issue with dock station and webtop

    I purchased a dock station a few days ago but the web top app does not appear as one of the options when I hook it up to my laptop.  Does anyone know if I have to download it or something??

  • User login report ?

    Dear friends, i need the report for  login date and time of user  ( for 1 month ) and How much of time the user used per day .. that details i need . Pls help me out Lee

  • Still Images & Need to 'Scale to Sequence'-Vertical vs. Horizontal Picture

    I make sequences from still images only. I need to start editing with all images at a Scale (in the Basic Motion section) of 100. When the original image is 720 width x 540 height (a picture taken horizontally), it appears in the timeline at a Basic