Oracle 9i install problem on Redhat 7.1

Hi there,
I have some problems during the installation of Oracle 9i on RedHat 7.1:
All is ok untill the install of "linking Oracle 9i installation"
by this time it runs some makefiles to link and install files.
It requires a library called libclntsh that does not exist.
I tried to run the genclntsh script to build it, but the load failed with the following errors:
"/var/opt/oracle/products/9.0.1/lib/libgeneric9.a(skgfr.o): In function `skgfrpini':
skgfr.o(.text+0x125): undefined reference to `__cmpdi2'
/lib/libc.so.6: undefined reference to `_dl_lazy@GLIBC_2.1.1'
/lib/libc.so.6: undefined reference to `_dl_dst_substitute@GLIBC_2.1.1'
/lib/libc.so.6: undefined reference to `_dl_out_of_memory@GLIBC_2.2'
/lib/libc.so.6: undefined reference to `_dl_relocate_object@GLIBC_2.0'
/lib/libc.so.6: undefined reference to `_dl_clktck@GLIBC_2.2'
/lib/libc.so.6: undefined reference to `__libc_enable_secure@GLIBC_2.0'
/lib/libc.so.6: undefined reference to `_dl_catch_error@GLIBC_2.0'
/lib/libc.so.6: undefined reference to `_dl_platformlen@GLIBC_2.1.1'
/lib/libc.so.6: undefined reference to `_dl_lookup_versioned_symbol_skip@GLIBC_2.0'
/lib/libc.so.6: undefined reference to `_dl_lookup_versioned_symbol@GLIBC_2.0'
/lib/libc.so.6: undefined reference to `_dl_mcount@GLIBC_2.1'
/lib/libc.so.6: undefined reference to `_dl_dst_count@GLIBC_2.1.1'
/lib/libc.so.6: undefined reference to `_dl_initial_searchlist@GLIBC_2.1'
/lib/libc.so.6: undefined reference to `_dl_start_profile@GLIBC_2.1'
/lib/libc.so.6: undefined reference to `_dl_lookup_symbol@GLIBC_2.0'
/lib/libc.so.6: undefined reference to `__libc_stack_end@GLIBC_2.1'
/lib/libc.so.6: undefined reference to `_dl_argv@GLIBC_2.2'
/lib/libc.so.6: undefined reference to `_dl_loaded@GLIBC_2.1'
/lib/libc.so.6: undefined reference to `_dl_origin_path@GLIBC_2.1.1'
/lib/libc.so.6: undefined reference to `_dl_check_map_versions@GLIBC_2.2'
/lib/libc.so.6: undefined reference to `_dl_map_object@GLIBC_2.0'
/lib/libc.so.6: undefined reference to `_dl_main_searchlist@GLIBC_2.1'
/lib/libc.so.6: undefined reference to `_dl_debug_mask@GLIBC_2.2.3'
/lib/libc.so.6: undefined reference to `_dl_load_lock@GLIBC_2.2'
/lib/libc.so.6: undefined reference to `_dl_profile@GLIBC_2.1'
/lib/libc.so.6: undefined reference to `_dl_debug_state@GLIBC_2.0'
/lib/libc.so.6: undefined reference to `_dl_init_all_dirs@GLIBC_2.2'
/lib/libc.so.6: undefined reference to `_r_debug@GLIBC_2.0'
/lib/libc.so.6: undefined reference to `_dl_unload_cache@GLIBC_2.1'
/lib/libc.so.6: undefined reference to `_dl_signal_error@GLIBC_2.0'
/lib/libc.so.6: undefined reference to `_dl_debug_printf@GLIBC_2.2.3'
/lib/libc.so.6: undefined reference to `_dl_init@GLIBC_2.2'
/lib/libc.so.6: undefined reference to `_dl_all_dirs@GLIBC_2.2'
/lib/libc.so.6: undefined reference to `_dl_map_object_deps@GLIBC_2.0'
/lib/libc.so.6: undefined reference to `_dl_nloaded@GLIBC_2.2'
/lib/libc.so.6: undefined reference to `_dl_profile_map@GLIBC_2.1'
/lib/libc.so.6: undefined reference to `_dl_profile_output@GLIBC_2.1'
/lib/libc.so.6: undefined reference to `_dl_pagesize@GLIBC_2.2'
/lib/libc.so.6: undefined reference to `_dl_lookup_symbol_skip@GLIBC_2.0'
/lib/libc.so.6: undefined reference to `_dl_fpu_control@GLIBC_2.1'
/usr/lib/libdl.so: undefined reference to `_dl_catch_error'
/lib/libc.so.6: undefined reference to `_dl_global_scope_alloc@GLIBC_2.1'
Can anyone help my to solve this ?
Thanks a lot
Olivier Blanc
mailto:[email protected]

set this with your enivornment and see if it can help?
export LD_ASSUME_KERNEL=2.2.5 Hi
I installed 9i to a SuSe 8.0 with the suggested environment variable turned on and I still had the same problem. As the Installer complained I manually linked the modules, for example, by running
make -f ./ins_ldap.mk odipinstall
and I had the same error with the message:
/usr/i486-suse-linux/bin/ld: cannot find -lclntsh
collect2: ld returned 1 exit status
make: *** [odisrv] Error 1
It seems that a library missing (libclntsh.a ?)
Can anyone help?
Gustav

Similar Messages

  • Java install problem under redhat 9

    I download rpm and install it under redhat 9. I can compile program (the class file is generated) but can not run it.
    I checked the path and see /usr/java/j2sdk1.4.2_04. WHen I check the version, it tell me version "1.3.1". It soulds like I have 2 different version of java installed. How can I solve this problem?
    Thanks

    Probably not a mix up. Try to update your path wirh the path to the bin directory of the java version you want to use. Something like :
    export PATH=/usr/java/j2sdk1.4.2_04/bin:$PATH

  • SDK install problems on Redhat 7.1

    Hi
    I'm having problems getting the SDK to work on Redhat 7.1.
    My path variable is set up corectly, and get the following errors when I do a java -version
    java: /usr/bin/cut: No such file or directory
    usr/lib/jdk1.3.0_02/bin/i386/native_threads/java: error loading shared libraries: libjvm.so :cannot load shared object file: No such file or directory
    I've tried the following: copying libjvm.so to my /usr/lib directory and creating a "cut" file under /usr/bin. That took care of the error msgs, but now I get a core dump.
    Does anybody know why this is happening?? I running the same SDK on SuSE without any problems.
    Please help!!

    Lots of people talk about this problem with RedHat 7.1
    I know this sounds crazy but you could download jBuilder from borland and get a Sun jdk that works.
    That's what I did.
    I can't figure out what's up with the Sun download but look at the permissions.
    For the second guy
    If the file had a .bin on the end of it it's a bash script that the permission is screwed up on I bet ??
    You might want to move the file off the system and put it back as user. Don't know, seems like if you change the permission as root or run as root you might end up with an unusable jdk (permissions all screwed up) ???

  • OracleAS 10g Installation Problem on RedHat AS 3.0

    Hi
    I need to install OracleAS 10g on RedHat AS 3.0 and it seems that I need a patch (Patch 3006854) and the installation is impossible without it.I just started using oracleAS 10g and I dont have any metalink id.
    I think something is wrong here.
    a free trial version with a commercial patch !!!
    can any one please help me out.
    regards yashar

    dear fredrik
    I tried to install it according to the installation guid on http://www.oracle-base.com/articles/10g/OracleAS10gInstallationOnRedHatAS3.php as you see it asked for installation of a patch.
    and yes I tried to install it without installing this patch and I got an error saying that I am missing a file named ld.so in /etc.I thought it might be connected to that patch.
    beside when I was looking for the solution to my problem I saw many people having the same problem and asking the exact same question.
    please notify about any solution that you think might help me solving this problem. I am in a hurry
    regards yashar

  • Oracle 9i installation problem with RedHat 7.2 (segmentation violation)

    I have try to installation 9i with RedHat 7.2 by x windows.
    when i use xwin to run the "./runInstaller, i got the error
    (segmentation) as below:
    i have already try to follow the installation procedure in
    http://staff.in2.hr/denis/oracle/901install_rh72_en.html#1 but
    still got this error.
    Can anyone help me??
    Regards
    Chris Sung
    =================================================================
    ===============
    oracle install
    Connecting 192.168.1.3 via TELNET
    Thursday, December 13, 2001 1:04:06
    Red Hat Linux release 7.2 (Enigma)
    Kernel 2.4.7-10 on an i686
    login: oracle
    Password:
    Last login: Thu Dec 13 00:46:39 from apple
    [oracle@orange oracle]$ (/home/oracle/Disk1/runInstaller -
    display 192.168.1.2:0
    -name "oracle install" &)
    [oracle@orange oracle]$ Initializing Java Virtual Machine
    from /tmp/OraInstall/jre/bin/jre. Please wait...
    SIGSEGV 11* segmentation violation
         stackbase=0xbffff298, stackpointer=0xbffff160
    Full thread dump:
    "Finalizer thread" (TID:0x4276d210, sys_thread_t:0x4d0bfe0c,
    state:R) prio=1
    "Async Garbage Collector" (TID:0x4276d258,
    sys_thread_t:0x4d09ee0c, state:R) prio=1
    "Idle thread" (TID:0x4276d2a0, sys_thread_t:0x4d07de0c,
    state:R) prio=0
    "Clock" (TID:0x4276d088, sys_thread_t:0x4d05ce0c, state:CW)
    prio=12
    "main" (TID:0x4276d0b0, sys_thread_t:0x80d6fe8, state:R)
    prio=5 *current thread*
         java.lang.System.initializeSystemClass(System.java)
    Monitor Cache Dump:
    Registered Monitor Dump:
    Thread queue lock: <unowned>
    Name and type hash table lock: <unowned>
    String intern lock: <unowned>
    JNI pinning lock: <unowned>
    JNI global reference lock: <unowned>
    BinClass lock: <unowned>
    Class loading lock: <unowned>
    Java stack lock: <unowned>
    Code rewrite lock: <unowned>
    Heap lock: <unowned>
    Has finalization queue lock: <unowned>
    Finalize me queue lock: <unowned>
    Dynamic loading lock: <unowned>
    Monitor IO lock: <unowned>
    Child death monitor: <unowned>
    Event monitor: <unowned>
    I/O monitor: <unowned>
    Alarm monitor: <unowned>
         Waiting to be notified:
         "Clock" (0x4d05ce0c)
    Monitor registry: owner "main" (0x80d6fe8, 1 entry)
    Thread Alarm Q:

    Strange, but yesterday I nter in Oracle9i install, open
    gnome-terminal window as oracle user and simply type
    /tmp/Disk1/runInstaler
    the DISPLAY enviroment variable was set,
    using RedHat 7.2 , kernel 2.4.16-0.9, glibc-2.2.4-19
    Segmentation violation 11 may mean RAM problem, sometimes
    incorrect program pointer.So I think it must work (runIstaler)

  • 9i Install Problem on RedHat 7.2

    I got a problem while installing 9i enterprise on RedHat 7.2. The link problem can't find library -lclntch or -lclntsh (can't remember clearly) when making oracle/plsql. Anyone can help me?

    Mike, keep in touch. Perhaps we can benefit from a little mindshare. Perhaps you can describe what you're encountering in more detail.
    For those that are following, I've managed to get the software to install consistently using the above fix thanks!
    [my earlier issues were related to, not suprisingly, a messy attempt at downgrading binutils, which worked out to be unnecessary]
    However, the example database creation hangs. Now, I know it's supposed to take an hour or so, but after 3 or 4 hours it's still at %50 ... Any suggestions? I'm going to try to do the dbcreate manually ...
    Gents, please be detailed about your issues and solutions. Hopefully we can get an impromptu RedHat install guide out of this thread! Don't forget to write it up when you find a fix.
    -E.
    Aside: Is 9i on RH7.1/2 a certified config? Wouldn't that suggest there should be a functional installation procedure or guide? Oracle?

  • Oracle9iR2 install problem on RedHat 7.1

    I downloaded the new R2 release (9.2) & can not get the installer (OUI) to run.
    It says that it is initializing the JVM, then goes away. A core dump is produced in /tmp
    I was able to install 9.0.1 successfully last year. The OUI from 9.0.1 will not install the new version, so I need to get the new OUI running.
    BTW - Oracle tells me that 9iR2 will only be certified on RedHat Advanced Server 2.1!

    set this with your enivornment and see if it can help?
    export LD_ASSUME_KERNEL=2.2.5 Hi
    I installed 9i to a SuSe 8.0 with the suggested environment variable turned on and I still had the same problem. As the Installer complained I manually linked the modules, for example, by running
    make -f ./ins_ldap.mk odipinstall
    and I had the same error with the message:
    /usr/i486-suse-linux/bin/ld: cannot find -lclntsh
    collect2: ld returned 1 exit status
    make: *** [odisrv] Error 1
    It seems that a library missing (libclntsh.a ?)
    Can anyone help?
    Gustav

  • Oracle9i install problems on RedHat 7.1

    Hi!
    I'm having problems installing Oracle9i database on a redhat 7.1 server. I get some permission errors and som "unable to pend Makefile to" (or something). I've tried installing a version of binutils a little below the version that ships with redhat 7.1, but that doesn't do the trick!
    Anyone knows, whats wrong?
    null

    I've now succesfully installed Oracle9i on Red Hat 7.1. The only thing that I needed to do ,was to manualy copy some java files from the local Java dir to where Oracle wanted them on /u01 and Voila!
    null

  • Oracle 10g installation problem on redHat

    Dear pals,
    Hi, I got an error while installing the 10g into my redhat machine. My redhat should be supported, but not know what is happened...
    ./runInstaller
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-2.1, UnitedLinux-1.0 or redhat-3
    Failed &lt;&lt;&lt;&lt;
    Exiting Oracle Universal Installer, log for this session can be found at /ora/oraInventory/logs/installActions2004-03-31_11-39-25AM.log
    The error log show the same thing thus nothing can help.
    My Redhat version is:
    Linux version 2.4.20-8 ([email protected]) (gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)) #1 Thu Mar 13 17:54:28 EST 2003
    Is there anyone can help? Thank you very much in advance.
    Regards,
    Eddie

    Werner Puschitz has a good home page (sorry, I forgot the link) on that:
    su - root
    cp /etc/redhat-release /etc/redhat-release.backup
    cat > /etc/redhat-release << EOF
    Red Hat Enterprise Linux AS release 3 (Taroon)
    EOF
    It works for me on RH9.0. Change redhat-release.backup to
    redhat-release after you are done with your installation.

  • Install problem on RedHat 7.2

    Hi,
    I'm having a problem installing weblogic server 700 on a Dell 2500 Redhat 7.2 linux box. The problem occurs during the extraction process. If I run the program as a regular user the error message is:
    /tmp//fileJa7hab/wls7000_linux.jar bad CRC 250071c7 (should be 019fdd07)
    .100%
    ** Error during extraction, error code = 2.
    If I run the program as root, I get
    [root@med10-apache root]#
    ./weblogic700_linux.bin -mode=console
    Extracting 0%....................................................................................................100%
    /tmp/fileVe6y1r/jdk131_02/bin/i386/native_threads/java: error while loading shared libraries: libstdc -libc6.1-1.so.2: cannot open shared object file: No such file or directory
    ** Error during execution, error code = 32512.
    Thanks in advance
    Matt

    What is the name of your installer file? have you downloaded the one for
    Linux OS?
    make sure you FTPed the installer file in binary mode.
    "matt sweeney" <[email protected]> wrote in message
    news:3d1c718d$[email protected]..
    Hi,
    I'm having a problem installing weblogic server 700 on a Dell 2500 Redhat7.2 linux box. The problem occurs during the extraction process. If I run
    the program as a regular user the error message is:
    >
    /tmp//fileJa7hab/wls7000_linux.jar bad CRC 250071c7 (should be 019fdd07)
    .100%
    ** Error during extraction, error code = 2.
    If I run the program as root, I get
    [root@med10-apache root]#
    ./weblogic700_linux.bin -mode=console
    Extracting0%..........................................................................
    ..........................100%
    /tmp/fileVe6y1r/jdk131_02/bin/i386/native_threads/java: error whileloading shared libraries: libstdc -libc6.1-1.so.2: cannot open shared
    object file: No such file or directory
    ** Error during execution, error code = 32512.
    Thanks in advance
    Matt

  • Oracle 9i Install problem

    Hi
    I am installing (via vmware) Oracle 9i (9.2.0.1.0) on debian (kernel 2.4.18) the install went fine except for a few hitches which i fixed after a quick google search. However after the install the install window closed during the setup of services.
    Here is the last 10 lines of the log file:
    Starting to execute optional autolaunch configuration tools
    Launched configuration tool Oracle Net Configuration Assistant
    Command which is being spawned is
    /u01/app/oracle/product/9.2.0.1.0/JRE/bin/jre
    -native -Duser.dir=/u01/app/oracle/product/9.2.0.1.0/network/jlib
    -classpath /u
    01/app/oracle/product/9.2.0.1.0/JRE/lib/i18n.jar:/u01/app/oracle/product/9.2.0.1
    .0/JRE/lib/rt.jar:/u01/app/oracle/product/9.2.0.1.0/jlib/ewt3.jar:/u01/app/oracl
    e/product/9.2.0.1.0/jlib/ewtcompat-3_3_15.jar:/u01/app/oracle/product/9.2.0.1.0/
    jlib/netcfg.jar:/u01/app/oracle/product/9.2.0.1.0/network/jlib/netcam.jar:/u01/a
    pp/oracle/product/9.2.0.1.0/network/jlib/netca.jar:/u01/app/oracle/product/9.2.0
    .1.0/jlib/help3.jar:/u01/app/oracle/product/9.2.0.1.0/jlib/oracle_ice5.jar:/u01/
    app/oracle/product/9.2.0.1.0/jlib/share.jar:/u01/app/oracle/product/9.2.0.1.0/jl
    ib/swingall-1_1_1.jar:/u01/app/oracle/product/9.2.0.1.0/jlib/srvm.jar:/u01/app/o
    racle/product/9.2.0.1.0/network/tools oracle.net.ca.NetCA /orahome
    /u01/app/ora
    cle/product/9.2.0.1.0 /instype typical /inscomp
    client,oraclenet,javavm,server /
    insprtcl tcp,tcps /cfg local /authadp NO_VALUE /nodeinfo NO_VALUE
    /responseFile
    I then tried to restart the configuration process and got a segmentation error:
    bash-2.05a$ cd $ORACLE_HOME/bin
    bash-2.05a$ ./netca &
    [1] 468
    bash-2.05a$ SIGSEGV 11* segmentation violation
    stackbase=BFFFF35C, stackpointer=BFFFD714
    Full thread dump:
    "SIGQUIT handler" (TID:0x4059f2a0, sys_thread_t:0x80e3118, state:R,
    thread_t: t@2051, sp:0x0 threadID:0x1e2, stack_base:0xbf5ffaa0,
    stack_size:0x200000) prio=1075672736
    "Finalizer thread" (TID:0x4059f088, sys_thread_t:0x80e2ff0,
    state:CW, thread_t: t@1026, sp:0x0 threadID:0x1e1,
    stack_base:0xbf7ffaa0, stack_size:0x200000) prio=1075672736
    "main" (TID:0x4059f0b0, sys_thread_t:0x80cc050, state:R, thread_t:
    t@1024, sp:0x0 threadID:0x1d6, stack_base:0xbffff35c,
    stack_size:0x200000) prio=1075672736 current thread
    java.lang.System.initializeSystemClass(System.java)
    Monitor Cache Dump:
    Registered Monitor Dump:
    Thread queue lock: <unowned>
    Name and type hash table lock: <unowned>
    String intern lock: <unowned>
    JNI pinning lock: <unowned>
    JNI global reference lock: <unowned>
    BinClass lock: <unowned>
    Class loading lock: <unowned>
    Java stack lock: <unowned>
    Code rewrite lock: <unowned>
    Heap lock: <unowned>
    Has finalization queue lock: <unowned>
    Finalize me queue lock: <unowned>
    Waiting to be notified:
    "Finalizer thread" (0x80e2ff0)
    Monitor registry: owner "main" (0x80cc050, 1 entry)
    bash-2.05a$
    I have searched the net for the answer to this problem but I can't find an answer that works.
    I've tried unsetting the following:
    LANG
    LC_LANG
    LC_CTYPE
    RC_TYPE
    With no luck. I have tried pointing oracle to use my jre instead of theirs by altering the oraparam.ini file, no effect. I have taken my jre in and out of the path, no effect.
    The only thing I can think of is that I don't have enough memory available - i only have 384mb available via vmware for this install. I need to figure out if it is this or something else, I can't just blame it on the lack of memory if it is not the case.
    I look forward to your comments.

    Zarmia
    The best thing I advise you to do when installing Oracle 9i onto GNU/Debian is to carry a search on the OTN newsgroups for the keyword 'Debain'. I found that there were quite a few previous posts which explain in considerable detail the processes which should be followed when installing Oracle 9i onto Debain. Failing that, if you carry out a Google search for "Oracle 9i on Debian", you will there quite a few web pages which provide information of installing Oracle 9i onto Debian.
    Hope this helps
    Harish

  • Oracle (de)Install problem

    Hi there,
    I tried to installed Oracle 9i in my NB and find below problem under Win XP Professional, P4, 256 Mb RAM, 3 Gb Free space (after copying the installer):
    1. Initially, installation didn't work at all with error message "please install Java 1.3.1 or higher" eventhough JRE 1.4.2_09 had been installed.
    This problem eliminated by changing the symcjit.dll. to symcjit_ori.dll. as well as giving the correct path and adding -nojit as the first argument in "JRE_MEMORY_OPTIONS" line the oraparam.ini file.
    2. Afterwards, seems installation run smothly until it generated an error saying that "Configuration tool Oracle Net Configuration Assistant failed " almost at the end of installation.
    3. Tried to deinstall, the same error message pop up, again saying that "please install Java 1.3.1 or higher".
    Anybody have an idea what should I do to rectify this issue ? I'm pretty new in Oracle and no idea to solve it.
    Thanks a lot in advance.
    Best regards,
    =user454292 =

    The simplest way to remove Oracle is to run the Oracle installer:
    Start > Programs > Oracle Installation Products > Universal Installer
    On the first screen click on "Deinstall Products..."
    Expand the tree view (just so that the second level is visible) and make sure you select everything that is selectable.
    Click on "Remove..."
    On the confirmation screen click "Yes"
    When it has finished click "Close" and then "Exit" to quit the installer
    Whilst the Oracle installer removes many components there are a number of things that it leaves behind. In order to completely remove all traces of Oracle the following additional steps will need to be taken:
    Stop any Oracle services that have been left running. (Start > Settings > Control Panel > Services.)
    Services which I have found left behind are 'OracleOraHome90TNSListener' and 'OracleServiceORACLE'. However there may be others depending on your installation. Look for any services with names starting with 'Oracle'.
    Run regedit (Start > Run > Enter "regedit", click "Ok"), find and delete the following keys:
    HKEY_LOCAL_MACHINE
    \SOFTWARE
    \ORACLE
    HKEY_LOCAL_MACHINE
    \SYSTEM
    \CurrentControlSet
    \Services
    \EventLog
    \Application
    \Oracle.oracle
    Note: I have had it reported that some people also have registry entries saved under HKEY_CURRENT_USER\SOFTWARE\ORACLE, this registry entry may be created by some Oracle utilities. If it exists then delete it.
    Delete the Oracle home directory:
    "C:\Oracle"
    This will also remove your database files (unless you located them elsewhere, in which case you will need to delete them separately).
    Delete the Oracle program Files directory:
    "C:\Program Files\Oracle"
    Delete the Oracle programs profile directory:
    "C:\Documents and Settings\All Users\Start Menu\Programs\Oracle - OraHome90"
    if you did not first run the Oracle installer to remove Oracle then there may be other Oracle profile group directories to remove.
    Some of the Oracle services may be left behind by the uninstall. Open &#8216;services&#8217; on the control panel, make a note of which Oracle services remain and see the notes &#8216;How to remove a service&#8217; to remove them.
    If you didn't first run the Oracle Installer to remove Oracle then you may have some references to Oracle left in the path. To remove these: Start > Settings > Control Panel > System > Advanced > Environment Variables, look at both the use and system variable 'PATH' and edit them to remove any references to Oracle.

  • Oracle 9i instalation problem......

    Hi Guys,
    I downloaded Oracle 9i version. I created 3 folders (disk1,
    disk2, disk3) and unzip them into respective folders.
    When I try to install (by double click) setup.exe file, I got
    the error message "ACCESS VIOLATION".
    I turn off the Norton Antivirse also.
    Please this message.
    Dr. Watson for windows NT
    An application error has occurred
    and application error log is being generated.
    setup.exe
    Exception: access violation(0x0000005),Address 0x7717d4b1
    Can any one help me, how can avoid this error message to install
    the database properly.
    I appreciate your co-operation.
    Thanks.
    Srinivas Gupta.
    [email protected]

    if you install Forms8i in the same machine where you have the Oracle Database Server you have to set as default the Oracle Home related to the Oracle Server and you will see that your problem is going to desappear.
    The problem is that all enviroment variable are set according the Oracle Home related to Forms not to the database server.
    Try and post.
    Joel P�rez

  • Oracle 9i install problem in Windows XP under Virtual PC

    Let me start by saying, I apologize for this. I know 9i is deprecated, but it is the only liensed copy of Oracle we have. I can get it to install under Windows XP with no problems at all. However, when I try the same install in a virtualized XP environment I get the following. Any help would be greatly appreciated. Thanks in Advance.
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0xce02c7d
    Function name=(N/A)
    Library=C:\Documents and Settings\Administrator\Local Settings\Temp\OraInstall2010-06-25_08-04-15AM\SID_Queries.dll
    NOTE: We are unable to locate the function name symbol for the error
    just occurred. Please refer to release documentation for possible
    reason and solutions.
    Current Java thread:
         at 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      C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\OraInstall2010-06-25_08-04-15AM\jre\bin\javaw.exe
    0x7C900000 - 0x7C9B2000      C:\WINNT\system32\ntdll.dll
    0x7C800000 - 0x7C8F6000      C:\WINNT\system32\kernel32.dll
    0x77DD0000 - 0x77E6B000      C:\WINNT\system32\ADVAPI32.dll
    0x77E70000 - 0x77F02000      C:\WINNT\system32\RPCRT4.dll
    0x77FE0000 - 0x77FF1000      C:\WINNT\system32\Secur32.dll
    0x7E410000 - 0x7E4A1000      C:\WINNT\system32\USER32.dll
    0x77F10000 - 0x77F59000      C:\WINNT\system32\GDI32.dll
    0x77C10000 - 0x77C68000      C:\WINNT\system32\MSVCRT.dll
    0x76390000 - 0x763AD000      C:\WINNT\system32\IMM32.DLL
    0x6D420000 - 0x6D4EE000      C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\OraInstall2010-06-25_08-04-15AM\jre\bin\hotspot\jvm.dll
    0x76B40000 - 0x76B6D000      C:\WINNT\system32\WINMM.dll
    0x5DAC0000 - 0x5DAC8000      C:\WINNT\system32\rdpsnd.dll
    0x76360000 - 0x76370000      C:\WINNT\system32\WINSTA.dll
    0x5B860000 - 0x5B8B5000      C:\WINNT\system32\NETAPI32.dll
    0x76BF0000 - 0x76BFB000      C:\WINNT\system32\PSAPI.DLL
    0x6D220000 - 0x6D227000      C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\OraInstall2010-06-25_08-04-15AM\jre\bin\hpi.dll
    0x6D3B0000 - 0x6D3BD000      C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\OraInstall2010-06-25_08-04-15AM\jre\bin\verify.dll
    0x6D250000 - 0x6D266000      C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\OraInstall2010-06-25_08-04-15AM\jre\bin\java.dll
    0x6D3C0000 - 0x6D3CD000      C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\OraInstall2010-06-25_08-04-15AM\jre\bin\zip.dll
    0x6D020000 - 0x6D128000      C:\Documents and Settings\Administrator\Local Settings\Temp\OraInstall2010-06-25_08-04-15AM\jre\bin\awt.dll
    0x73000000 - 0x73026000      C:\WINNT\system32\WINSPOOL.DRV
    0x774E0000 - 0x7761D000      C:\WINNT\system32\ole32.dll
    0x5AD70000 - 0x5ADA8000      C:\WINNT\system32\uxtheme.dll
    0x6D1E0000 - 0x6D21B000      C:\Documents and Settings\Administrator\Local Settings\Temp\OraInstall2010-06-25_08-04-15AM\jre\bin\fontmanager.dll
    0x74720000 - 0x7476C000      C:\WINNT\system32\MSCTF.dll
    0x755C0000 - 0x755EE000      C:\WINNT\system32\msctfime.ime
    0x10000000 - 0x1001E000      C:\Documents and Settings\Administrator\Local Settings\Temp\OraInstall2010-06-25_08-04-15AM\jre\bin\JavaAccessBridge.dll
    0x6D2C0000 - 0x6D2DB000      C:\Documents and Settings\Administrator\Local Settings\Temp\OraInstall2010-06-25_08-04-15AM\jre\bin\jpeg.dll
    0x0B6D0000 - 0x0B6E5000      C:\Documents and Settings\Administrator\Local Settings\Temp\OraInstall2010-06-25_08-04-15AM\oui\bin\win32\oraInstaller.dll
    0x0B120000 - 0x0B129000      C:\Documents and Settings\Administrator\Local Settings\Temp\OraInstall2010-06-25_08-04-15AM\dbwsec.dll
    0x0B140000 - 0x0B146000      C:\Documents and Settings\Administrator\Local Settings\Temp\OraInstall2010-06-25_08-04-15AM\orawsec9.dll
    0x0BB30000 - 0x0BB54000      C:\Documents and Settings\Administrator\Local Settings\Temp\OraInstall2010-06-25_08-04-15AM\WinPrereq.dll
    0x0BC30000 - 0x0BC3C000      C:\Documents and Settings\Administrator\Local Settings\Temp\OraInstall2010-06-25_08-04-15AM\Win32Env.dll
    0x0C9E0000 - 0x0C9EF000      C:\Documents and Settings\Administrator\Local Settings\Temp\OraInstall2010-06-25_08-04-15AM\w32RegQueries152.dll
    0x0CE00000 - 0x0CE1B000      C:\Documents and Settings\Administrator\Local Settings\Temp\OraInstall2010-06-25_08-04-15AM\SID_Queries.dll
    0x76C90000 - 0x76CB8000      C:\WINNT\system32\imagehlp.dll
    0x59A60000 - 0x59B01000      C:\WINNT\system32\DBGHELP.dll
    0x77C00000 - 0x77C08000      C:\WINNT\system32\VERSION.dll
    Local Time = Fri Jun 25 08:05:24 2010
    Elapsed Time = 37
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.3.1_01 mixed mode)
    #

    More information. Forgot to say that this 9.2.0.1 of 9i and occurs at 36% complete during the Pre-Requisites checking.
    Edited by: user13324204 on Jun 25, 2010 9:45 AM

  • Client install problems on Redhat

    Hello all,
    I am a linux noob, and i need some help getting my oracle client setup. I am trying to set it up so that i can use perl DBI::Oracle. I have downloaded 2 rpm's from Oracle. The Basic and the Developer verions. They appear to install with no problems, but I don't see any .ora files anywhere. Is that something I have to create manually and if so where would I have put these files?
    Thanks Jeff

    Hi
    Iam working as system admin
    iam planinig to go Oracle Database side, i dont know what is market.
    Oracle DBA/Apps DBA.
    plz guide me in which side i have to go.

Maybe you are looking for

  • Urgent 508 Question!

    The only thing i need to do is add a title or label attribute to some of the controls. One of the ones to begin with that i am fixing is the ADF tag af:selectBooleanRadio. When i add some text to the shortDesc field of the control, the html is produc

  • Photoshop CS3 Crashes Upon Opening Any File

    I am having an issue with Photoshop CS3. The application starts properly in it's own, but as soon as I open a file of any sort I immediately get the following message: Photoshop.exe - Application Error The instruction at "0x7c91b21" referenced memory

  • Mac Mini 2006 MA607LL/A need to buy dual layer burner

    Hi guys. I bought a MA607LL/A mac mini. I need to upgrade so it can read dual layer burn cd. So I guess super drive? Which one will fit? Ty

  • User authorization issue in portal

    Hi Gurus, I am facing a problem with a user on a portal system. The user is not able to execute a query assigned to him, I have checked the groups and the ABAP roles assigned to him and they seem to be correct. Intrestingly if i copy the user to crea

  • How can your phone support employees be that incompetent and still be hired?

    The number of people you have to talk to and the number of times you have to explain your issue is extraordinarily frustrating. I sign up for a time for a return call and then I am called outside of that time frame and told in a voicemail since I mis