Problem to install Oracle 9i on Redhat 7.1

Does anyone has succes to install 9i database
on RedHat 7.1 ?
My installation failed in LINK (ins_sqlplus.mk)

<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Stephane ([email protected]):
Does anyone has succes to install 9i database
on RedHat 7.1 ?
My installation failed in LINK (ins_sqlplus.mk)<HR></BLOCKQUOTE>
My "create database" scripts are finally running.
Add --allow-shlib-undefined to the LDFLAGS variable in genclntsh. (But I changed so much that I'm not sure that this is the only thing). Hopefully later more!                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

Similar Messages

  • Problem to install oracle 8i on redhat 8

    Hi everyone,
    I try to install oracle 8i on redhat8. I copied all installation files to local computer. And when I run ./runInstaller, it just give me following message, and the GUI interface never shows up.
    Initializing Java Virtual Machine from ../stage/Components/oracle.swd.jre/1.1.8/1/DataFiles/Expanded/linux/bin/jre. Please wait...
    Is something wrong with JVM? Thank you very much for any input.

    Sux is a wrapper around the standard su command which will transfer your X credentials to the target user. Sux is released under the terms of the X11 license.
    Here's a short description of sux's features, mostly taken from an email I sent to the debian-devel mailing list (see the thread). I should probably transform this into a man page one day... (unless some kind soul does it for me, hint, hint).
    'sux user' and 'sux - user' behave just like su but transfer $DISPLAY and the X cookies.
    You can specify a command on the command line, even if it contains spaces. This is likely to be buggy (double-quotes...) but should be enough to let you type things like: sux - xterm -title "Root's XTerm"
    You can generate untrusted / temporary cookies for that user using '--untrusted' and/or '--timeout xxx' (see xauth generate)
    If you symlink suxterm to sux, then 'suxterm - foo' will create a new xterm for user foo (more precisely a new x-terminal-emulator with a fallback on xterm for non Debian systems). This makes '--timeout' more usable: the cookie will remain valid as long as this xterm is open. So you could type 'suxterm timeout 20 - foo' and the cookie will expire 20 seconds after the xterm has been closed (if no other X application uses it). Note that it also means you have 20 seconds to type your password. Also it's equivalent to 'sux timeout 20 - foo xterm', but the script could be modified to have a timeout by default... (Inspired by Daniel Martin).
    You can use the su '--preserve-environment' option. In that case sux will override XAUTHORITY to the so that xauth does not try to use the original user's .Xauthority file (which it obviously could not do anyway due to access rights).
    sux should work even for those using csh. But I'm not using it myself so I could not check. Let me know if there's a problem.
    you can choose how to transfer the X credentials:
    --no-cookies
    Just transfer DISPLAY, not the cookies. You could do this if you have already transfered the cookies in a previous invocation of sux.
    --copy-cookies
    Copy the cookies using xauth. This is the default method (and only method most of the time).
    --use-xauthority
    Instead of transfering the cookies, set the XAUTHORITY environment variable to access the original .Xauthority file. There's a couple caveats with this method. First, due to the access right issues it's only usable by root. But even then it may not work if the .Xauthority file is accessed via NFS, e.g. if the home directories are on NFS (note that this is quite dangerous already since your cookies will travel unencrypted over the network). Then, if root runs commands like xauth add/remove, the .Xauthority's ownership will belong to him. This will leave the original user in trouble as he will no longer be able to access X! So only use this option with great care. Finally, this method does not work if you also want to use '--untrusted' or '--timeout'.
    I set the default to '--copy-cookies' for all cases, but you can easily change the default for root by changing the sux_root_cookie_transfer variable at the top of the file.
    There's also a '--display' to specify which display to transfer in case you have access to more than one...
    Joel Pérez

  • Error in Installing Oracle 9i on redhat 7.2 -- jre was not found again!

    I'm installing Oracle 9i on redhat 7.2. The machine I'm installing it on is an AMD k-6 500 mhz pc. While attempting to install Oracle 9i
    I think I'm successful (well, maybe not) except for the fact that the oui reports the following error:
    "configuration tool oracle net configuration assistant failed. jre was not found
    in /home/ora1/jre/1.1.8/bin/../bin/i586/green_threads/jre"
    Now, I know about the i686/i586 scenario, and I have a 586 pc. I got the more common error message:
    "jre was not found in /tmp/OraInstall/jre/bin/i586/green_threads" (also for ../lib/..)
    and I set up symbolic links for that and re-ran the runInstaller. Everything I've tried so far has been unsuccessfull.
    Can anyone help? Thanks.
    BTW: What does it mean when the path has double dots (i.e. bin/../bin) in it?. That confuses me a bit.

    I had a similar problem when running jre in linux.
    Any help really appreciated.
    [root@Linux bin]# jre
    jre was not found in /usr/local/bin/../bin/i686/green_threads/jre
    [root@Linux bin]#
    [root@Linux bin]# uname -a
    Linux Linux 2.6.9-34.EL #1 Fri Feb 24 16:44:51 EST 2006 i686 i686 i386 GNU/Linux[root@Linux bin]#

  • I met problem when installing Oracle 8.1.6 on Turbo Linux 7.0

    I met problem when installing Oracle 8.1.6 on Turbo Linux 7.0.
    After setting up environment variables, and successfully
    accessed KDE interface, everything was going on well.
    The process of installation blocked at 80% in "Database Creation
    Process" dialog window.
    I have tried two times and got the same result.
    The error message is:
    Warning: Cannot convert string "-*-Kochi Gothic-medium-r-normal-
    *-*100...
    Help!

    I have done some oracle installations over RedHat 7.0 (not certificated):
    Let's check some things:
    1- You must have changed very few parameters on your shm.h sem.h files which are in /usr/include/linux directory.
    2- You need to upgrade the glibc and libstdc libraries (.rpm)
    3- You must have installed the jre116_v5 on /usr/jre and made a symbolic link like this
    ln -s /usr/jre/jre116_v5 /usr/local/jre
    4- You must include in the CLASSPATH parameter the jre116_v5 directory. It should look something like this
    CLASSPATH=/usr/jre/jre116_v5:$ORACLE_HOME/jlib
    5- Be sure to create and export all the parameters in your .bash_profile.
    6- Run the ./runInstaller.sh in a terminal window inside the Xwindow.
    You can find the jre116_v5 in www.backdown.org
    I hope these tips help you
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by xx:
    Hi every body
    when I run ./runInstaller from cdrom
    I get this messages :
    Initializing Java Virtual Machine from /usr/local/jre/bin/jre.Please wait ...
    Error in CreateOUIProcess ():-1
    : Bad Address
    I use JDK-1-1-6.
    Thx<HR></BLOCKQUOTE>
    null

  • Unable to Install Oracle 9i on redhat linux 9

    Hi everybody,
    I had been trying to install Oracle 9i on redhat linux 9 since last month and I am not able to succeed in installing the same. In fact I do not get to see even the OUI screen . I give below the steps I followed.
    1) Setting of env varibles pertinent to oracle., say ORACLE_HOME,NLS_LANG etc.
    2) PATH=$PATH:/usr/local/jdk1.3.1/bin:.
    3) export LD_ASSUME_KERNEL=2.4.1
    I have a set of 3 CD's for installation. As soon as I load the first CD. the runInstaller would run for sometime and stop, while I do the installation in the graphic mode.
    When I try to install the same in the command line mode, I get to see something like the one below
    Initializing java jre from /tmp/OraInstall0/... please wait.. and then it would come back to the command prompt.
    I then invoke ps -ef | grep -i oracle to check if some process is running and I do get to see something. But ultimately nothing happens.
    Please help me with this.

    At Oracle Site we have a very good manual for 9i installation. Follow the manual step-by-step.
    Your problem seems as a java or permissions issue.
    good luck
    Eduardo

  • Error in Installing Oracle 9i on Redhat 7.2

    I'm installing Oracle 9i on redhat 7.2. The machine I'm installing it on is an AMD k-6 500 mhz pc. While attempting to install Oracle 9i I'm successful (well, I think maybe not) except for the fact that the oui reports the following error:
    "configuration tool oracle net configuration assistant failed. jre was not found in /home/ora1/jre/1.1.8/bin/../bin/i586/green_threads/jre"
    Now, I know about the i686/i586 scenario, and I have a 586 pc. I got the more common error message "jre was not found in /tmp/OraInstall/jre/bin/i586/green_threads" (also for ../lib/..) and I set up symbolic links for that and re-ran the runInstaller.
    But I need help on the first error message. Can anyone offer advise? When I start sqlplus, startup fails with the error: "ORA-03113: end-of-file on communiation channel" I think that this may be related. I'd appreciate any help/advice. Thanks.

    From the SuSE Oracle support site.
    Installation problem on non-i686 architectures: There is a problem running the Oracle installer on any system where the arch command returns anything else but "i686". This is not a problem with the processor itself, just with the name, because Oracle uses this name as directory names for the Java Runtime Environment used to run the Oracle tools.
    To workaround this problem do this: Start the installer and wait for the error, which will be something like "jre not found".
    Background info: What happens is that the Oracle script that starts the installer copies the JRE from ./stage/Components/oracle.swd.jre/1.1.8.0.0/1/DataFiles/Expanded/linux/ to /tmp/OraInstall/jre, and then attempts to start the Java Oracle Universal Installer, using the JRE in /tmp/OraInstall/jre/(bin|lib)/`arch`/, which fails if the architecture is not "i686" - not for any valid reason but simply because to assume all Intel and compatible processors are called "i686" is not a good idea!
    After getting the error the installer aborted, and you execute the commands below (no need to switch to root) and afterwards just restart the runInstaller, which this time will work:
    # create symlinks so that the installer finds the JRE
    cd /tmp/OraInstall/jre/bin/
    ln -s i686 i586
    cd ../lib/
    ln -s i686 i586

  • Problem on installing oracle 9i on red hat linux

    anybody having experience on installing oracle on redhat?
    I've tried to install oracle 9i on redhat 8.0. but when I run the
    install command "./runInstaller" under Disk1,
    I got a error msg: "line 58: ./runInstaller: cannot execute binary
    file". (my x windows system works normally.)
    the runInstaller in the error msg is that one under
    /Disk1/install/linux. so what can I do to solve this problem?
    Regards,
    Yabing

    I had the same problem. In my case, it was because of downloading an version of the software. You can check this by running the command:
    readelf -h /cdrom/Disk1/install/linux/runinstaller
    you should see something like
    ELF Header:
      Magic:   7f 45 4c 46 01 01 01 00 00 00 00 00 00 00 00 00
      Class:                             ELF32
      Data:                              2's complement, little endian
      Version:                           1 (current)
      OS/ABI:                            UNIX - System V
      ABI Version:                       0
      Type:                              EXEC (Executable file)
    Machine: Intel 80386
      Version:                           0x1
      Entry point address:               0x8048dd0
      Start of program headers:          52 (bytes into file)
      Start of section headers:          34164 (bytes into file)
      Flags:                             0x0
      Size of this header:               52 (bytes)
      Size of program headers:           32 (bytes)
      Number of program headers:         6
      Size of section headers:           40 (bytes)
      Number of section headers:         30
      Section header string table index: 27If the Machine entry does not match your server, then download the correct version and try again.
    You may also want to check out www.puschitz.com which has some good articles on installing Oracle on Linux. You can also check out the Linux forum here under Tecnologies.
    HTH
    John

  • IOException2 when installing Oracle 9iR2 on Redhat 9

    I have problem when installing Oracle 9i release 2 on Redhat 9. When on Disk 2 of oracle, oracle installer hangs and got this message :
    I try to translate from French :
    The message is pasted from file :installActions*.log
    Exception due by action : copyGroupFromJar
    Exceotion name : IOException2
    Exception string : Error when writing in file :/usr/oracle/produit/920/demo/schema/sales_history/sh_sales.dat
    exception level : 2
    --

    FOR ALL OF YOU GUYS trying to install Oracle 9i R2 on Red Hat 9, PLEASE VISIT THIS LINK - http://www.puschitz.com/InstallingOracle9i.shtml
    It has comprehensive instructions on how to install Oracle (various releases,up to 9i Realease 2 on Linux). It takes a bit of effort, but you'll be smiling at the end!

  • Error while installing oracle 10g in redhat Server

    Hi experts,
    I installed Oracle 10g in RedHat Linux server. After the installation Oracle will work smoothly. After restarting the server we try to start the listener service manually but it is not starting. I configured listener.ora file using GUI interface and also set Oracle HOME and Oracle SID. But still it’s not starting.
    when Try to start the listener the following error comes.
    Tns-12537:TNS:Connection closed
    Tns-12560:TNS:PROTOCOL ADAPTER ERROR
    Tns-00507:TNS:Connection closed
    Linux error 29:illegal Seek.
    Please help me

    Thanks for the answer it was helpful and i successfully started the oracle database.
    and i am trying to import dump file to tha database by creating the new schema when i try this i used the command like
    imp userid=username/password@servicename file=C:\filename.dmp fromuser=username touser=username but i got error as no such command.pls help

  • Error While Installing ORACLE 10g in Redhat Linux 5.0

    Hi all,
    Anybody please guide me regarding the posted error.
    I'm trying to install ORACLE 10g in Redhat Linux 5.0 and finding error as "Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2009-10-15_09-20-56PM/jre/1.4.2/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(Unknown Source)
    at java.lang.ClassLoader.loadLibrary(Unknown Source)
    at java.lang.Runtime.loadLibrary0(Unknown Source)
    at java.lang.System.loadLibrary(Unknown Source)
    at sun.security.action.LoadLibraryAction.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)
    at sun.awt.DebugHelper.<clinit>(Unknown Source)
    at java.awt.Component.<clinit>(Unknown Source)
    I tired a lot to sort it out but unable to resolve.So please tell me the possible ways.
    I appreciate all types of clarifications...
    Thanks in Advance
    Sajeev George

    Sajeevcmc wrote:
    Hi,
    Thanks for the reply.
    Could you please tell me the rpm full name and where i can download the same?
    Thanks in Advance
    SAJEEV GEORGEYou need to have the following packages installed already before starting Oracle installation
    http://download.oracle.com/docs/cd/B19306_01/install.102/b15669/pre_install.htm#sthref80
    binutils-2.15.92.0.2-10.EL4
    compat-db-4.1.25-9
    control-center-2.8.0-12
    gcc-3.4.3-9.EL4
    gcc-c++-3.4.3-9.EL4
    glibc-2.3.4-2
    glibc-common-2.3.4-2
    gnome-libs-1.4.1.2.90-44.1
    libstdc++-3.4.3-9.EL4
    libstdc++-devel-3.4.3-9.EL4
    make-3.80-5
    pdksh-5.2.14-30
    sysstat-5.0.5-1
    xscreensaver-4.18-5.rhel4.2
    And from the following link, you can get the same list:
    http://www.puschitz.com/InstallingOracle10g.shtml (Go to Checking Software Packages (RPMs))
    And from my installation guide you can easily install Oracle on Linux by following step by step instruction
    [Step by Step Installing Oracle Database 10g Release 2 on Linux (CentOS) and AUTOMATE the installation using Linux Shell Script|http://kamranagayev.wordpress.com/2009/05/01/step-by-step-installing-oracle-database-10g-release-2-on-linux-centos-and-automate-the-installation-using-linux-shell-script/]

  • Probleme to install Oracle 8.1.7 on Mandrake 9.1

    Hi,
    I have some problem to install Oracle 8.1.7 on Mandrake 9.1.
    I log on a non root user and launch "./runInstaller" but nothing happens. It's only written "please wait"...
    I see on the Oracle site that I must use glibc 2.1 but only if Oracle is already installed? So if you could give me some indications?
    Thanks.

    Hi,
    I have also the same problem : when I launch the program "./runInstaller", nothing appears.
    However, I thought I found a good solution on a forum, but it doesn't run.
    The explication is given at the following address :
    http://colalug.org/ml-archive/0210/msg00051.html
    The only point where I'm not sure is when it's said to use a specific library in the "LINUX STUFF" section. They are using glibc2.1 and I'm using glibc2.3.
    I have also changed the "ASSUME_KERNEL" variable to the version of my kernel, that's 2.4.21.
    What are your suggestions ?
    Thanks to give me an answer.

  • Error in Installing Oracle 9i on RedHat LINUX 8.0

    When I am trying to install Oracle 9i on RedHat LINUX 8.0 I am getting the Error message " CANNOT COPY INTO THE FILE aurora.zip". I just ignored this and i continued the Installation. But after some time (During installation in LINKING part) i am getting the error message ERROR IN INVOKING TARGET ctx_on OF MAKEFILE /u01/app/oracle/product/9.2.0/rdbms/lib/ins_rdbms.mk
    What shall i do for this?

    are u sure that u can load Oracle 9i on Linux 8.0? i am aware that the three Linux distributions certified for Oracle 10g are:
    Red Hat Enterprise Linux 2.1
    Red Hat Enterprise Linux 3
    Novell SUSE Linux Enterprise Server 8

  • Installing oracle 817 on redhat 7.1

    Could someone please help me? I'm trying to install oracle 817
    on redhat 7.1 i did all the prework and also installed java
    sdk1.3.1, and set my path also.
    when I try to run the ./runInstaller or even the
    install/linux/runInstaller, i get this error, Java runtime
    environment not found e/bin/jre.............
    the e at e/bin/jre had a little mark on top of it, i have no
    idea what that means. I diged through some documentation and
    the only reference that i found saids something about long file
    name. Has anyone else came across this and what would be the
    fix to this?
    Thank you.
    Will

    Hello.
    You dont need any java to install 8.1.7 in RedHat 7.1
    Just make a full installation of RedHat and for running the
    runInstaller export LD_ASSUME_KERNEL=2.2.5 before
    I dont know if this are in the RelaseNotes of Disk1 of RedHat 7.0
    or 7.1
    FS

  • Having problem to install Oracle Portal Forms Reports and Discoverer 11g on Windows Server 2008 64 bit

    Dear All Precious Friends,
    I am having problem while installing Oracle Portal Forms Reports and Discoverer 11g on Windows Server 2008 64 bit,
    I have already installed Oracle Database 11g Release 2 -------
    ----Then i configured JAVA Access bridge
    --------then installed and configured Required Schema using Repository Creation Utility of same version of Database 11g,
    -----------then installed Oracle Business Intelligence 11g version 11.1.1.6.0 which includes Web logic..............I am feeling that i did right at this point...........
    ..............also feeling comfortable after install Oracle Identity and Access Management 11g ..................
    -----------------but don't know how to configure OID to install Oracle Portal Forms Reports and Discoverer 11g...............
    Please help my Oracle Friends
    Your early help will be highly appreciated.
    thanks and regards
    Hassan

    You said, "...+I would like to install Release 2(11.1.1.2.0)+ ...". Be careful. 11.1.1.2.0 is not Release 2. The version for Rel 2 is 11.1.2.0, notice that there is one less "1". Also, there is no way to patch from Release 1 to Release 2.
    In EDelivery, this is what you should find if you search on "Oracle Fusion Middleware" for "Microsoft Windows x64 (64-bit)":
    First look for this link then drill into it:
    Oracle Fusion Middleware 11g Media Pack for Microsoft Windows x64 (64-bit)
    In this section you will find the following:
    This is the full product installation of FMw 11 Release 2 (Forms & Reports)
    Oracle Forms and Reports 11g R2 (11.1.2.0.0) for Microsoft Windows x64 (64-bit) V28761-01
    This is the full product installation of FMw 11 Release 1 (includes Portal, Forms, Reports, and Disco)
    Oracle Portal, Forms, Reports and Discoverer 11g (11.1.1.2.0) for Microsoft Windows x86 (64-bit) (Part 1 of 4) V18785-01
    Oracle Portal, Forms, Reports and Discoverer 11g (11.1.1.2.0) for Microsoft Windows x86 (64-bit) (Part 2 of 4)
    Oracle Portal, Forms, Reports and Discoverer 11g (11.1.1.2.0) for Microsoft Windows x86 (64-bit) (Part 3 of 4)
    Oracle Portal, Forms, Reports and Discoverer 11g (11.1.1.2.0) for Microsoft Windows x86 (64-bit) (Part 4 of 4)
    This is the FMw 11 Release 1 patch set that will bring the above 11.1.1.2.0 installation to 11.1.1.6.  This is NOT a full product installation - just a patch
    Oracle Portal, Forms, Reports and Discoverer 11g Patch Set 5 (11.1.1.6.0) for Microsoft Windows x86 (64-bit) V29850-01
    There are no patch sets for Release 2 as of yet.

  • Facing problem in installing oracle 9i on 2003 server

    hi all
    i am getting the following problem while installing oracle 9i on windows 2003 server.
    my system is haveing 3 more JRE s 1.4 and above installed as part of others softwares.
    error log i am getting is like this-
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0xa272c7d
    Function name=Java_W32LocateSidNative_w32LocateSidHome
    Library=D:\temp\OraInstall2006-08-24_11-39-01AM\SID_Queries.dll
    Current Java thread:
    at W32LocateSidNative.w32LocateSidHome(Native Method)
    at getAllOracleHomes.performQuery(getAllOracleHomes.java:39)
    at oracle.sysman.oii.oiis.OiisCompContext.doQuery(OiisCompContext.java:2330)
    at Components.oracle.emprod.oemagent.agentca.v9_2_0_1_0.CompContext.getCalculatedValueObject_PRE_REQUISITE(Unknown Source)
    at Components.oracle.emprod.oemagent.agentca.v9_2_0_1_0.CompContext.getCalculatedValueObject(Unknown Source)
    at oracle.sysman.oii.oiis.OiisCompContext.getCalculatedValue(OiisCompContext.java:612)
    at oracle.sysman.oii.oiis.OiisPreRequisiteVar.getCalculatedValue(OiisPreRequisiteVar.java:138)
    at oracle.sysman.oii.oiis.OiisVariable.setVariable(OiisVariable.java:1353)
    at oracle.sysman.oii.oiis.OiisCompInstallation.getPreRequisite(OiisCompInstallation.java:683)
    at oracle.sysman.oii.oiis.OiisCompInstallation.getContext(OiisCompInstallation.java:368)
    at oracle.sysman.oii.oiio.oiiod.OiiodDepEngine.checkPreReq(OiiodDepEngine.java:4496)
    at oracle.sysman.oii.oiio.oiiod.OiiodDepEngine.applySelection(OiiodDepEngine.java:2793)
    at oracle.sysman.oii.oiio.oiiod.OiiodDepEngine.depModeApply(OiiodDepEngine.java:2369)
    at oracle.sysman.oii.oiif.oiifw.OiifwPostDepModesWCCE.doOperation(OiifwPostDepModesWCCE.java:327)
    at oracle.sysman.oii.oiif.oiifb.OiifbCondIterator.iterate(OiifbCondIterator.java:140)
    at oracle.sysman.oii.oiic.OiicDepWizEngine.doOperation(OiicDepWizEngine.java:339)
    at oracle.sysman.oii.oiif.oiifb.OiifbCondIterator.iterate(OiifbCondIterator.java:140)
    at oracle.sysman.oii.oiic.OiicPullSession.doOperation(OiicPullSession.java:586)
    at oracle.sysman.oii.oiic.OiicSessionWrapper.doOperation(OiicSessionWrapper.java:177)
    at oracle.sysman.oii.oiif.oiifb.OiifbLinearIterator.iterate(OiifbLinearIterator.java:116)
    at oracle.sysman.oii.oiic.OiicInstaller.run(OiicInstaller.java:358)
    at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:637)
    Dynamic libraries:
    0x00400000 - 0x00405000 d:\temp\OraInstall2006-08-24_11-39-01AM\jre\bin\javaw.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
    0x77380000 - 0x77412000 C:\WINDOWS\system32\USER32.dll
    0x77C00000 - 0x77C48000 C:\WINDOWS\system32\GDI32.dll
    0x77BA0000 - 0x77BFA000 C:\WINDOWS\system32\MSVCRT.dll
    0x62D80000 - 0x62D89000 C:\WINDOWS\system32\LPK.DLL
    0x75490000 - 0x754F1000 C:\WINDOWS\system32\USP10.dll
    0x6D420000 - 0x6D4EE000 d:\temp\OraInstall2006-08-24_11-39-01AM\jre\bin\hotspot\jvm.dll
    0x76AA0000 - 0x76ACD000 C:\WINDOWS\system32\WINMM.dll
    0x6D220000 - 0x6D227000 d:\temp\OraInstall2006-08-24_11-39-01AM\jre\bin\hpi.dll
    0x6D3B0000 - 0x6D3BD000 d:\temp\OraInstall2006-08-24_11-39-01AM\jre\bin\verify.dll
    0x6D250000 - 0x6D266000 d:\temp\OraInstall2006-08-24_11-39-01AM\jre\bin\java.dll
    0x6D3C0000 - 0x6D3CD000 d:\temp\OraInstall2006-08-24_11-39-01AM\jre\bin\zip.dll
    0x6D020000 - 0x6D128000 D:\temp\OraInstall2006-08-24_11-39-01AM\jre\bin\awt.dll
    0x73070000 - 0x73097000 C:\WINDOWS\system32\WINSPOOL.DRV
    0x76290000 - 0x762AD000 C:\WINDOWS\system32\IMM32.dll
    0x77670000 - 0x777A4000 C:\WINDOWS\system32\ole32.dll
    0x6D1E0000 - 0x6D21B000 D:\temp\OraInstall2006-08-24_11-39-01AM\jre\bin\fontmanager.dll
    0x10000000 - 0x1001E000 D:\temp\OraInstall2006-08-24_11-39-01AM\jre\bin\JavaAccessBridge.dll
    0x6D2C0000 - 0x6D2DB000 D:\temp\OraInstall2006-08-24_11-39-01AM\jre\bin\jpeg.dll
    0x08730000 - 0x08745000 D:\temp\OraInstall2006-08-24_11-39-01AM\oui\bin\win32\oraInstaller.dll
    0x08240000 - 0x08249000 D:\temp\OraInstall2006-08-24_11-39-01AM\dbwsec.dll
    0x08C80000 - 0x08C86000 D:\temp\OraInstall2006-08-24_11-39-01AM\orawsec9.dll
    0x091F0000 - 0x09214000 D:\temp\OraInstall2006-08-24_11-39-01AM\WinPrereq.dll
    0x08CA0000 - 0x08CAC000 D:\temp\OraInstall2006-08-24_11-39-01AM\Win32Env.dll
    0x09A30000 - 0x09A3F000 D:\temp\OraInstall2006-08-24_11-39-01AM\w32RegQueries152.dll
    0x09E50000 - 0x09E5E000 D:\temp\OraInstall2006-08-24_11-39-01AM\WindowsGeneralQ.dll
    0x0A270000 - 0x0A28B000 D:\temp\OraInstall2006-08-24_11-39-01AM\SID_Queries.dll
    0x76C10000 - 0x76C39000 C:\WINDOWS\system32\imagehlp.dll
    0x6D580000 - 0x6D628000 C:\WINDOWS\system32\dbghelp.dll
    0x77B90000 - 0x77B98000 C:\WINDOWS\system32\VERSION.dll
    0x76B70000 - 0x76B7B000 C:\WINDOWS\system32\PSAPI.DLL
    Local Time = Thu Aug 24 11:43:20 2006
    Elapsed Time = 256
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.3.1_01 mixed mode)
    #

    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0xa272c7d
    Function name=Java_W32LocateSidNative_w32LocateSidHome
    Library=D:\temp\OraInstall2006-08-24_11-39-01AM\SID_Queries.dllNote that the above error information is not pointing at Java code. You will do better asking this question at Oracle.

