<?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: HP-UX Error 12 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-error-12/m-p/2685018#M932276</link>
    <description>Hi Shiva,&lt;BR /&gt;&lt;BR /&gt;HAve you solved your problem? or still trying.&lt;BR /&gt;Please kindly update if you already resolved it. Also provide correct the resolution so that we can keep that in our mind.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Also, It will be great if you can assign points to all.</description>
    <pubDate>Wed, 20 Mar 2002 16:32:19 GMT</pubDate>
    <dc:creator>pap</dc:creator>
    <dc:date>2002-03-20T16:32:19Z</dc:date>
    <item>
      <title>HP-UX Error 12</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-error-12/m-p/2685000#M932258</link>
      <description>Hello,&lt;BR /&gt;   I'm using Hp-UX B2000 with 9GB hardlisk. I've installed Oracle 8.1.7. The problem is that when I'm trying to bring up oracle using startup from svrmgrl prompt I'm getting the following error.&lt;BR /&gt;&lt;BR /&gt;SVRMGR&amp;gt;startup&lt;BR /&gt;ORA-27102: out of memory&lt;BR /&gt;HP-UX Error: 12: Not enough space&lt;BR /&gt;&lt;BR /&gt;Would be great if any one could give me the reason for this. Here are my kernel parameter values:&lt;BR /&gt;maxdsize - 3147483648&lt;BR /&gt;shmmax - 1073741824&lt;BR /&gt;swapmem_on - 1&lt;BR /&gt;&lt;BR /&gt;I'm badly in need of this machine and would appreciate quick help from somebody.&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance&lt;BR /&gt;Regards&lt;BR /&gt;Siva&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Mar 2002 08:06:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-error-12/m-p/2685000#M932258</guid>
      <dc:creator>N.SivaramaKrishnan</dc:creator>
      <dc:date>2002-03-18T08:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX Error 12</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-error-12/m-p/2685001#M932259</link>
      <description>Have you also change this?&lt;BR /&gt;&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;NOTE:  If you are installing the 64-bit version of Oracle, you must also        increase the kernel parameter MAXDSIZ to 384M or higher in order to prevent an 'out of process memory' error during relinking.&lt;BR /&gt;&lt;BR /&gt;If you have Metalink, you may want to check Doc ID: Note:108387.1.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Joseph.</description>
      <pubDate>Mon, 18 Mar 2002 08:16:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-error-12/m-p/2685001#M932259</guid>
      <dc:creator>Joseph Loo</dc:creator>
      <dc:date>2002-03-18T08:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX Error 12</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-error-12/m-p/2685002#M932260</link>
      <description>Do an aproximation of total SGA size:&lt;BR /&gt;&lt;BR /&gt;edit init$ORACLE_SID.ora&lt;BR /&gt;&lt;BR /&gt;Multiply:&lt;BR /&gt;db_block_size           = 8192  by       &lt;BR /&gt;db_block_buffers        = 5000&lt;BR /&gt;and add&lt;BR /&gt;shared_pool_size        = 40485760  &lt;BR /&gt;&lt;BR /&gt;8192*5000=40960000+40485760=81445760.&lt;BR /&gt;&lt;BR /&gt;You SGA will be greater than 81445760.&lt;BR /&gt;&lt;BR /&gt;shmmax must be greater that this value.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Mar 2002 08:26:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-error-12/m-p/2685002#M932260</guid>
      <dc:creator>Carlos Fernandez Riera</dc:creator>
      <dc:date>2002-03-18T08:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX Error 12</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-error-12/m-p/2685003#M932261</link>
      <description>Hi there,&lt;BR /&gt;    My db_block_size is 8192, db_block_buffers is 2048 and shared_pool_size is 157286400 and the final value is lesser than the value of shmmax. Anyway thanks for the information.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Siva&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Mar 2002 08:33:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-error-12/m-p/2685003#M932261</guid>
      <dc:creator>N.SivaramaKrishnan</dc:creator>
      <dc:date>2002-03-18T08:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX Error 12</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-error-12/m-p/2685004#M932262</link>
      <description>Hi there,&lt;BR /&gt;   Do you want me to change shmmax or verify the value? The values of shmmni, shmseg, semmns and semmni were 200, 120, 250 and 256 respectively. I changed the value of semmns to 1000 and then rebuilt the kernel, but I got the same error ( no enough memory). Anyway thanks for the information.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Siva</description>
      <pubDate>Mon, 18 Mar 2002 08:47:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-error-12/m-p/2685004#M932262</guid>
      <dc:creator>N.SivaramaKrishnan</dc:creator>
      <dc:date>2002-03-18T08:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX Error 12</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-error-12/m-p/2685005#M932263</link>
      <description>174.063.616 Bytes.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Now run swapinfo -a and see reserved size, and swap utilization.&lt;BR /&gt;&lt;BR /&gt;Is swap space size configured with at least physical memory size?&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Mar 2002 08:48:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-error-12/m-p/2685005#M932263</guid>
      <dc:creator>Carlos Fernandez Riera</dc:creator>
      <dc:date>2002-03-18T08:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX Error 12</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-error-12/m-p/2685006#M932264</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Check your swapspace and that you infact have enough free memory.&lt;BR /&gt;&lt;BR /&gt;Try reducing the SGA size to a minimum.&lt;BR /&gt;&lt;BR /&gt;Andreas&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Mar 2002 08:49:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-error-12/m-p/2685006#M932264</guid>
      <dc:creator>Andreas D. Skjervold</dc:creator>
      <dc:date>2002-03-18T08:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX Error 12</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-error-12/m-p/2685007#M932265</link>
      <description>When I gave swapinfo I got the following info:&lt;BR /&gt;TYPE    Kb      Kb      Kb       PCT&lt;BR /&gt;        Avail   Used    used     Used&lt;BR /&gt;dev     1048576 0       1048576   0%&lt;BR /&gt;reserve      -  202944  -202944&lt;BR /&gt;memory  381668  35840   345828&lt;BR /&gt;&lt;BR /&gt;I'm not sure what I should I proceed with. Plse do give me some other additional information.&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards&lt;BR /&gt;Siva&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Mar 2002 09:00:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-error-12/m-p/2685007#M932265</guid>
      <dc:creator>N.SivaramaKrishnan</dc:creator>
      <dc:date>2002-03-18T09:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX Error 12</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-error-12/m-p/2685008#M932266</link>
      <description>This is likely only a 32bit version of Oracle and as such, you are constrained to a very small SGA....maxdsiz is only a fence but will not enable Oracle to address more RAM than is allowed in 32bits.&lt;BR /&gt;&lt;BR /&gt;SGA (in 32 bit shared memory) is mapped into a single addressing space where it is shared with memory mapped files, other shared memory segments and shared libraries. It is likely that there is no single segment free that is large enough for the SGA you are requesting. Try reducing your SGA to just a few hundred megs and run it again.&lt;BR /&gt;&lt;BR /&gt;To see the fragmentation in your 32bit memory area, get a copy of shminfo:&lt;BR /&gt;&lt;BR /&gt;ftp://contrib:9unsupp8@hprc.external.hp.com/sysadmin/programs/shminfo/&lt;BR /&gt;&lt;BR /&gt;64bit programs do not have this limitation of a shared memory area. You may also want to look at memory windows to give Oracle a clean address space.  Note that if your overall RAM is small (less than 4000 megs), paging (swapping) will severely impact the performance of Oracle in a busy environment. Be sure to read the 3 white papers in /usr/share/doc on mem_mt, proc_mgt and memory windows (may require patches to add memory windows to your version of HP-UX),</description>
      <pubDate>Mon, 18 Mar 2002 09:07:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-error-12/m-p/2685008#M932266</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2002-03-18T09:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX Error 12</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-error-12/m-p/2685009#M932267</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You wrote that the maxdsize is :&lt;BR /&gt;&lt;BR /&gt;maxdsize - 3147483648 ???&lt;BR /&gt;&lt;BR /&gt;Three Gigs for the max data size !!!&lt;BR /&gt;&lt;BR /&gt;Are you sure you still have memory for the others :&lt;BR /&gt;&lt;BR /&gt;. hp-ux&lt;BR /&gt;. Applications&lt;BR /&gt;. Tools&lt;BR /&gt;. Interactive users&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;How much physical memory and swap you have ???&lt;BR /&gt;&lt;BR /&gt;Magdi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Mar 2002 11:20:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-error-12/m-p/2685009#M932267</guid>
      <dc:creator>Magdi KAMAL</dc:creator>
      <dc:date>2002-03-18T11:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX Error 12</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-error-12/m-p/2685010#M932268</link>
      <description>Hello,&lt;BR /&gt;your problem is definitely your Oracle database SGA exceeding your shared memory on the system.Please reduce your SGA to resolve your problem.&lt;BR /&gt;If your Oracle application is 32 bit then your memory on the server can be used only to a extent.&lt;BR /&gt;Just go thru' this link.&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x5694c3d7fb78d4118fef0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x5694c3d7fb78d4118fef0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;To resolve the error please reduce your SGA size and start the database.&lt;BR /&gt;If you have a big value for the large_pool_size or shared_pool_size just reduce that and try starting your database.&lt;BR /&gt;Then the problem can be investigated in detail&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;G Manikandan</description>
      <pubDate>Tue, 19 Mar 2002 06:19:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-error-12/m-p/2685010#M932268</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-03-19T06:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX Error 12</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-error-12/m-p/2685011#M932269</link>
      <description>I reduced the shared_pool_size and then tried and even then I'm getting the same error. The reduced value is 15728640 and the old value being 1572864000. I need atleast 15Megs as the shared memory.&lt;BR /&gt;An workaround is made by adding one more swap space and the problem of memory is not occuring.&lt;BR /&gt;&lt;BR /&gt;Siva</description>
      <pubDate>Tue, 19 Mar 2002 07:51:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-error-12/m-p/2685011#M932269</guid>
      <dc:creator>N.SivaramaKrishnan</dc:creator>
      <dc:date>2002-03-19T07:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX Error 12</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-error-12/m-p/2685012#M932270</link>
      <description>Hi</description>
      <pubDate>Tue, 19 Mar 2002 14:59:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-error-12/m-p/2685012#M932270</guid>
      <dc:creator>Admin.SIF</dc:creator>
      <dc:date>2002-03-19T14:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX Error 12</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-error-12/m-p/2685013#M932271</link>
      <description>Hi,&lt;BR /&gt;You have to set "maxdsiz" parameter to a value equal to 2 GB. (0x7B03A0000) for 32 bit operation.&lt;BR /&gt;&lt;BR /&gt;You may have to increase your swap memory depending upon the physical memory size.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Mar 2002 18:44:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-error-12/m-p/2685013#M932271</guid>
      <dc:creator>pap</dc:creator>
      <dc:date>2002-03-19T18:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX Error 12</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-error-12/m-p/2685014#M932272</link>
      <description>Hi,&lt;BR /&gt;Are you still getting error?&lt;BR /&gt;Your problem solved????&lt;BR /&gt;&lt;BR /&gt;Please update us so that we can have idea what is going on at your end.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Mar 2002 00:30:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-error-12/m-p/2685014#M932272</guid>
      <dc:creator>pap</dc:creator>
      <dc:date>2002-03-20T00:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX Error 12</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-error-12/m-p/2685015#M932273</link>
      <description>Hi there,&lt;BR /&gt;   Still the problem is occuring. As I said the workaround which I handled is that, I added one more swap space (paging) and it worked fine. But the size is getting increased drastically and I don't have so much of hard disk space to hold that. If any of you can give me any suggestions that would be great.&lt;BR /&gt;&lt;BR /&gt;The value of maxdsiz is around 3GB.&lt;BR /&gt;&lt;BR /&gt;Siva&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Mar 2002 04:12:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-error-12/m-p/2685015#M932273</guid>
      <dc:creator>N.SivaramaKrishnan</dc:creator>
      <dc:date>2002-03-20T04:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX Error 12</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-error-12/m-p/2685016#M932274</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;To reduce the need for swapspace you can use the function called "psuedo-swap". &lt;BR /&gt;&lt;BR /&gt;This is set up in the kernel and kindof fools the applications to belive there is swapspace available when there is not.&lt;BR /&gt;&lt;BR /&gt;This us useful when running applications that must recide in physical memory (such as Oracle SGA) as you then never will utilize the swapspace.&lt;BR /&gt;&lt;BR /&gt;How to set it up? &lt;BR /&gt;Set the kernel parameter "swapmem_on" to 1&lt;BR /&gt;&lt;BR /&gt;Andreas</description>
      <pubDate>Wed, 20 Mar 2002 07:35:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-error-12/m-p/2685016#M932274</guid>
      <dc:creator>Andreas D. Skjervold</dc:creator>
      <dc:date>2002-03-20T07:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX Error 12</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-error-12/m-p/2685017#M932275</link>
      <description>All,&lt;BR /&gt;   I was changing the wrong init$SID.ora file and when I changed the exact file, I was able to bring up the oracle. But even then I need more shared memory for oracle (that can be set using shared_pool_size) and if I increase that I'm not able to bring up the database. So I need some workaround to make it work (one would be to add one more hard disk, but that's costlier). I appreciate all your help for fixing this.&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards&lt;BR /&gt;Siva</description>
      <pubDate>Wed, 20 Mar 2002 07:56:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-error-12/m-p/2685017#M932275</guid>
      <dc:creator>N.SivaramaKrishnan</dc:creator>
      <dc:date>2002-03-20T07:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX Error 12</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-error-12/m-p/2685018#M932276</link>
      <description>Hi Shiva,&lt;BR /&gt;&lt;BR /&gt;HAve you solved your problem? or still trying.&lt;BR /&gt;Please kindly update if you already resolved it. Also provide correct the resolution so that we can keep that in our mind.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Also, It will be great if you can assign points to all.</description>
      <pubDate>Wed, 20 Mar 2002 16:32:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-error-12/m-p/2685018#M932276</guid>
      <dc:creator>pap</dc:creator>
      <dc:date>2002-03-20T16:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX Error 12</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-error-12/m-p/2685019#M932277</link>
      <description>Hi there,&lt;BR /&gt;   It is because of the very large value that is used for shared_pool_size. I reduced that to a reasonable value and I no longer face that problem. Thanks for everybody effort in helping me.&lt;BR /&gt;&lt;BR /&gt;Pap,&lt;BR /&gt;   Sure. I'll assign points to everybody based on the answers.&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards&lt;BR /&gt;Siva&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Mar 2002 03:15:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-error-12/m-p/2685019#M932277</guid>
      <dc:creator>N.SivaramaKrishnan</dc:creator>
      <dc:date>2002-03-21T03:15:07Z</dc:date>
    </item>
  </channel>
</rss>

