<?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: Memory issue when I start Oracle 10g in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/memory-issue-when-i-start-oracle-10g/m-p/3891350#M25853</link>
    <description>Well, are you suggesting that I should ignore this "D" because it is Oracle related or ignore this "D" no matter what?</description>
    <pubDate>Thu, 02 Nov 2006 10:18:49 GMT</pubDate>
    <dc:creator>Matthew Ghofrani</dc:creator>
    <dc:date>2006-11-02T10:18:49Z</dc:date>
    <item>
      <title>Memory issue when I start Oracle 10g</title>
      <link>https://community.hpe.com/t5/operating-system-linux/memory-issue-when-i-start-oracle-10g/m-p/3891348#M25851</link>
      <description>After starting my Oracle 10g, I get the following in the "ipcs -mba" command.&lt;BR /&gt;T         ID     KEY        MODE        OWNER     GROUP      SEGSZ&lt;BR /&gt;m      17416 0x00000000 D-rw-------    ora10g  oinstall    1474564&lt;BR /&gt;&lt;BR /&gt;The man page says "The associated shared memory segment has been removed.  It will disappear when the last process attached to the segment detaches it."&lt;BR /&gt;&lt;BR /&gt;Any ideas as why ? Should I worry about this "D”?&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Nov 2006 08:48:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/memory-issue-when-i-start-oracle-10g/m-p/3891348#M25851</guid>
      <dc:creator>Matthew Ghofrani</dc:creator>
      <dc:date>2006-11-02T08:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: Memory issue when I start Oracle 10g</title>
      <link>https://community.hpe.com/t5/operating-system-linux/memory-issue-when-i-start-oracle-10g/m-p/3891349#M25852</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Probably an Oracle application bug.&lt;BR /&gt;&lt;BR /&gt;Oracle is famous for memory leaks and not releasing memory.&lt;BR /&gt;&lt;BR /&gt;If you have an application written to use oracle code it could also be due to poor programming practices.&lt;BR /&gt;&lt;BR /&gt;If it does not impact the users I would not be overly concerned.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 02 Nov 2006 09:23:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/memory-issue-when-i-start-oracle-10g/m-p/3891349#M25852</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-11-02T09:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: Memory issue when I start Oracle 10g</title>
      <link>https://community.hpe.com/t5/operating-system-linux/memory-issue-when-i-start-oracle-10g/m-p/3891350#M25853</link>
      <description>Well, are you suggesting that I should ignore this "D" because it is Oracle related or ignore this "D" no matter what?</description>
      <pubDate>Thu, 02 Nov 2006 10:18:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/memory-issue-when-i-start-oracle-10g/m-p/3891350#M25853</guid>
      <dc:creator>Matthew Ghofrani</dc:creator>
      <dc:date>2006-11-02T10:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: Memory issue when I start Oracle 10g</title>
      <link>https://community.hpe.com/t5/operating-system-linux/memory-issue-when-i-start-oracle-10g/m-p/3891351#M25854</link>
      <description>The "D" status is actually associated with a very common practice.  The way that system V shared memory works makes it easy to loose track of resources.  By default a shared memory segment will continue to exist if the process that created it dies.  Its lifespan is kind of like that of a file.  (But it goes away on reboot.)  That behavior can easily lead to unwanted shared memory segments that linger.&lt;BR /&gt;&lt;BR /&gt;  The common practice is to create a shared memory segment and then map it and "remove" it with shmctl(IPC_RMID).  The segment continues to exist for processes that have it mapped and for forked child processes.  But it will go away as soon as all processes that have it mapped go away.  That is the way to ensure that the segment won't linger too long.  (It is very like unlinking a tmp file so that it will go away when a process exits.)</description>
      <pubDate>Thu, 02 Nov 2006 11:48:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/memory-issue-when-i-start-oracle-10g/m-p/3891351#M25854</guid>
      <dc:creator>Mike Stroyan</dc:creator>
      <dc:date>2006-11-02T11:48:12Z</dc:date>
    </item>
  </channel>
</rss>

