<?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: Problems during installation of Oracle 8i in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/problems-during-installation-of-oracle-8i/m-p/3481820#M69664</link>
    <description>What are the make error ? You can have them in OraInventory/logs directory.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
    <pubDate>Thu, 10 Feb 2005 10:48:08 GMT</pubDate>
    <dc:creator>Fred Ruffet</dc:creator>
    <dc:date>2005-02-10T10:48:08Z</dc:date>
    <item>
      <title>Problems during installation of Oracle 8i</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-during-installation-of-oracle-8i/m-p/3481809#M69653</link>
      <description>We have HP Proliant ML-350 having Redhat Linux Advance Server 2.1 as operating system.&lt;BR /&gt;We have two processors.&lt;BR /&gt;The memory is 512MB.&lt;BR /&gt;&lt;BR /&gt;When we run top the CPU utilization is 99.9%during the installation of Oracle 8i.&lt;BR /&gt;&lt;BR /&gt;The installation is running from last 2 hrs as well as the cpu utilization is 99.9% constantly.&lt;BR /&gt;&lt;BR /&gt;Kindly advice.</description>
      <pubDate>Wed, 09 Feb 2005 05:04:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-during-installation-of-oracle-8i/m-p/3481809#M69653</guid>
      <dc:creator>Abhijit_10</dc:creator>
      <dc:date>2005-02-09T05:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problems during installation of Oracle 8i</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-during-installation-of-oracle-8i/m-p/3481810#M69654</link>
      <description>Is there a particular reason for you to install 8i ? I believe that RH AS 2.1 was supported for 9i. You may encountered problem if this version of Oracle hasn't be compiled on an equivalent server (kernel/libc).&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Feb 2005 05:14:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-during-installation-of-oracle-8i/m-p/3481810#M69654</guid>
      <dc:creator>Fred Ruffet</dc:creator>
      <dc:date>2005-02-09T05:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problems during installation of Oracle 8i</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-during-installation-of-oracle-8i/m-p/3481811#M69655</link>
      <description>Fred,&lt;BR /&gt;&lt;BR /&gt;Many thanks for the advice.&lt;BR /&gt;&lt;BR /&gt;The requirement is to install Oracle8.1.7 on the given system having OS Redhat AS 2.1.&lt;BR /&gt;&lt;BR /&gt;We have applied i386-glibc-2.1-linux.tar.gz &lt;BR /&gt;after untar we hid the gcc,cc &amp;amp; ld under /usr/bin &amp;amp; recreated the links.&lt;BR /&gt;&lt;BR /&gt;Also we hid the lib.so, libdl.so , libm.so under /usr/bin&lt;BR /&gt;&lt;BR /&gt;j2sdk-1_3_1_01-linux-i386-rpm.bin was also applied&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;After doing this we ran the Oracle installer.&lt;BR /&gt;&lt;BR /&gt;We got errors during installation for various mk files errors.&lt;BR /&gt;&lt;BR /&gt;Error's : &lt;BR /&gt;1.&lt;BR /&gt;Error in invoking target ntcrontab.o of make file /oracle/network/lib/ins_net_client.mk&lt;BR /&gt;2.&lt;BR /&gt;Error in invoking target ntcrontab.o of make file /oracle/network/lib/ins_nau.mk&lt;BR /&gt;3.&lt;BR /&gt;Error in invoking target ntcrontab.o of make file /oracle/network/lib/ins_precomp.mk&lt;BR /&gt;&lt;BR /&gt;like this for 12 files error was invoked.&lt;BR /&gt;&lt;BR /&gt;We have ignored these errors so that we can run glibc-2.1.3-stubs.tar.gz.&lt;BR /&gt;&lt;BR /&gt;It has a script setup_stubs.sh&lt;BR /&gt;&lt;BR /&gt;which contains&lt;BR /&gt;*******************************************&lt;BR /&gt;#!/bin/bash&lt;BR /&gt;&lt;BR /&gt;patch_mk()&lt;BR /&gt;{&lt;BR /&gt;   echo -n "  checking file '$1'..."&lt;BR /&gt;&lt;BR /&gt;   # remove the temporary file if it exists&lt;BR /&gt;   if [ -f $1.stub ]; then&lt;BR /&gt;      rm $1.stub&lt;BR /&gt;   fi&lt;BR /&gt;&lt;BR /&gt;   # if the file to be patched exists...&lt;BR /&gt;   if [ -f $1 ]; then&lt;BR /&gt;      # create a new temporary file with the changes&lt;BR /&gt;      sed -e '/^LDFLAGS=.*-L$(LIBHOME)\/stubs\//n' -e '/^LDFLAGS=/s/-L$(LIBHOME)[[:space:]]\?/-L$(LIBHOME) -L$(LIBHOME)\/stubs\/ /' -e '/^[[:blank:]]$(CC).*-L$(LIBHOME)\/stubs\//n' -e '/^[[:blank:]]$(CC)/s/-L$(LIBHOME)[[:space:]]\+/-L$(LIBHOME) -L$(LIBHOME)\/stubs\/ /' -e '/^LDFLAGS=.*$(LDPATHFLAG)$(LIBHOME)\/stubs\//n' -e '/^LDFLAGS=/s/$(LDPATHFLAG)$(LIBHOME)[[:space:]]\?/$(LDPATHFLAG)$(LIBHOME) $(LDPATHFLAG)$(LIBHOME)\/stubs\/ /' -e '/^[[:blank:]]$(CC).*$(LDPATHFLAG)$(LIBHOME)\/stubs\//n' -e '/^[[:blank:]]$(CC)/s/$(LDPATHFLAG)$(LIBHOME)[[:space:]]\+/$(LDPATHFLAG)$(LIBHOME) $(LDPATHFLAG)$(LIBHOME)\/stubs\/ /' $1 &amp;gt; $1.stub&lt;BR /&gt;&lt;BR /&gt;      # if the sed command actually changed some lines...&lt;BR /&gt;      if ! diff -q $1 $1.stub 2&amp;gt;&amp;amp;1 &amp;gt;/dev/null; then&lt;BR /&gt;         mv $1 $1.nostub&lt;BR /&gt;         mv $1.stub $1&lt;BR /&gt;         echo -n "patched."&lt;BR /&gt;      else&lt;BR /&gt;         rm $1.stub&lt;BR /&gt;         echo -n "OK."&lt;BR /&gt;      fi&lt;BR /&gt;   fi&lt;BR /&gt;   echo&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;OH=$ORACLE_HOME&lt;BR /&gt;RELINK=$OH/bin/relink&lt;BR /&gt;&lt;BR /&gt;if [ -z $OH ]; then&lt;BR /&gt;   echo "ERROR:  ORACLE_HOME is not set in the environment!"&lt;BR /&gt;   exit -1&lt;BR /&gt;elif [ ! -d $OH ]; then&lt;BR /&gt;   echo "ERROR:  ORACLE_HOME is set to an invalid directory!"&lt;BR /&gt;   exit -1&lt;BR /&gt;fi&lt;BR /&gt;&lt;BR /&gt;if [ ! -f $RELINK ]; then&lt;BR /&gt;   echo "ERROR:  $ORACLE_HOME/bin/relink not found."&lt;BR /&gt;   exit -1&lt;BR /&gt;fi&lt;BR /&gt;&lt;BR /&gt;cd $OH&lt;BR /&gt;&lt;BR /&gt;echo -n "Setting up patch files..."&lt;BR /&gt;if [ ! -f lib/stubs/libc.so.tmp ]; then&lt;BR /&gt;   echo "ERROR:  $ORACLE_HOME/lib/stubs/libc.so.tmp not found."&lt;BR /&gt;   echo "        Make sure the stub library patch was extracted properly."&lt;BR /&gt;   exit -1&lt;BR /&gt;fi&lt;BR /&gt;sed -e "s%__OH__%$ORACLE_HOME%g" lib/stubs/libc.so.tmp &amp;gt; lib/stubs/libc.so&lt;BR /&gt;&lt;BR /&gt;cp -p bin/genclntsh bin/genclntsh.stub&lt;BR /&gt;sed -e '/^LD=.*-L${ORACLE_HOME}\/lib\/stubs\//n' -e '/^LD=/s/-L${ORACLE_HOME}\/lib[[:space:]]\?/-L${ORACLE_HOME}\/lib -L${ORACLE_HOME}\/lib\/stubs\/ /' -e '/^LD=.*$(LDPATHFLAG)${ORACLE_HOME}\/lib\/stubs\//n' -e '/^LD=/s/$(LDPATHFLAG)${ORACLE_HOME}\/lib[[:space:]]\?/$(LDPATHFLAG)${ORACLE_HOME}\/lib $(LDPATHFLAG)${ORACLE_HOME}\/lib\/stubs\/ /' bin/genclntsh &amp;gt; bin/genclntsh.stub&lt;BR /&gt;if ! diff -q bin/genclntsh bin/genclntsh.stub 2&amp;gt;&amp;amp;1 &amp;gt;/dev/null; then&lt;BR /&gt;   mv bin/genclntsh bin/genclntsh.nostub&lt;BR /&gt;   mv bin/genclntsh.stub bin/genclntsh&lt;BR /&gt;else&lt;BR /&gt;   rm bin/genclntsh.stub&lt;BR /&gt;fi&lt;BR /&gt;echo "done."&lt;BR /&gt;&lt;BR /&gt;echo "Patching makefiles as necessary:"&lt;BR /&gt;prodlist=`find $OH -name "*.mk"`&lt;BR /&gt;for file in $prodlist; do&lt;BR /&gt;   patch_mk $file&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;echo -n "Rebuilding client shared library..."&lt;BR /&gt;$OH/bin/genclntsh &amp;gt;/dev/null&lt;BR /&gt;echo "done."&lt;BR /&gt;&lt;BR /&gt;echo "Relinking executables:"&lt;BR /&gt;for mkfile in `find $OH -name "ins_*.mk"`; do&lt;BR /&gt;   dir=`dirname $mkfile`&lt;BR /&gt;   file=`basename $mkfile`&lt;BR /&gt;   pushd $dir &amp;gt;/dev/null&lt;BR /&gt;   echo -n "  running '$file'..."&lt;BR /&gt;   if [ $file != "ins_precomp.mk" ]; then&lt;BR /&gt;      make -i -f $file install &amp;gt;/dev/null 2&amp;gt;&amp;amp;1&lt;BR /&gt;   else&lt;BR /&gt;      make -i -f $file relink &amp;gt;/dev/null 2&amp;gt;&amp;amp;1&lt;BR /&gt;   fi&lt;BR /&gt;   echo "done."&lt;BR /&gt;   popd &amp;gt;/dev/null&lt;BR /&gt;done &lt;BR /&gt;******************************************&lt;BR /&gt;But the installation process is still running for last 3 hours.&lt;BR /&gt;&lt;BR /&gt;Kindly advice if any other procedure to be followed for the installation.&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance.</description>
      <pubDate>Wed, 09 Feb 2005 06:29:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-during-installation-of-oracle-8i/m-p/3481811#M69655</guid>
      <dc:creator>Abhijit_10</dc:creator>
      <dc:date>2005-02-09T06:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problems during installation of Oracle 8i</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-during-installation-of-oracle-8i/m-p/3481812#M69656</link>
      <description>Have you setup the proper value for $LD_ASSUME_KERNEL?&lt;BR /&gt;&lt;BR /&gt;Check metalink.oracle.com for any error message  and patches. i've tried several combination (rh9+oracle9i, rh9+oracle9ir2, rhas2.1+oracle9ir2, rhas2.1+oracle9iAS, rhas2.1+oracle9iASr2), it works for me.&lt;BR /&gt;&lt;BR /&gt;EF</description>
      <pubDate>Wed, 09 Feb 2005 06:49:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-during-installation-of-oracle-8i/m-p/3481812#M69656</guid>
      <dc:creator>Emir Faisal</dc:creator>
      <dc:date>2005-02-09T06:49:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problems during installation of Oracle 8i</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-during-installation-of-oracle-8i/m-p/3481813#M69657</link>
      <description>There are several tricks, see for example this doc:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://staff.in2.hr/denis/oracle/817install_rh72_en.html" target="_blank"&gt;http://staff.in2.hr/denis/oracle/817install_rh72_en.html&lt;/A&gt;</description>
      <pubDate>Wed, 09 Feb 2005 07:54:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-during-installation-of-oracle-8i/m-p/3481813#M69657</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2005-02-09T07:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: Problems during installation of Oracle 8i</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-during-installation-of-oracle-8i/m-p/3481814#M69658</link>
      <description>Amir,&lt;BR /&gt;&lt;BR /&gt;Thanks for the advice .&lt;BR /&gt;&lt;BR /&gt;The settings are fine.&lt;BR /&gt;&lt;BR /&gt;Is it possible for me to get a procedure for the installation ?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Feb 2005 07:57:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-during-installation-of-oracle-8i/m-p/3481814#M69658</guid>
      <dc:creator>Abhijit_10</dc:creator>
      <dc:date>2005-02-09T07:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problems during installation of Oracle 8i</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-during-installation-of-oracle-8i/m-p/3481815#M69659</link>
      <description>Amir&lt;BR /&gt;&lt;BR /&gt;The LD_ASSUME_KERNEL is 2.4.9-e.3smp</description>
      <pubDate>Wed, 09 Feb 2005 08:50:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-during-installation-of-oracle-8i/m-p/3481815#M69659</guid>
      <dc:creator>Abhijit_10</dc:creator>
      <dc:date>2005-02-09T08:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problems during installation of Oracle 8i</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-during-installation-of-oracle-8i/m-p/3481816#M69660</link>
      <description>you should set export LD_ASSUME_KERNEL=2.2.5&lt;BR /&gt;but there are more settings - please read manual I sent.</description>
      <pubDate>Wed, 09 Feb 2005 08:58:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-during-installation-of-oracle-8i/m-p/3481816#M69660</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2005-02-09T08:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problems during installation of Oracle 8i</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-during-installation-of-oracle-8i/m-p/3481817#M69661</link>
      <description>Vitaly ,&lt;BR /&gt;&lt;BR /&gt;After setting export LD_ASSUME_KERNEL=2.2.5&lt;BR /&gt;&lt;BR /&gt;And taking the help from the manual which you had sent.&lt;BR /&gt;&lt;BR /&gt;I removed all oracle and oracle entries and restarted the installation but it is still giving errors during installation for various mk files errors.&lt;BR /&gt;&lt;BR /&gt;Error's : &lt;BR /&gt;1.&lt;BR /&gt;Error in invoking target ntcrontab.o of make file /oracle/network/lib/ins_net_client.mk&lt;BR /&gt;2.&lt;BR /&gt;Error in invoking target ntcrontab.o of make file /oracle/network/lib/ins_nau.mk&lt;BR /&gt;3.&lt;BR /&gt;Error in invoking target ntcrontab.o of make file /oracle/network/lib/ins_precomp.mk&lt;BR /&gt;&lt;BR /&gt;like this for 12 files error was invoked.&lt;BR /&gt;&lt;BR /&gt;Now after the setup went to netconfiguration it gave the following error:&lt;BR /&gt;libclntsh.so.8.0:cannot open shared object file: No such file or directory (libnjni8.so)&lt;BR /&gt;error loading native library : libnjni8.so&lt;BR /&gt;java.lang.UnsatisfiedLink error.jniGetOracleHome&lt;BR /&gt;at&lt;BR /&gt;at Oracle.net.ca.CmdlineArgs.setOraArgs(Compiled Code)&lt;BR /&gt;at Oracle.net.ca.NetCA&lt;INIT&gt; (Compiled Code)&lt;BR /&gt;at Oracle.net.ca.NetCA.main (Compiled Code)&lt;/INIT&gt;</description>
      <pubDate>Wed, 09 Feb 2005 11:08:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-during-installation-of-oracle-8i/m-p/3481817#M69661</guid>
      <dc:creator>Abhijit_10</dc:creator>
      <dc:date>2005-02-09T11:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problems during installation of Oracle 8i</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-during-installation-of-oracle-8i/m-p/3481818#M69662</link>
      <description>There is some part with glibc-2.1.3-stubs, &lt;BR /&gt;if previous doc forgot it, read this:&lt;BR /&gt;&lt;A href="http://linuxlab.dk/fcl/technotes/ora_817_3" target="_blank"&gt;http://linuxlab.dk/fcl/technotes/ora_817_3&lt;/A&gt;</description>
      <pubDate>Thu, 10 Feb 2005 05:04:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-during-installation-of-oracle-8i/m-p/3481818#M69662</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2005-02-10T05:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: Problems during installation of Oracle 8i</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-during-installation-of-oracle-8i/m-p/3481819#M69663</link>
      <description>Many thanks for the help.&lt;BR /&gt;&lt;BR /&gt;I have a new problem at hand now .&lt;BR /&gt;&lt;BR /&gt;I was successfully able to install Oracle Enterpise Edition (8.1.7).&lt;BR /&gt;But as soon as I started creation of database from ./dbassist i received errors as following&lt;BR /&gt;&lt;BR /&gt;1. ORA-01519&lt;BR /&gt;2. ORA-00604&lt;BR /&gt;3. ORA-01119&lt;BR /&gt;4. ORA-27044&lt;BR /&gt;5. ORA-01109&lt;BR /&gt;&lt;BR /&gt;And the database creation was aborted.&lt;BR /&gt;&lt;BR /&gt;Do I try reinstalling Oracle and creation of database once again.</description>
      <pubDate>Thu, 10 Feb 2005 09:10:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-during-installation-of-oracle-8i/m-p/3481819#M69663</guid>
      <dc:creator>Abhijit_10</dc:creator>
      <dc:date>2005-02-10T09:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: Problems during installation of Oracle 8i</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-during-installation-of-oracle-8i/m-p/3481820#M69664</link>
      <description>What are the make error ? You can have them in OraInventory/logs directory.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Feb 2005 10:48:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-during-installation-of-oracle-8i/m-p/3481820#M69664</guid>
      <dc:creator>Fred Ruffet</dc:creator>
      <dc:date>2005-02-10T10:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problems during installation of Oracle 8i</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-during-installation-of-oracle-8i/m-p/3481821#M69665</link>
      <description>There were no make errors.&lt;BR /&gt;&lt;BR /&gt;There was a problem in the DBCA as it was not able to get the files for the installation so I have started the installation again from scratch.</description>
      <pubDate>Fri, 11 Feb 2005 23:32:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-during-installation-of-oracle-8i/m-p/3481821#M69665</guid>
      <dc:creator>Abhijit_10</dc:creator>
      <dc:date>2005-02-11T23:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: Problems during installation of Oracle 8i</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-during-installation-of-oracle-8i/m-p/3481822#M69666</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;Many thanks to Emir Faisal.&lt;BR /&gt;&lt;BR /&gt;Especially to Fred Ruffet and Vitaly Karasik ,I have been able to install the Oracle database 8.1.7 on Redhat Linux AS 2.1 server successfully.&lt;BR /&gt;</description>
      <pubDate>Sat, 12 Feb 2005 02:43:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-during-installation-of-oracle-8i/m-p/3481822#M69666</guid>
      <dc:creator>Abhijit_10</dc:creator>
      <dc:date>2005-02-12T02:43:50Z</dc:date>
    </item>
  </channel>
</rss>

