Cannot install oracle 10g R1 client on redhat as 4

I've got an oracle 10g r2 XE rdbms installed on a redhat as 4 system.
I am trying to install the pro*c precompiler on this system because it is not included in the 10g r2 installation. It's not included in the 10g r2 client either. Is oracle planning to drop support for this or what's going on with that?
I am now trying to install the oracle 10g r1 client for linux since it has the pro*c compiler included (or so I've read).
When I try to run the installer, it responds with:
Checking operating system version: must be readhat-2.1, readhat-3, SuSE-9, or UnitedLinux-1.0
Failed <<<<
Any ideas as to what is wrong?
I'm running Red Hat Enterprise Linux AS release 4 (Nahant Update 4)
Kernel version 2.6.9-42.ELsmp i686
Werner

Does the logfile of the installer show more detailled error messages?
Try starting the installer with the -ignoreSysPrereqs option.
Cihat

Similar Messages

  • Cannot install Oracle 10g rel. 2 on Win Server 2003 SB

    Hello,
    I cannot install Oracle 10g rel. 2 on Win Server 2003 SB, because when the the configuration assistant installer try to copy the db files, it stop with the following errors:
    ORA-24324 Service Handle not Initialized
    ORA-24323 Value not authorized
    ORA-28547 Connection to Server failed probable Oracle NET ADMIN errorRegards
    Siyavuş

    You should be connected as a local administrator to perform the install process.
    Try to perfom a software only install, then once you make sure the installation was successful, launch the dbca. It is important for you to use a local account to perform the installation and db setup process, otherwise, if you have authentication problems, even if you comment the authentication line at the sqlnet.ora file you will be facing issues that will make fail the assistant, since it is designed to work assuming the user is OS authenticated.
    ~ Madrid
    http://hrivera99.blogspot.com/

  • Solaris 10 x86 5.10 cannot install Oracle 10g (needs 5.9 or less!)

    I installed the latest Solaris 10 x86 rev 5.10 and then downloaded the "New" Oracle 10g for Solaris x86 oddly but not suprisingly the "New" Oracle 10g only installs on Solaris 10 x86 5.6, 5.7, 5.8, 5.9 GO FIGURE.
    Seem there should be a way to fake out the software to see a different version.
    Anybody know how to do this?
    thanks
    Phil

    And another workaround that seems to work can be found here:
    http://blogs.sun.com/roller/page/fintanr/20040803
    To quote from that page:
    Oracle 10g install on Solaris 10 workaround
    Quick work around for installing Oracle 10g on Solaris 10 (in our case on a v20z).
    After creating your staging area you run the Oracle installer and get an error similar to the following
    $ ./runInstaller   
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be 5.6, 5.7, 5.8 or 5.9.    Actual 5.10
                                          Failed <<<<
    To work around this you need to edit the oraparam.ini file, in our case this is /export/ora/Disk1/install/oraparam.ini.
    Edit the section
    [Certified Versions]
    #You can customise error message shown for failure through CERTIFIED_VERSION_FAI
    LURE_MESSAGE
    Solaris=5.6,5.7,5.8,5.9
    to be
    [Certified Versions]
    #You can customise error message shown for failure through CERTIFIED_VERSION_FAI
    LURE_MESSAGE
    Solaris=5.6,5.7,5.8,5.9,5.10
    And thats it, just run through your install as normal.

  • Cannot install oracle 10g on Windows 7 64-bit

    Hello,
    I downloaded from edelivery.oracle.com the following version:
    Oracle Database 10g Release 2 (10.2.0.4.0) for Microsoft Windows Vista X64 and Microsoft Windows Server 2008 X64 (5 parts)I unzipped the 5 zip files and started the file ./database/setup.exe. The program cannot recognize my OS - it needs to see version 5.0, 5.1 or 6.0, I have 6.1. I started setup.exe with Win Vista SP2 compatibility and I can see then the first step of the Installation Manager. I choose there the installation type - basic or advanced. No matter which one I choose, the installation manager closes itself and does not continue.
    Any ideas what I can do? Have I downloaded the right version? Another possibility was
    Oracle® Database 10g Release 2 (10.2.0.1.0) for Microsoft Windows x64 DVD (4 parts)

    Yes you can. You need to tweak the file oraparam.ini There are at least two lines you either need to add or change. The first is
    Windows=5.0,5.1,5.2,6.0,6.1
    I added the 6.1
    Next is
    [Windows-6.1-optional]
    I added that below
    [Windows-6.0-optional]
    Setup will now run. During the install you will get a warning about the OS version but you can "OK" your way through it. Here is the entire contents of the file after changes
    [Oracle]
    DISTRIBUTION=TRUE
    SOURCE=../stage/products.xml
    LICENSE_LOCATION=
    JRE_LOCATION=../stage/Components/oracle.swd.jre/1.5.0.11.0/1/DataFiles
    JRE_MEMORY_OPTIONS=" -mx192m"
    DEFAULT_HOME_LOCATION=oracle\product\10.2.0\db
    DEFAULT_HOME_NAME=OraDb10g_home
    NO_BROWSE=/net
    NLS_ENABLED=TRUE
    BOOTSTRAP=TRUE
    OUI_VERSION=10.2.0.4.0
    ADDITIONAL_COMPONENTS={"oracle.sysman.ccr:ALWAYS","oracle.rdbms.rat:ALWAYS","oracle.jdk:UPGRADE","oracle.swd.jre:UPGRADE"}
    ## JRE_VERSION is only for Windows. This is to copy accessbridge dlls
    JRE_VERSION=1.5.0
    #SHOW_HOSTNAME=ALWAYS_SHOW shows the hostname panel always
    #SHOW_HOSTNAME=NEVER_SHOW does not the hostname panel
    #SHOW_HOSTNAME=CONDITION_SHOW shows the hostname panel on condition
    SHOW_HOSTNAME=NEVER_SHOW
    #THIN_JDBC_FILENAME is optional and defaults to classes12.jar
    #The value specified for this should be packaged with OUI, and should
    #be relative to <OUI expanded stagedir>/jlib/
    THIN_JDBC_FILENAME=classes12.jar
    #RUN_OUICA specifies the batch script name that needs to be run
    #The script is ouica.bat for win32, and ouica.sh for solaris.
    #If the value is not specified, then the OUICA script is not run
    RUN_OUICA=ouica.bat
    CLUSTERWARE={"oracle.crs","10.1.0.2.0"}
    SILENT_VARIABLE_VALIDATION=TRUE
    [Certified Versions]
    #You can customise error message shown for failure, provide value for CERTIFIED_VERSION_FAILURE_MESSAGE
    Windows=5.0,5.1,5.2,6.0,6.1
    #Windows 2000 use winver.exe to find version
    [Windows-5.0-required]
    #Minimum display colours for OUI to run
    MIN_DISPLAY_COLORS=256
    #Minimum CPU speed required for OUI
    #CPU=300
    [Windows-5.0-optional]
    #Windows XP use winver.exe to find version
    [Windows-5.1-required]
    #Minimum display colours for OUI to run
    MIN_DISPLAY_COLORS=256
    #Minimum CPU speed required for OUI
    #CPU=300
    [Windows-5.1-optional]
    #Windows .net use winver.exe to find version
    [Windows-5.2-required]
    #Minimum display colours for OUI to run
    MIN_DISPLAY_COLORS=256
    #Minimum CPU speed required for OUI
    #CPU=300
    [Windows-5.2-optional]
    [Windows-6.0-required]
    #Minimum display colours for OUI to run
    MIN_DISPLAY_COLORS=256
    #Minimum CPU speed required for OUI
    #CPU=300
    [Windows-6.0-optional]
    [Windows-6.1-optional]
    [IMAGES]
    FILE1=images/rdbms_1.gif
    FILE2=images/rdbms_2.gif
    FILE3=images/rdbms_3.gif
    FILE4=images/rdbms_4.gif
    FILE5=images/rdbms_5.gif
    FILE6=images/rdbms_6.gif
    FILE7=images/rdbms_7.gif
    FILE8=images/rdbms_8.gif
    LICENSE_LOCATION=license.txt
    Edited by: 835955 on Feb 11, 2011 6:51 AM

  • Problems: install oracle 10g 32 bits on RH 5.8 x64

    Hello,
    Someone has given me an oracle 10g 32 bits to install on a Redhat 5.8 64 bits server (no other server available).
    I have a lot of errors during the installation process
    exemple:
    INFO: /usr/bin/ld: skipping incompatible /oracle/client/10x_32/lib/libxml10.a when searching for -lxml10
    /usr/bin/ld: cannot find -lxml10
    collect2: ld returned 1 exit status
    I installed libxml10 64 and 32 bits on the system !
    I would like to know if this configuration is POSSIBLE ???!
    If yes, what is the solution / process to fix these compli. problems :-|
    Thanks for your help !

    962147 wrote:
    yes i read the installprocess and pre requisits:
    But first "**is it possible to install oracle 10g 32 bits on redhat 64 bits ???* "
    yes or no ? :-(
    I've never seen any 32-bit software that DIDN'T run on a 64 bit OS, as long as the necessary libraries are installed.
    I used this process: is it the good one ?
    http://www.oracle-base.com/articles/10g/oracle-db-10gr2-installation-on-rhel-5.php
    Tim does a very nice job with his stuff on oracle-base, but that is NOT the official documentation. Why not use ORACLE'S own installation guide? Have you seen http://docs.oracle.com/cd/B19306_01/install.102/b15667/toc.htm
    And why are you installing a a version of Oracle that is out of support?
    And as long as you have a 64-bit OS, why would you want to run a 32-bit version of Oracle?
    Edited by: 962147 on 29 sept. 2012 13:06Edited by: EdStevens on Sep 29, 2012 9:22 PM

  • Installing oracle 10g xe edition on linux

    Hi,
    I am trying to install oracle 10g xe edition on redhat linux. By default the oracle database rpm package uses /usr/lib partition for installation files. Is it possible to install the oracle database files in /export partition instead of default location /usr/lib?
    Thanks
    Kapil

    There are a few differrent 'RedHat Linuxes' ... could you be a bit more specific.
    But ... the default answer is 'no'. Several of us have used various workarounds, including creating a special link from /usr/lib/oracle to /export/oracle and the like.
    I installed in /usr/lib and after successful installation I created a special link, copied everything to the new target, and have had no problems at all.
    Others have used other techniques with success. INcluding the one by cd - tweak the install script.

  • Installing Oracle 10G Express Edition on Linux after installing Libaio-0.3

    I had got a error while installing 10G Express Edition on Redhat Fedora core 4 linux after installing libaio-0.3.104-2.i386.rpm
    I had given the following command in Linux Command prompt to install the oracle database 10 G Express Edition (oracle-xe-10.2.0.1-1.0.i386.rpm)
    # sudo rpm -ivh /tmp/oracle-xe-10.2.0.1-1.0.i386.rpm
    The error I had got is as follows:
    Preparing.....#####################[100%]
    1:oracle-xe Warning:/etc/init.d/oracle-xe saved as /etc/init.d/oracle-xe.rpmorig
    error:Unpacking of archive failed on file /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/ons;4698950F:cpio:MD5 Sum Mismatch

    The steps I am asking is for installing oracle 10G express edition on Redhat Fedora core 4 Linux version. Now, after downloading the fresh copy of Oracle 10G express edition from the Oracle site. I have successfully installed oracle now.
    I was getting the following errors - I have pasted previous query for the problem which I had faced after installing Oracle 10 G Express Edition successfully on Redhat Fedora Core 4 Linux.
    The Previous Query is as follows:
    Thanks For Guiding Me All of you!
    Finally, I have installed Oracle 10G Express Edition on Redhat Fedora core 4 Linux.
    Now, I am having the following problems:
    After making the changes as per my Reference mentioned in my different messages, I had done the troubleshooting steps going to Options and setting the same.
    1.When I try to load the http://127.0.0.1:8080/apex page it gives an error popup:
    " The connection was refused when attempting to contact 127.0.0.1:8080 "
    2. After opening the Run the SQL Command Line by clicking on applications and When I say " Connect System and when prompted for password, I have entered the password and gives another error as follows:
    ORA-01034 : Oracle not available
    ORA-27101: Shared Memory realm does not exist
    Linux Error:2:No such file or directory
    3. When I try to manually start the Listener or Services, It gives one more error:
    Root Not a Member of DBA Group
    I need to What is happening or What is the Problem and How will I rectify them?

  • Getting Error while installing oracle 10g 1.0.2.0 on Redhat - linux 64bit

    I am installing oracle 10g on Redhat 64bit (VM ware). In the middle it gives some error oracle Net services cancelled. Please see the error message below and advise.
    Configuration assistant "Oracle Net Configuration Assistant" was canceled.
    The "/u01/app/oracle/product/10.2.0/db_1/cfgtoollogs/configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled.
    This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.
    Output generated from configuration assistant "Oracle Net Configuration Assistant":
    Command = /u01/app/oracle/product/10.2.0/db_1/jdk/jre//bin/java -Duser.dir=/u01/app/oracle/product/10.2.0/db_1/network/jlib -classpath /u01/app/oracle/product/10.2.0/db_1/jdk/jre//lib/i18n.jar:/u01/app/oracle/product/10.2.0/db_1/jdk/jre//lib/rt.jar:/
    u01/app/oracle/product/10.2.0/db_1/jlib/ewt3.jar:/u01/app/oracle/product/10.2.0/db_1/jlib/ewtcompat-3_3_15.jar:/u01/app/oracle/product/10.2.0/db_1/jlib/netcfg.jar:/u01/app/oracle/product/10.2.0/db_1/network/jlib/netcam.jar:/
    u01/app/oracle/product/10.2.0/db_1/network/jlib/netca.jar:/u01/app/oracle/product/10.2.0/db_1/jlib/help4.jar:/
    u01/app/oracle/product/10.2.0/db_1/jlib/jewt4.jar:/u01/app/oracle/product/10.2.0/db_1/jlib/oracle_ice.jar:/
    u01/app/oracle/product/10.2.0/db_1/jlib/share.jar:/u01/app/oracle/product/10.2.0/db_1/jlib/swingall-1_1_1.jar:/u01/app/oracle/product/10.2.0/db_1/jlib/srvmhas.jar:/u01/app/oracle/product/10.2.0/db_1/jlib/srvm.jar:/
    u01/app/oracle/product/10.2.0/db_1/network/tools:/u01/app/oracle/product/10.2.0/db_1/jlib/ldapjclnt9.jar:/u01/app/oracle/product/10.2.0/db_1/jlib/ldapjclnt10.jar:/
    u01/app/oracle/product/10.2.0/db_1/oui/jlib/OraInstaller.jar:/u01/app/oracle/product/10.2.0/db_1/lib/xmlparserv2.jar oracle.net.ca.NetCA /orahome /u01/app/oracle/product/10.2.0/db_1 /orahnam OraDb10g_home1 /instype typical /inscomp client,
    oraclenet,javavm,server,ano /insprtcl tcp /cfg local /authadp NO_VALUE /nodeinfo NO_VALUE /responseFile /
    u01/app/oracle/product/10.2.0/db_1/network/install/netca_typ.rsp
    Configuration assistant "Oracle Net Configuration Assistant" was canceled.
    The "/u01/app/oracle/product/10.2.0/db_1/cfgtoollogs/configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled.
    This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.

    865231 wrote:
    I am installing oracle 10g on Redhat 64bit (VM ware). In the middle it gives some error oracle Net services cancelled. Please see the error message below and advise.
    Configuration assistant "Oracle Net Configuration Assistant" was canceled.
    The "/u01/app/oracle/product/10.2.0/db_1/cfgtoollogs/configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled.
    This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.
    Output generated from configuration assistant "Oracle Net Configuration Assistant":
    Command = /u01/app/oracle/product/10.2.0/db_1/jdk/jre//bin/java -Duser.dir=/u01/app/oracle/product/10.2.0/db_1/network/jlib -classpath /u01/app/oracle/product/10.2.0/db_1/jdk/jre//lib/i18n.jar:/u01/app/oracle/product/10.2.0/db_1/jdk/jre//lib/rt.jar:/
    u01/app/oracle/product/10.2.0/db_1/jlib/ewt3.jar:/u01/app/oracle/product/10.2.0/db_1/jlib/ewtcompat-3_3_15.jar:/u01/app/oracle/product/10.2.0/db_1/jlib/netcfg.jar:/u01/app/oracle/product/10.2.0/db_1/network/jlib/netcam.jar:/
    u01/app/oracle/product/10.2.0/db_1/network/jlib/netca.jar:/u01/app/oracle/product/10.2.0/db_1/jlib/help4.jar:/
    u01/app/oracle/product/10.2.0/db_1/jlib/jewt4.jar:/u01/app/oracle/product/10.2.0/db_1/jlib/oracle_ice.jar:/
    u01/app/oracle/product/10.2.0/db_1/jlib/share.jar:/u01/app/oracle/product/10.2.0/db_1/jlib/swingall-1_1_1.jar:/u01/app/oracle/product/10.2.0/db_1/jlib/srvmhas.jar:/u01/app/oracle/product/10.2.0/db_1/jlib/srvm.jar:/
    u01/app/oracle/product/10.2.0/db_1/network/tools:/u01/app/oracle/product/10.2.0/db_1/jlib/ldapjclnt9.jar:/u01/app/oracle/product/10.2.0/db_1/jlib/ldapjclnt10.jar:/
    u01/app/oracle/product/10.2.0/db_1/oui/jlib/OraInstaller.jar:/u01/app/oracle/product/10.2.0/db_1/lib/xmlparserv2.jar oracle.net.ca.NetCA /orahome /u01/app/oracle/product/10.2.0/db_1 /orahnam OraDb10g_home1 /instype typical /inscomp client,
    oraclenet,javavm,server,ano /insprtcl tcp /cfg local /authadp NO_VALUE /nodeinfo NO_VALUE /responseFile /
    u01/app/oracle/product/10.2.0/db_1/network/install/netca_typ.rsp
    Configuration assistant "Oracle Net Configuration Assistant" was canceled.
    The "/u01/app/oracle/product/10.2.0/db_1/cfgtoollogs/configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled.
    This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.I thought the error message gave the advice already:
    The "/u01/app/oracle/product/10.2.0/db_1/cfgtoollogs/configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled.
    This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.Looks like you canceled the pop up to configure your tns files. No harm, your database created just fine, but probably didn't configure listener.ora, sqlnet.ora, and tnsnames.ora. Just run netca and finish the tns confiiguration.

  • 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/]

  • I can't install Oracle 10g Client in x86-64(Intel EM64T)

    Dear All,
    Recently, I tried to install the Oracle 10g client in Redhat Enterprise Linux 4.0 with x86-64 (Intel EM64T) platform. As I know,that is either Oracle 9i or Oracle 10g has been certified to Redhat AS 3.0 operating system.
    How can I install Oracle 10g normally under all x86-64 platforms? Or, When does Oracle to release out the patch for all x86-64 versions?

    Please reffer to Installation section.
    Database Installation

  • 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

  • Can you install Oracle 10g on REDHAT LINUX ENTERPRISE WS?

    According to oracle documentation, it says you can install oracle10g on Redhat enterprise version 3 or 4, but it doesn't specify whether its Red Hat Enterprise Linux AS or WS. Can you install oracle 10g on Rehat Linux Enterprise WS?

    Oracle Certificaction Matrices says only RedHat AS/ES is supported for database. AFAIK WS means workstation.
    Also this link is very clear: http://kbase.redhat.com/faq/FAQ_61_1135.shtm
    Besides the above sentences... If the WS installation is providing all required packages (listed in installtion prerequisites) I belive that Oracle DB could be installed on WS but as I (and the above link) said it is not officialy supported.

  • Installing oracle 10g and 11g client  on the same Linux RHEL 5.4 host

    Is it possible to install Oracle 10g and 11g client on the same Linux RHEL 5.4 host and have the application switch between 10g and 11g? and how would the 10g and 11g be installed?

    Thanks for your reply.
    Typeically if 10g is installed in /home/roacle/product/10.2.0, are you saying that for 11g, it would be /home/oracle/product/11.0.0 ?
    How about switching the application? Does changing the ORACLE_HOME and PATH environment variable setting enough ? Let's say from
    ORACLE_HOME=/home/oracle/product/10.2.0/client_1 to /home/oracle/product/11.0.0/client_1

  • Error while installing oracle 10g on centos 5.6 32 Bit

    Hi All,
    Please help me with the issue I facing while installing oracle 10g on centos 5.6 32bit. I did lot of research on google but I am getting same answer...the libXp package is missing, but I have check it...its already installed.
    [root@staging ~]# find / -name libXp.so.6
    /usr/lib/libXp.so.6
    /usr/lib64/libXp.so.6
    echo $DISPLAY
    <ipaddress>:0.0
    [oracle@staging database]$ DISPLAY=<ipaddress>:0.0; export DISPLAY
    [oracle@staging database]$ id
    uid=500(oracle) gid=500(oinstall) groups=500(oinstall),501(dba) context=root:system_r:unconfined_t:SystemLow-SystemHigh
    Below is the error message I am getting :
    oracle@staging database]$ ./runInstaller
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2
    Passed
    All installer requirements met.
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2012-06-27_05-37-17PM. Please wait ...[oracle@staging database]$ Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2012-06-27_05-37-17PM/jre/1.4.2/lib/i386/libawt.so: libXtst.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 found some suggestion on google and tried to not use ip address in DISPLAY settings...
    if I am using 0.0 instead of IP below eg.
    [oracle@staging database]$ DISPLAY=:0.0; export DISPLAY
    The error I am receiving differnt error
    [oracle@staging database]$ ./runInstaller
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2
    Passed
    All installer requirements met.
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2012-06-27_05-34-40PM. Please wait ...
    DISPLAY not set. Please set the DISPLAY and try again.
    Depending on the Unix Shell, you can use one of the following commands as examples to set the DISPLAY environment variable:
    - For csh:                % setenv DISPLAY 192.168.1.128:0.0
    - For sh, ksh and bash:      $ DISPLAY=192.168.1.128:0.0; export DISPLAY
    Use the following command to see what shell is being used:
         echo $SHELL
    Use the following command to view the current DISPLAY environment variable setting:
         echo $DISPLAY
    - Make sure that client users are authorized to connect to the X Server.
    To enable client users to access the X Server, open an xterm, dtterm or xconsole as the user that started the session and type the following command:
    % xhost +
    To test that the DISPLAY environment variable is set correctly, run a X11 based program that comes with the native operating system such as 'xclock':
         % <full path to xclock.. see below>
    If you are not able to run xclock successfully, please refer to your PC-X Server or OS vendor for further assistance.
    Typical path for xclock: /usr/X11R6/bin/xclock
    [oracle@staging database]$ echo $SHELL
    /bin/bash
    Please help me.

    satish.ygl wrote:
    Hi,
    I am getting the same error when i am applying patchset to 10201 to 10204. I am using RedHat Linux 4 version and I tried set $DISPLAY=<hostname/ip address>:0.0 and export=DISPLAY
    #xhost + and checked $PATH this is also is correct
    I did these steps still i am getting the following error
    pen an xterm, dtterm or xconsole as the user that started the session and type the following command:
    % xhost +
    To test that the DISPLAY environment variable is set correctly, run a X11 based program that comes with the native operating system such as 'xclock':
    % <full path to xclock... see below>
    If you are not able to run xclock successfully, please refer to your PC-X Server or OS vendor for further assistance.
    Typical path for 'xclock': '/usr/X11R6/bin/xclock'
    Please help me in this scenario.
    thank You,
    Sri
    Edited by: satish.ygl on Oct 30, 2012 7:49 PMyou must log onto the DB Server as below (or functional equivalent)
    ssh -X oracle@DB_Server
    & the first & only command after logging onto the DB Server should be as below
    xclock
    If/when xclock fails, then OUI will fail.

  • Error while installing Oracle 10g on CentOS 5.5

    Hello,
    I have been using the following url to install oracle 10g R2:
    http://onaxer.com/blog/blog/tag/oracle-10g-r2-installtion-on-centos-5-5rhel/
    I have copied the oracle 10g R2 linux version from windows to linux using FTP.
    All the installer requirements have been met, but i'm getting the following error while running the installation:
    [oracle@localhost database]$ ./runInstaller
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2
    Passed
    All installer requirements met.
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2011-02-21_03-11-44PM. Please wait ...[oracle@localhost database]$ Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2011-02-21_03-11-44PM/jre/1.4.2/lib/i386/libawt.so: libXtst.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)
    Any help would be greatly appreciated.
    Thanks.

    Hi,
    Download & Install the following rpm and retry oracle installation.
    http://oss.oracle.com/projects/compat-oracle/dist/files/Enterprise_Linux/xorg-x11-libs-compat-6.8.2-1.EL.33.0.1.i386.rpm
    installation
    rpm -i xorg-x11-libs-compat-6.8.2-1.EL.33.0.1.i386.rpm
    After the RPM, is installed, you will also need to override the /usr/lib/libXtst.so.6 with the one from /usr/X11R6/lib/libXtst.so.6.
    As root, issue the commands:
    mv /usr/lib/libXtst.so.6 /usr/lib/libXtst.so.6.ORG
    ln –s /usr/X11R6/lib/libXtst.so.6 /usr/lib/libXtst.so.6
    Pubudu

Maybe you are looking for

  • QM_Change of base unit of measure not possible

    Dear QM Experts, Scenario is, 1.     Material master created with QM view activation. 2.     The Base Unit of Measure kept as EA 3.     Inspection plan prepared for material with usage 5 and status 4. 4.     Material has not undergone any purchase or

  • Acrobat icon in dock bouncing when pdf file is minimized

    Often when I have a pdf open, and minimize it so it goes in the dock, the Acrobat icon will start bouncing up and down for attention. Why does it do this annoying thing?

  • Need help: iPad 2

    I have an iPad 2. My wifi is working perfectly, but overtime I go to the app store, it says: cannot connect to app store. Also, when I go to iMessage, it asks me to enter my apple iD and my password, but it says "password incorrect." I reseted my pas

  • How to run executable files via ProcessBuilder existing in another drive??

    hi, I was using Runtime Class to execute other programs through my application but as I'm using j2se 5 I want to make use of ProcessBuilder Class and utilize its some added features. I wanted it to run my .bat file located in some other folder than t

  • Physical path of the KM

    Hi, I would like to know where KM content stores physically? If yes where can I find the path on the server. Please help me to know... Thanks in advance