<?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: Relink Oracle Error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/relink-oracle-error/m-p/4866228#M863579</link>
    <description>&amp;gt;&amp;gt;&amp;gt; Relink Oracle Error &lt;BR /&gt;&lt;BR /&gt;Hah, see! should have listened to my advice in:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=712866" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=712866&lt;/A&gt;&lt;BR /&gt;"Nah. Don't bother. It is not worth the hassle/risk."&lt;BR /&gt;&lt;BR /&gt;:-) :-) :-)&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; This indicates an error with the linker ld. &lt;BR /&gt;&lt;BR /&gt;nitpicking... not an error with ld itself, but the environment in which it had to execute.&lt;BR /&gt;&lt;BR /&gt;Sure this is a virtual memory limitation. Oracle is a large image, and ld needs to 'see it all'. As Fred/Indira suggest, check ulimit and maxdsize settings and the likes.&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 20 Oct 2004 06:01:04 GMT</pubDate>
    <dc:creator>Hein van den Heuvel</dc:creator>
    <dc:date>2004-10-20T06:01:04Z</dc:date>
    <item>
      <title>Relink Oracle Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/relink-oracle-error/m-p/4866224#M863575</link>
      <description>This is Oracle 9.0.1.4. After executing "relink all", we got the below message,&lt;BR /&gt;- Linking Oracle&lt;BR /&gt;rm -f /u10/oracle/rdbms/lib/oracle&lt;BR /&gt;cc  -L/u10/oracle/lib/ -L/u10/oracle/rdbms/lib -o /u10/oracle/rdbms/lib/oracle&lt;BR /&gt;ld:&lt;BR /&gt;load_whole_file: Could not malloc 184504. bytes, for /u10/oracle/lib//libordsdo&lt;BR /&gt;*** Exit 1&lt;BR /&gt;Stop.&lt;BR /&gt;&lt;BR /&gt;What can we do for that?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Eric&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Oct 2004 02:40:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/relink-oracle-error/m-p/4866224#M863575</guid>
      <dc:creator>ericfjchen</dc:creator>
      <dc:date>2004-10-20T02:40:56Z</dc:date>
    </item>
    <item>
      <title>Re: Relink Oracle Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/relink-oracle-error/m-p/4866225#M863576</link>
      <description>Hi Eric,&lt;BR /&gt;&lt;BR /&gt;This indicates an error with the linker ld. Check your PATH environment variable, make sure /usr/bin precedes /usr/local/bin . &lt;BR /&gt;&lt;BR /&gt;export PATH=/usr/bin:$ORACLE_HOME/bin:/usr/local/bin &lt;BR /&gt;Check the following as well.&lt;BR /&gt;&lt;BR /&gt;1) If there is need to increase shells data limit size &lt;BR /&gt;May be the data region of the "ld" process is hitting a shell-imposed limit. In order for the "ld" process to complete the relink successfully, it must be allowed to further increase the size of its data region.  This is controlled by the C  shell's "limit" or Bourne/Korn shell's "ulimit". &lt;BR /&gt;&lt;BR /&gt;2) There was enough temp space &lt;BR /&gt;&lt;BR /&gt;3) There was plenty of swap space &lt;BR /&gt;  &lt;BR /&gt;If the above are fine then may be the Libnetwork.a file is corrupt.  &lt;BR /&gt;&lt;BR /&gt;If the output from /usr/ccs/bin/nm libnetwork.a |grep nlstdstp indicates a corruption &lt;BR /&gt;in the libnetwork.a file, then libnetwork.a must be replaced. &lt;BR /&gt; &lt;BR /&gt;Steps to replace libnetwork.a &lt;BR /&gt; &lt;BR /&gt;1. copy libnetwork.a_ from cd-rom                               &lt;BR /&gt;  &lt;BR /&gt;2. uncompress them using $ORACLE_HOME/orainst/oiuncomp utility    &lt;BR /&gt;  &lt;BR /&gt;3. cd $ORACLE_HOME/lib                                  &lt;BR /&gt;  &lt;BR /&gt;4. mergelib -olibsqlnet.a libnetwork.a            &lt;BR /&gt;  &lt;BR /&gt;5. cd $ORACLE_HOME/network/lib  &lt;BR /&gt;  &lt;BR /&gt;6. make -f network.mk install &lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;Indira A&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Oct 2004 03:18:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/relink-oracle-error/m-p/4866225#M863576</guid>
      <dc:creator>Indira Aramandla</dc:creator>
      <dc:date>2004-10-20T03:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: Relink Oracle Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/relink-oracle-error/m-p/4866226#M863577</link>
      <description>You may also increase maxdsize kernel parameter. Ulimit possibilities are limited by this kernel parameter.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Oct 2004 03:25:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/relink-oracle-error/m-p/4866226#M863577</guid>
      <dc:creator>Fred Ruffet</dc:creator>
      <dc:date>2004-10-20T03:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: Relink Oracle Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/relink-oracle-error/m-p/4866227#M863578</link>
      <description>hi eric,&lt;BR /&gt;&lt;BR /&gt;before installing the database software, make sure to meet the all requirements. You can check them manually or use the convenient "Unix InstallPrep script" to generate a report of configuration steps that you need to perform prior the installation. Please refer to NOTE:189256.1 - Unix InstallPrep script.&lt;BR /&gt;&lt;BR /&gt;this scripts does all the checking for you and give a report on what is missing. For instance, your kernel parameters should be correct:&lt;BR /&gt;shmmax=1073741824 or 0X40000000&lt;BR /&gt;shmmni=100&lt;BR /&gt;shmseg=10&lt;BR /&gt;semmns=1000&lt;BR /&gt;semmni=100 &lt;BR /&gt;&lt;BR /&gt;hope this helps too!&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Yogeeraj</description>
      <pubDate>Wed, 20 Oct 2004 05:56:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/relink-oracle-error/m-p/4866227#M863578</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2004-10-20T05:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: Relink Oracle Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/relink-oracle-error/m-p/4866228#M863579</link>
      <description>&amp;gt;&amp;gt;&amp;gt; Relink Oracle Error &lt;BR /&gt;&lt;BR /&gt;Hah, see! should have listened to my advice in:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=712866" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=712866&lt;/A&gt;&lt;BR /&gt;"Nah. Don't bother. It is not worth the hassle/risk."&lt;BR /&gt;&lt;BR /&gt;:-) :-) :-)&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; This indicates an error with the linker ld. &lt;BR /&gt;&lt;BR /&gt;nitpicking... not an error with ld itself, but the environment in which it had to execute.&lt;BR /&gt;&lt;BR /&gt;Sure this is a virtual memory limitation. Oracle is a large image, and ld needs to 'see it all'. As Fred/Indira suggest, check ulimit and maxdsize settings and the likes.&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Oct 2004 06:01:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/relink-oracle-error/m-p/4866228#M863579</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2004-10-20T06:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: Relink Oracle Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/relink-oracle-error/m-p/4866229#M863580</link>
      <description>Thanks all u</description>
      <pubDate>Fri, 22 Oct 2004 01:50:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/relink-oracle-error/m-p/4866229#M863580</guid>
      <dc:creator>ericfjchen</dc:creator>
      <dc:date>2004-10-22T01:50:53Z</dc:date>
    </item>
  </channel>
</rss>

