<?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: Oracle Linking Errors in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-linking-errors/m-p/2433109#M768166</link>
    <description>Thanks to all for your suggestions.  It seems that the bumping up of the shared memory kernal parameters did the trick.&lt;BR /&gt;&lt;BR /&gt;Thanks again!</description>
    <pubDate>Fri, 04 Aug 2000 17:24:42 GMT</pubDate>
    <dc:creator>Alex Knoll</dc:creator>
    <dc:date>2000-08-04T17:24:42Z</dc:date>
    <item>
      <title>Oracle Linking Errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-linking-errors/m-p/2433103#M768160</link>
      <description>I have installed Oracle Enterprise Server 8.1.6 (64-bit) on HP-UX 11.  I am experiencing "Out of memory" errors while trying to link the ORACLE executable.  I have 2GB of RAM and swap of 2GB.  However, my concern is that /tmp, at only 60MB, is too small.  If anyone would verify that /tmp is the problem, I would be very appreciative.</description>
      <pubDate>Thu, 27 Jul 2000 11:40:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-linking-errors/m-p/2433103#M768160</guid>
      <dc:creator>Alex Knoll</dc:creator>
      <dc:date>2000-07-27T11:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Linking Errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-linking-errors/m-p/2433104#M768161</link>
      <description>you probably haven't changed the kernel parameters maxdsiz or maxdsiz_64bit.&lt;BR /&gt;&lt;BR /&gt;As the C compiler it's self is 32bit, you'll probably need to change maxdsiz</description>
      <pubDate>Thu, 27 Jul 2000 11:49:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-linking-errors/m-p/2433104#M768161</guid>
      <dc:creator>Andy Monks</dc:creator>
      <dc:date>2000-07-27T11:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Linking Errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-linking-errors/m-p/2433105#M768162</link>
      <description>The two parameters in question are:&lt;BR /&gt;maxdsiz          67108864&lt;BR /&gt;maxdsiz_64bit  1073741824&lt;BR /&gt;&lt;BR /&gt;Are these sizes too small?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 27 Jul 2000 11:54:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-linking-errors/m-p/2433105#M768162</guid>
      <dc:creator>Alex Knoll</dc:creator>
      <dc:date>2000-07-27T11:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Linking Errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-linking-errors/m-p/2433106#M768163</link>
      <description>Hi Alex,&lt;BR /&gt;&lt;BR /&gt;The problem is your shared memory kernel configuration values are low. See attached sample of my kernel parameters for a K580 running HPUX 10.20. &lt;BR /&gt;/tmp is not the problem, anyway you can still increase it to 100mb as follows:&lt;BR /&gt;1.Do bdf to get filesystem for /tmp.&lt;BR /&gt;2.Boot to single user mode through ISL&lt;BR /&gt;3.lvextend -L 100 /dev/vg00/lvoln (for /tmp)&lt;BR /&gt;4.extendfs -F vxfs /dev/vg00/lvoln&lt;BR /&gt;5.Reboot&lt;BR /&gt;6. Reconfigure the kernel with increased values.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers!</description>
      <pubDate>Thu, 27 Jul 2000 11:58:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-linking-errors/m-p/2433106#M768163</guid>
      <dc:creator>CHRIS_ANORUO</dc:creator>
      <dc:date>2000-07-27T11:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Linking Errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-linking-errors/m-p/2433107#M768164</link>
      <description>Alex,&lt;BR /&gt;&lt;BR /&gt;Increase maxdsiz to 1Gb and look at the attached kernel parameters above.</description>
      <pubDate>Thu, 27 Jul 2000 11:58:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-linking-errors/m-p/2433107#M768164</guid>
      <dc:creator>CHRIS_ANORUO</dc:creator>
      <dc:date>2000-07-27T11:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Linking Errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-linking-errors/m-p/2433108#M768165</link>
      <description>I have also faced same problem when I installed Oracle 8.1.6 32 Bit on HP-UX 64Bit.&lt;BR /&gt;&lt;BR /&gt;That time bdf showed /tmp dir 100% used and also Oracle Home mount point 100% used. I was haveing my /tmp directory of size 100MB.&lt;BR /&gt;&lt;BR /&gt;I contaced Oracle support and they told me to include some environment variables like TMPDIR , TMP_DIR, LD_LIBRARY_PATH and ORACLE_BASE. After that, the installation was successful.&lt;BR /&gt;&lt;BR /&gt;I hope this will may help you also. Please check all environment settings of Oracle user.&lt;BR /&gt;&lt;BR /&gt;Oracle also recommends swap area of 2 to 3 times of you servers RAM and /tmp directory of at least 200MB or more.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,</description>
      <pubDate>Sat, 29 Jul 2000 01:19:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-linking-errors/m-p/2433108#M768165</guid>
      <dc:creator>Gulam Mohiuddin</dc:creator>
      <dc:date>2000-07-29T01:19:57Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Linking Errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-linking-errors/m-p/2433109#M768166</link>
      <description>Thanks to all for your suggestions.  It seems that the bumping up of the shared memory kernal parameters did the trick.&lt;BR /&gt;&lt;BR /&gt;Thanks again!</description>
      <pubDate>Fri, 04 Aug 2000 17:24:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-linking-errors/m-p/2433109#M768166</guid>
      <dc:creator>Alex Knoll</dc:creator>
      <dc:date>2000-08-04T17:24:42Z</dc:date>
    </item>
  </channel>
</rss>

