<?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: Not enough space for Oracle shared memory segment in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-space-for-oracle-shared-memory-segment/m-p/2534379#M890293</link>
    <description>Hi Cees,&lt;BR /&gt;&lt;BR /&gt;check what else is running on this box, you might need to extend swap and kernel parameters.&lt;BR /&gt;&lt;BR /&gt;Volker</description>
    <pubDate>Wed, 30 May 2001 12:53:35 GMT</pubDate>
    <dc:creator>Volker Borowski</dc:creator>
    <dc:date>2001-05-30T12:53:35Z</dc:date>
    <item>
      <title>Not enough space for Oracle shared memory segment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-space-for-oracle-shared-memory-segment/m-p/2534376#M890290</link>
      <description>During the shutdown procedure of our Oracle database we get the message:&lt;BR /&gt;SVRMGR&amp;gt; ORA-07306: sms1sg: shmget error, unable to get a shared memory segment.&lt;BR /&gt;HP-UX Error: 12: Not enough space&lt;BR /&gt;&lt;BR /&gt;Our shutdown procedure is:&lt;BR /&gt;connect internal&lt;BR /&gt;shutdown abort&lt;BR /&gt;startup restrict&lt;BR /&gt;shutdown immediate&lt;BR /&gt;&lt;BR /&gt;With the startup command we get the error. &lt;BR /&gt;&lt;BR /&gt;My question is now:&lt;BR /&gt;What is the reason of this errormesage and what for relation is there between Oracle en hp-ux for deleting the shared memory segment.&lt;BR /&gt;Is there a fix if this problem is structurel.&lt;BR /&gt;&lt;BR /&gt;we have hp-ux 10.20 en Oracle 7.3.4.4.1&lt;BR /&gt;&lt;BR /&gt;Thank You&lt;BR /&gt;Cees Wielink</description>
      <pubDate>Wed, 30 May 2001 11:54:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-space-for-oracle-shared-memory-segment/m-p/2534376#M890290</guid>
      <dc:creator>ALH</dc:creator>
      <dc:date>2001-05-30T11:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: Not enough space for Oracle shared memory segment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-space-for-oracle-shared-memory-segment/m-p/2534377#M890291</link>
      <description>Hi, I am not a DBA but there may be something wrong with the way you are shutting down.  Obviously it is not releasing it's shared memory segment.  I have had this problem on a couple of occassions running Oracle 7.3.2 and the only way I could get it back up was to reboot the server.  Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Rob&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 30 May 2001 12:21:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-space-for-oracle-shared-memory-segment/m-p/2534377#M890291</guid>
      <dc:creator>Rob Smith</dc:creator>
      <dc:date>2001-05-30T12:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: Not enough space for Oracle shared memory segment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-space-for-oracle-shared-memory-segment/m-p/2534378#M890292</link>
      <description>Additional info:&lt;BR /&gt;&lt;BR /&gt;After this error the database was backed up. After the backup there was a script started that starts up the Oracle database. This was done without any errors. Only a crash recovery of oracle. The database runs OK.&lt;BR /&gt;So, was the delete of the shared memory segment slow??????</description>
      <pubDate>Wed, 30 May 2001 12:34:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-space-for-oracle-shared-memory-segment/m-p/2534378#M890292</guid>
      <dc:creator>ALH</dc:creator>
      <dc:date>2001-05-30T12:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: Not enough space for Oracle shared memory segment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-space-for-oracle-shared-memory-segment/m-p/2534379#M890293</link>
      <description>Hi Cees,&lt;BR /&gt;&lt;BR /&gt;check what else is running on this box, you might need to extend swap and kernel parameters.&lt;BR /&gt;&lt;BR /&gt;Volker</description>
      <pubDate>Wed, 30 May 2001 12:53:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-space-for-oracle-shared-memory-segment/m-p/2534379#M890293</guid>
      <dc:creator>Volker Borowski</dc:creator>
      <dc:date>2001-05-30T12:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: Not enough space for Oracle shared memory segment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-space-for-oracle-shared-memory-segment/m-p/2534380#M890294</link>
      <description>My 2 cents:&lt;BR /&gt;&lt;BR /&gt;When Oracle is shut down, other processes running on the system may be locking memory thus not leaving enough for Oracle to restart properly.  A system reboot will likely fix this, but you will probably want to avoid rebooting the system every time you want to restart Oracle.&lt;BR /&gt;&lt;BR /&gt;Is your pseudo-swap enabled?  (If 'swapinfo -tam' displays a "memory" line, then your pseudo-swap is enabled.)  If it is, it may be competing with Oracle for locked memory.  In any case, Oracle recommends that pseudo-swap be disabled on a system running Oracle database, i.e., change the value of the kernel parameter swapmem_on from 1 to 0.  Before making this change, make sure that there is enough swap on disk.</description>
      <pubDate>Wed, 30 May 2001 12:56:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-space-for-oracle-shared-memory-segment/m-p/2534380#M890294</guid>
      <dc:creator>Mladen Despic</dc:creator>
      <dc:date>2001-05-30T12:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: Not enough space for Oracle shared memory segment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-space-for-oracle-shared-memory-segment/m-p/2534381#M890295</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;My suggestion is to verify the max number of semaphores on your kernel and also the limit of max shared memory segm.&lt;BR /&gt;&lt;BR /&gt;You can check the shared memory/semaphores using the command "ipcs -a".</description>
      <pubDate>Wed, 30 May 2001 13:02:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-space-for-oracle-shared-memory-segment/m-p/2534381#M890295</guid>
      <dc:creator>Kieran Lismore</dc:creator>
      <dc:date>2001-05-30T13:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: Not enough space for Oracle shared memory segment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-space-for-oracle-shared-memory-segment/m-p/2534382#M890296</link>
      <description>Hello ALH,&lt;BR /&gt;&lt;BR /&gt;a couple of things to mention:&lt;BR /&gt;1) you should insert "alter system checkpoint"&lt;BR /&gt;   into your commands to speed up the startup:&lt;BR /&gt;      connect internal &lt;BR /&gt;      alter system checkpoint;&lt;BR /&gt;      shutdown abort &lt;BR /&gt;      startup restrict &lt;BR /&gt;      shutdown immediate &lt;BR /&gt;2) it seems to be an old and re-occuring error&lt;BR /&gt;   that semaphores are not released on shutdown&lt;BR /&gt;   check by including "!ipcs -sb -mb" after the&lt;BR /&gt;   "shutdown abort" command in your list. If&lt;BR /&gt;   you see something owned by "oracle" (or &lt;BR /&gt;   whateve is the name of your local "owner"),&lt;BR /&gt;   especially when there is a "D" as first&lt;BR /&gt;   character of the "permissions" (=Delete),&lt;BR /&gt;   then that entry is deleted - but still there&lt;BR /&gt;3) you might really running out of free RAM or&lt;BR /&gt;   swap, so test check wether your instance is&lt;BR /&gt;   using the parameters "lock_sga=true" and/or&lt;BR /&gt;   "pre_page_sga=true". and insert a comand&lt;BR /&gt;   like "!vmstat 1 5" or so into your command&lt;BR /&gt;   chain&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;   Wodisch</description>
      <pubDate>Wed, 30 May 2001 14:59:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-space-for-oracle-shared-memory-segment/m-p/2534382#M890296</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2001-05-30T14:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: Not enough space for Oracle shared memory segment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-space-for-oracle-shared-memory-segment/m-p/2534383#M890297</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Beside you are using "Shudown abort" which is really dangerous, you should increase your swap space to 3 or 4 times the amount of your memory. &lt;BR /&gt;&lt;BR /&gt;What could happend that, while the hp-ux system is still releasing the shared memory segments due to your "shutdown abort", it gets a new request for "startup restrict" which asks for the same amount of memory segments which hp-ux could not get from memory and even could not reserve space in the swap space.&lt;BR /&gt;&lt;BR /&gt;for me 2 points :&lt;BR /&gt;&lt;BR /&gt;1. Change you strategy of "shutdown abort" and "startup restrict".&lt;BR /&gt;2. Control your swap size.&lt;BR /&gt;</description>
      <pubDate>Wed, 30 May 2001 15:49:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-space-for-oracle-shared-memory-segment/m-p/2534383#M890297</guid>
      <dc:creator>Magdi KAMAL</dc:creator>
      <dc:date>2001-05-30T15:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: Not enough space for Oracle shared memory segment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-space-for-oracle-shared-memory-segment/m-p/2534384#M890298</link>
      <description />
      <pubDate>Wed, 30 May 2001 17:26:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-space-for-oracle-shared-memory-segment/m-p/2534384#M890298</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2001-05-30T17:26:05Z</dc:date>
    </item>
  </channel>
</rss>

