<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Install Oracle 9i on Red hat linux enterprise 5 error in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/install-oracle-9i-on-red-hat-linux-enterprise-5-error/m-p/4147223#M63640</link>
    <description>from my experience yes.&lt;BR /&gt;&lt;BR /&gt;with couple of recent months I installed on RHEL4 DBs 9201+patch9208, 10201 - no one worked with suplied JRE.&lt;BR /&gt;&lt;BR /&gt;the same experience I have from Tru64 environment...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;emha.</description>
    <pubDate>Tue, 26 Feb 2008 10:17:32 GMT</pubDate>
    <dc:creator>emha_1</dc:creator>
    <dc:date>2008-02-26T10:17:32Z</dc:date>
    <item>
      <title>Install Oracle 9i on Red hat linux enterprise 5 error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/install-oracle-9i-on-red-hat-linux-enterprise-5-error/m-p/4147212#M63629</link>
      <description>We are installing Oracle 9.2.04 on Linux.&lt;BR /&gt;We set the environment as follows:&lt;BR /&gt;　　export BASH_ENV=$HOME/.bashrc &lt;BR /&gt;　　Oracle_HOME=/Oracle/product/9.0.1; export Oracle_HOME &lt;BR /&gt;　　Oracle_SID=Oracle; export Oracle_SID &lt;BR /&gt;　　Oracle_TERM=xterm; export Oracle_TERM &lt;BR /&gt;　　TNS_ADMIN=/home/Oracle/config/9.0.1; export TNS_ADMIN &lt;BR /&gt;　　NLS_LANG=american_america.ZHS16GBK; export NLS_LANG &lt;BR /&gt;　　ORA_NLS33=$Oracle_HOME/ocommon/nls/admin/data; export ORA_NLS33 &lt;BR /&gt;　　LD_LIBRARY_PATH=$Oracle_HOME/lib;export LD_LIBRARY_PATH &lt;BR /&gt;　　PATH=$PATH:/bin:/usr/bin:/usr/sbin:/etc:/opt/bin: &lt;BR /&gt;　　/usr/ccs/bin:/usr/openwin &lt;BR /&gt;　　PATH=$PATH:/opt/local/bin:/opt/NSCPnav/bin:$Oracle_HOME/bin &lt;BR /&gt;　　PATH=$PATH:/usr/local/samba/bin:/usr/ucb: &lt;BR /&gt;　　export PATH &lt;BR /&gt;　　CLASSPATH=$Oracle_HOME/JRE:$Oracle_HOME/jlib: &lt;BR /&gt;　　$Oracle_HOME/rdbms/jlib &lt;BR /&gt;　　CLASSPATH=$CLASSPATH:$Oracle_HOME/network/jlib &lt;BR /&gt;　　TMPDIR=/tmp;export TMPDIR &lt;BR /&gt;　　umask 022 &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;After setting the environment, we did:&lt;BR /&gt;[Oracle@localhost   Disk1]# ./runInstaller &amp;amp;&lt;BR /&gt;and got an missing file problem(missing file libstdc++-libc6.1-1.so.2).&lt;BR /&gt;Then we did:&lt;BR /&gt;[Oracle@localhost lib]# ln -sf libstdc++.so.6.0.8 libstdc++-libc6.1-1.so.2&lt;BR /&gt;&lt;BR /&gt;After that, the missing file problem is settled.&lt;BR /&gt;But when we execute runInstaller again, the program hang at :&lt;BR /&gt;Initializing   Java   Virtual   Machine   from   /tmp/OraInstall2007-06-28_09-36-35AM/jre/bin/java.   Please   wait...&lt;BR /&gt;&lt;BR /&gt;With no other error messages.&lt;BR /&gt;What should we do next?</description>
      <pubDate>Tue, 19 Feb 2008 14:51:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/install-oracle-9i-on-red-hat-linux-enterprise-5-error/m-p/4147212#M63629</guid>
      <dc:creator>Z.K.</dc:creator>
      <dc:date>2008-02-19T14:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: Install Oracle 9i on Red hat linux enterprise 5 error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/install-oracle-9i-on-red-hat-linux-enterprise-5-error/m-p/4147213#M63630</link>
      <description>Different versions of libstdc++ are not binary compatible. You probably need to install compat-libstdc++-296 to get the right version of the shared library.&lt;BR /&gt;&lt;BR /&gt;Even with that I'm not sure if Oracle 9i will really work on RHEL5. It was easy on 2.1 but got much more difficult on later releases.</description>
      <pubDate>Tue, 19 Feb 2008 16:17:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/install-oracle-9i-on-red-hat-linux-enterprise-5-error/m-p/4147213#M63630</guid>
      <dc:creator>Heironimus</dc:creator>
      <dc:date>2008-02-19T16:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: Install Oracle 9i on Red hat linux enterprise 5 error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/install-oracle-9i-on-red-hat-linux-enterprise-5-error/m-p/4147214#M63631</link>
      <description>Thanks for your reply!&lt;BR /&gt;I'll have a try again.</description>
      <pubDate>Wed, 20 Feb 2008 00:56:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/install-oracle-9i-on-red-hat-linux-enterprise-5-error/m-p/4147214#M63631</guid>
      <dc:creator>Z.K.</dc:creator>
      <dc:date>2008-02-20T00:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: Install Oracle 9i on Red hat linux enterprise 5 error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/install-oracle-9i-on-red-hat-linux-enterprise-5-error/m-p/4147215#M63632</link>
      <description>try to update your libstdc++-libc rpm</description>
      <pubDate>Wed, 20 Feb 2008 10:39:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/install-oracle-9i-on-red-hat-linux-enterprise-5-error/m-p/4147215#M63632</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2008-02-20T10:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: Install Oracle 9i on Red hat linux enterprise 5 error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/install-oracle-9i-on-red-hat-linux-enterprise-5-error/m-p/4147216#M63633</link>
      <description>Hi Z.K.,&lt;BR /&gt;&lt;BR /&gt;install that compat-* library rpm:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# ll /usr/lib/libstdc++-libc6.1-1.so.2&lt;BR /&gt;lrwxrwxrwx 1 root root 30 Feb  5 14:09 /usr/lib/libstdc++-libc6.1-1.so.2 -&amp;gt; libstdc++-2-libc6.1-1-2.9.0.so&lt;BR /&gt;&lt;BR /&gt;#  rpm -qf /usr/lib/libstdc++-2-libc6.1-1-2.9.0.so&lt;BR /&gt;compat-libstdc++-7.3-2.96.128&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;rgds&lt;BR /&gt;HGH&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Feb 2008 11:05:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/install-oracle-9i-on-red-hat-linux-enterprise-5-error/m-p/4147216#M63633</guid>
      <dc:creator>Hemmetter</dc:creator>
      <dc:date>2008-02-20T11:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: Install Oracle 9i on Red hat linux enterprise 5 error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/install-oracle-9i-on-red-hat-linux-enterprise-5-error/m-p/4147217#M63634</link>
      <description>FWIW - in 10g there are scripts that will run a pre-install package check.  Not sure if they're present in 9i tho....&lt;BR /&gt;&lt;BR /&gt;That being said - the Oracle docs are pretty clear on these requirements too ;)&lt;BR /&gt;&lt;BR /&gt;One site I find really useful:&lt;BR /&gt;&lt;A href="http://www.idevelopment.info/" target="_blank"&gt;http://www.idevelopment.info/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;....he pretty much takes the Oracle docs, removes all the double- and triple-speak, and makes it so humans can understand the installation in a concise manner.&lt;BR /&gt;&lt;BR /&gt;Good luck!&lt;BR /&gt;DV-LN</description>
      <pubDate>Thu, 21 Feb 2008 14:35:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/install-oracle-9i-on-red-hat-linux-enterprise-5-error/m-p/4147217#M63634</guid>
      <dc:creator>Don Vanco - Linux Ninja</dc:creator>
      <dc:date>2008-02-21T14:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: Install Oracle 9i on Red hat linux enterprise 5 error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/install-oracle-9i-on-red-hat-linux-enterprise-5-error/m-p/4147218#M63635</link>
      <description>Thank you all.&lt;BR /&gt;Still hang there.&lt;BR /&gt;I'll try to install Oracle10g instead to see if I can make it this time.&lt;BR /&gt;The site D.V. supplied is quite good.&lt;BR /&gt;Thanks!</description>
      <pubDate>Fri, 22 Feb 2008 01:08:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/install-oracle-9i-on-red-hat-linux-enterprise-5-error/m-p/4147218#M63635</guid>
      <dc:creator>Z.K.</dc:creator>
      <dc:date>2008-02-22T01:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: Install Oracle 9i on Red hat linux enterprise 5 error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/install-oracle-9i-on-red-hat-linux-enterprise-5-error/m-p/4147219#M63636</link>
      <description>I'm surprised that just installing the "Legacy Application Support" package group didn't resolve your issue.  If you can run 10g, that's great - but it won't change the reliance on that package group.&lt;BR /&gt;&lt;BR /&gt;Did you try:&lt;BR /&gt;up2date -i "@ Legacy Application Support"&lt;BR /&gt;&lt;BR /&gt;?&lt;BR /&gt;&lt;BR /&gt;Don</description>
      <pubDate>Fri, 22 Feb 2008 01:20:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/install-oracle-9i-on-red-hat-linux-enterprise-5-error/m-p/4147219#M63636</guid>
      <dc:creator>Don Vanco - Linux Ninja</dc:creator>
      <dc:date>2008-02-22T01:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: Install Oracle 9i on Red hat linux enterprise 5 error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/install-oracle-9i-on-red-hat-linux-enterprise-5-error/m-p/4147220#M63637</link>
      <description>Sorry - I spaced that you are on RHEL 5 - it's&lt;BR /&gt;yum groupinstall&lt;BR /&gt;&lt;BR /&gt;...not sure of the group name - you may have to list to see.....  &lt;BR /&gt;yum grouplist&lt;BR /&gt;&lt;BR /&gt;Don</description>
      <pubDate>Fri, 22 Feb 2008 01:26:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/install-oracle-9i-on-red-hat-linux-enterprise-5-error/m-p/4147220#M63637</guid>
      <dc:creator>Don Vanco - Linux Ninja</dc:creator>
      <dc:date>2008-02-22T01:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: Install Oracle 9i on Red hat linux enterprise 5 error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/install-oracle-9i-on-red-hat-linux-enterprise-5-error/m-p/4147221#M63638</link>
      <description>if you are current with libraries, look for log files in /tmp/OraInstall* and $ORACLE_HOME/OraInventory and check what errors they reports. I suppose there will be a java exception (oracle install packages typicaly has such kind of problems...). if so, try to change  JRE pointer in oraparam.ini from oracle's JRE to the one you have installed on the system.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;emha.</description>
      <pubDate>Fri, 22 Feb 2008 07:16:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/install-oracle-9i-on-red-hat-linux-enterprise-5-error/m-p/4147221#M63638</guid>
      <dc:creator>emha_1</dc:creator>
      <dc:date>2008-02-22T07:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: Install Oracle 9i on Red hat linux enterprise 5 error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/install-oracle-9i-on-red-hat-linux-enterprise-5-error/m-p/4147222#M63639</link>
      <description>emha -&lt;BR /&gt;&lt;BR /&gt;Is that a typical issue?&lt;BR /&gt;&lt;BR /&gt;Red Hat, by default, does not install JAVA - you have to pull it from the supplemental or yum it in.  I've always used Oracle's default install w/o issue - but then I'm only doing a couple installs a year...&lt;BR /&gt;&lt;BR /&gt;DV</description>
      <pubDate>Fri, 22 Feb 2008 12:38:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/install-oracle-9i-on-red-hat-linux-enterprise-5-error/m-p/4147222#M63639</guid>
      <dc:creator>Don Vanco - Linux Ninja</dc:creator>
      <dc:date>2008-02-22T12:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: Install Oracle 9i on Red hat linux enterprise 5 error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/install-oracle-9i-on-red-hat-linux-enterprise-5-error/m-p/4147223#M63640</link>
      <description>from my experience yes.&lt;BR /&gt;&lt;BR /&gt;with couple of recent months I installed on RHEL4 DBs 9201+patch9208, 10201 - no one worked with suplied JRE.&lt;BR /&gt;&lt;BR /&gt;the same experience I have from Tru64 environment...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;emha.</description>
      <pubDate>Tue, 26 Feb 2008 10:17:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/install-oracle-9i-on-red-hat-linux-enterprise-5-error/m-p/4147223#M63640</guid>
      <dc:creator>emha_1</dc:creator>
      <dc:date>2008-02-26T10:17:32Z</dc:date>
    </item>
  </channel>
</rss>

