<?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 user memory consumption in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-user-memory-consumption/m-p/2635861#M850718</link>
    <description>Jason,&lt;BR /&gt;&lt;BR /&gt;If oracle told you that, then I agree with clay, and as I like to say: all salespeople are pond scum.&lt;BR /&gt;&lt;BR /&gt;With resource pigs like oracle, I like to make sure I have more memory than I think I need (usually I calculate amount needed, then multiply by 1.5), the same goes for CPU's. &lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
    <pubDate>Fri, 28 Dec 2001 00:09:13 GMT</pubDate>
    <dc:creator>harry d brown jr</dc:creator>
    <dc:date>2001-12-28T00:09:13Z</dc:date>
    <item>
      <title>Oracle user memory consumption</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-user-memory-consumption/m-p/2635856#M850713</link>
      <description>We were told that each user logging into Oracle only consumes memory set aside for the SGA.  Unfortunately, we beleived this and have now come to find it is incorrect.  We are finding that each user that logs into the Oracle database is using about 3meg of memory outside of the SGA.  Is there any rule of thumb as to what a user should consume?</description>
      <pubDate>Thu, 27 Dec 2001 13:08:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-user-memory-consumption/m-p/2635856#M850713</guid>
      <dc:creator>Jason Berendsen</dc:creator>
      <dc:date>2001-12-27T13:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle user memory consumption</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-user-memory-consumption/m-p/2635857#M850714</link>
      <description>Hi&lt;BR /&gt;  Oracle documentation defines SGA as the 'a group of shared memory structures that contain data and control information for one Oracle database instance. If multiple users are concurrently connected to the same instance, the data in the instance's SGA is "shared" among the user'&lt;BR /&gt;  Apart from it each user process uses an area called PGA 'it is a memory region containing data and control information for a single process (server or background). Consequently, a PGA is sometimes called a "process global area." &lt;BR /&gt;A PGA's size is fixed and operating-system specific. &lt;BR /&gt;  And HPUX I am not sure what this fixed value is.&lt;BR /&gt;Hope ths helps&lt;BR /&gt;...BPK...&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Dec 2001 13:24:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-user-memory-consumption/m-p/2635857#M850714</guid>
      <dc:creator>Praveen Bezawada</dc:creator>
      <dc:date>2001-12-27T13:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle user memory consumption</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-user-memory-consumption/m-p/2635858#M850715</link>
      <description>Hi,&lt;BR /&gt;The amount of memory a databaseconnection consumes depends on the oracle version AND what the connection is doing. In my experience (and I'm looking at glance right now) this is not a static number. Also take into account that part of this use is "shared". That part is static. You will indeed find that most processes consume +/- 3Mb. Only +/- 1.5 Mb is private, the rest is shared. In "normal" online transactions (and I'm looking at a heavily used database right now) processes will not go above 10Mb. In batch transactions (or Datawarehouse queries) this can be a lot more. You would benefit from "dissecting" a couple of oracleprocesses with the "Memory Regions" menu in glance to learn more about this.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Tom Geudens</description>
      <pubDate>Thu, 27 Dec 2001 13:41:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-user-memory-consumption/m-p/2635858#M850715</guid>
      <dc:creator>Tom Geudens</dc:creator>
      <dc:date>2001-12-27T13:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle user memory consumption</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-user-memory-consumption/m-p/2635859#M850716</link>
      <description>Hi Jason,&lt;BR /&gt;&lt;BR /&gt;I'm sure that you are aware that there is no real answer to this question except 'it depends'. You really violated Rule Number One - Never believe the vendor. The amount of memory that each client consumes depends very heavily upon the application. The good news is that much of the memory tends to be shared text. Whenever I am sizing systems, I always allow 5MB per client plus the estimated SGA plus the estimated size of the server executables. At 5MB per client, I have yet to be burned and my rule of thumb is always buy more memory than you think you will need.</description>
      <pubDate>Thu, 27 Dec 2001 17:38:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-user-memory-consumption/m-p/2635859#M850716</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-12-27T17:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle user memory consumption</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-user-memory-consumption/m-p/2635860#M850717</link>
      <description>Hello Jason,&lt;BR /&gt;&lt;BR /&gt;*they* were perhaps talking about "shared servers", but you are using "dedicated servers" (as most of us do)?&lt;BR /&gt;&lt;BR /&gt;Just my $0.02,&lt;BR /&gt;Wodisch</description>
      <pubDate>Thu, 27 Dec 2001 23:33:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-user-memory-consumption/m-p/2635860#M850717</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2001-12-27T23:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle user memory consumption</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-user-memory-consumption/m-p/2635861#M850718</link>
      <description>Jason,&lt;BR /&gt;&lt;BR /&gt;If oracle told you that, then I agree with clay, and as I like to say: all salespeople are pond scum.&lt;BR /&gt;&lt;BR /&gt;With resource pigs like oracle, I like to make sure I have more memory than I think I need (usually I calculate amount needed, then multiply by 1.5), the same goes for CPU's. &lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Fri, 28 Dec 2001 00:09:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-user-memory-consumption/m-p/2635861#M850718</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2001-12-28T00:09:13Z</dc:date>
    </item>
  </channel>
</rss>

