<?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 Memory windows question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-windows-question/m-p/2878206#M937673</link>
    <description>I recently installed memory windows on an HPUX 11.0 system running Oracle 32 bit. When logging in and starting the databases as the user Oracle, everything is fine. When logged in as any other user, which we do to start one of the 4 instances, we get HPUX error 22, we get 'unable to attach shared memory segment'. What do I need to do? Thanks</description>
    <pubDate>Thu, 09 Jan 2003 16:33:11 GMT</pubDate>
    <dc:creator>Gerry Tully</dc:creator>
    <dc:date>2003-01-09T16:33:11Z</dc:date>
    <item>
      <title>Memory windows question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-windows-question/m-p/2878206#M937673</link>
      <description>I recently installed memory windows on an HPUX 11.0 system running Oracle 32 bit. When logging in and starting the databases as the user Oracle, everything is fine. When logged in as any other user, which we do to start one of the 4 instances, we get HPUX error 22, we get 'unable to attach shared memory segment'. What do I need to do? Thanks</description>
      <pubDate>Thu, 09 Jan 2003 16:33:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-windows-question/m-p/2878206#M937673</guid>
      <dc:creator>Gerry Tully</dc:creator>
      <dc:date>2003-01-09T16:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: Memory windows question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-windows-question/m-p/2878207#M937674</link>
      <description>Hi Gerry,&lt;BR /&gt;&lt;BR /&gt;Did you go with putting a seperate entry for each instance in the /etc/service.window file? Also, what is the value of the kernel tunable max_mem_window?&lt;BR /&gt;&lt;BR /&gt;A user (process) can either create a unique window using one of the ids defined in services.window or can join an existing window. Sounds like you are trying to create a new instance using the id of a currently running window.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;James.</description>
      <pubDate>Thu, 09 Jan 2003 17:04:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-windows-question/m-p/2878207#M937674</guid>
      <dc:creator>James Murtagh</dc:creator>
      <dc:date>2003-01-09T17:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: Memory windows question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-windows-question/m-p/2878208#M937675</link>
      <description>Jim, Thanks for the response. Yes, I did put the 4 instances in the services.window file. I changed the max_mem_window param to 6. Just wondering why as Oracle things are ok because none of the entries in the services.window file are called Oracle?</description>
      <pubDate>Thu, 09 Jan 2003 17:51:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-windows-question/m-p/2878208#M937675</guid>
      <dc:creator>Gerry Tully</dc:creator>
      <dc:date>2003-01-09T17:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: Memory windows question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-windows-question/m-p/2878209#M937676</link>
      <description>You may need to run your sqlplus session as follows:&lt;BR /&gt;&lt;BR /&gt;$ setmemwindow -i &lt;WINID&gt; sqlplus ...&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Steve&lt;/WINID&gt;</description>
      <pubDate>Thu, 09 Jan 2003 17:54:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-windows-question/m-p/2878209#M937676</guid>
      <dc:creator>Steven Gillard_2</dc:creator>
      <dc:date>2003-01-09T17:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: Memory windows question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-windows-question/m-p/2878210#M937677</link>
      <description>Hi Gerry,&lt;BR /&gt;&lt;BR /&gt;HPUX errno 22 is EINVAL, or invalid argument. Doing a "man shmget" and looking at the EINVAL codes shows a few entries but it comes down to:&lt;BR /&gt;&lt;BR /&gt;1)Key already exists&lt;BR /&gt;2)Size of segment is greater than system imposed maximum&lt;BR /&gt;&lt;BR /&gt;If you are starting an instance in a unique window, ensure the instance SGA is no greater than 1GB or shmmax, whatever is less. &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;James.</description>
      <pubDate>Thu, 09 Jan 2003 18:03:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-windows-question/m-p/2878210#M937677</guid>
      <dc:creator>James Murtagh</dc:creator>
      <dc:date>2003-01-09T18:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: Memory windows question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-windows-question/m-p/2878211#M937678</link>
      <description>Hi Gerry,&lt;BR /&gt;&lt;BR /&gt;Maybe I didn't read the first post right...you are starting three of the instances as Oracle and one as another user? You can start this as Oracle but are just having problems as the other user?&lt;BR /&gt;&lt;BR /&gt;In this case, you could probably work out what is wrong by checking the error code for the particular call, shmget/shmat etc, but you could always start this outside a window instead? As the other three are in windows I suspect your virtual address space issues are already resolved so this may be a quick solution.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;James.</description>
      <pubDate>Thu, 09 Jan 2003 19:03:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-windows-question/m-p/2878211#M937678</guid>
      <dc:creator>James Murtagh</dc:creator>
      <dc:date>2003-01-09T19:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: Memory windows question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-windows-question/m-p/2878212#M937679</link>
      <description>I think we have the issue resolved using a combination of the info you guys supplied. Thanks much.</description>
      <pubDate>Thu, 09 Jan 2003 20:15:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-windows-question/m-p/2878212#M937679</guid>
      <dc:creator>Gerry Tully</dc:creator>
      <dc:date>2003-01-09T20:15:37Z</dc:date>
    </item>
  </channel>
</rss>