Maybe you are looking for

  • I have a MacBook Air and an iMac, how do I get the music on the iTunes from my iMac to be on the MacBook Air??

    i've tried using the Migration Assistant and it was supposed to download the "applications" "settings" and "others files and folders" but I can't find them anywhere in the MacBook Air that's why I can't find the music either

  • HP C6380 photo tray prints only green

    The problem started when I installed my new computer with Windows 7. The photo tray prints only in green. I tried to print from the photo tray from various programs with the same result, so the printer must be the problem. I downloaded and installed

  • J1I5 -RG1 register updation in production UoM whil havin differ. Base UoM?

    Dear gurus, I have come across a situation where chapter ID assigned to material has UoM as MTS (metric ton)..while base unit of measurement in Material master is MTR(meter)... while updating RG1 register using J1I5 system is picking quantity in MTR

  • JSF 1.2 Expert Needed

    I�m a Test Development Manager with Brainbench (www.brainbench.com). We are a provider of high-quality, secure, online, certification tests using computer adaptive testing (CAT). We provide skill-based tests that measure a person's core knowledge in

  • Convert document into string with unicode

    I want to convert my document into string with all <,>,& to be converted into <, >, and &. When I am doing transformation, I am getting <,> etc. Can anybody suggest me how to do that. regards, Ranjan