<?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 Memory usage on HP-UX in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-memory-usage-on-hp-ux/m-p/4994166#M779103</link>
    <description>Hi,&lt;BR /&gt;Here is one script I had taken from this forum.&lt;BR /&gt;It works mainly for geting the memory of the user used, but if you put also the oracle instance you will get an approx. result of the used memory by that instance.&lt;BR /&gt;if the istance is PROD you should put:&lt;BR /&gt;&lt;BR /&gt;./claimed_memory oraclePROD&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Borislav</description>
    <pubDate>Mon, 31 Jul 2006 04:54:23 GMT</pubDate>
    <dc:creator>Borislav Perkov</dc:creator>
    <dc:date>2006-07-31T04:54:23Z</dc:date>
    <item>
      <title>Oracle Memory usage on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-memory-usage-on-hp-ux/m-p/4994165#M779102</link>
      <description>I have an HP server (rp4440) running hp-ux 11i, and Oracle. I want to find out how to find the amount of memory that Oracle is using for each oracle database. &lt;BR /&gt;&lt;BR /&gt;Can anyone give me advice on this?</description>
      <pubDate>Mon, 31 Jul 2006 04:00:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-memory-usage-on-hp-ux/m-p/4994165#M779102</guid>
      <dc:creator>David Cassin</dc:creator>
      <dc:date>2006-07-31T04:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Memory usage on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-memory-usage-on-hp-ux/m-p/4994166#M779103</link>
      <description>Hi,&lt;BR /&gt;Here is one script I had taken from this forum.&lt;BR /&gt;It works mainly for geting the memory of the user used, but if you put also the oracle instance you will get an approx. result of the used memory by that instance.&lt;BR /&gt;if the istance is PROD you should put:&lt;BR /&gt;&lt;BR /&gt;./claimed_memory oraclePROD&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Borislav</description>
      <pubDate>Mon, 31 Jul 2006 04:54:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-memory-usage-on-hp-ux/m-p/4994166#M779103</guid>
      <dc:creator>Borislav Perkov</dc:creator>
      <dc:date>2006-07-31T04:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Memory usage on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-memory-usage-on-hp-ux/m-p/4994167#M779104</link>
      <description>Shalom David,&lt;BR /&gt;&lt;BR /&gt;If you find something, take a look at the oracle SGA settings in init.ora. This has a profound effect on actual memory use.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 31 Jul 2006 05:23:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-memory-usage-on-hp-ux/m-p/4994167#M779104</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-07-31T05:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Memory usage on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-memory-usage-on-hp-ux/m-p/4994168#M779105</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;this is a rather complex question, when calculating you should take these major considerations into account:&lt;BR /&gt;&lt;BR /&gt;a) how much you have assigned to your buffer cache (for maximum performance)&lt;BR /&gt;b) how big is your shared/java pool (a function of how much sql/plsql/java you are running in your database)&lt;BR /&gt;c) do you run in shared server (then the large pool is used and will be large -- that is part of the sga) or in dedicated server -- dynamic allocations of memory&lt;BR /&gt;&lt;BR /&gt;Also, the following can give you some indication of some amount of memory use by the database:&lt;BR /&gt;SQL&amp;gt; show sga&lt;BR /&gt; &lt;BR /&gt;Total System Global Area 1048576000 bytes&lt;BR /&gt;Fixed Size                   782424 bytes&lt;BR /&gt;Variable Size             259002280 bytes&lt;BR /&gt;Database Buffers          788529152 bytes&lt;BR /&gt;Redo Buffers                 262144 bytes&lt;BR /&gt;&lt;BR /&gt;ALso, if you are using 10g and have defined the sga_target, this may vary over time. &lt;BR /&gt;&lt;BR /&gt;hope this helps too!&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Mon, 31 Jul 2006 06:10:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-memory-usage-on-hp-ux/m-p/4994168#M779105</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2006-07-31T06:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Memory usage on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-memory-usage-on-hp-ux/m-p/4994169#M779106</link>
      <description>Hi David,&lt;BR /&gt;&lt;BR /&gt;SELECT * FROM v$sga;&lt;BR /&gt;&lt;BR /&gt;to see overall memory usage.&lt;BR /&gt;&lt;BR /&gt;This returns cumulative SGA/PGA usage across all processes:&lt;BR /&gt;&lt;BR /&gt;SELECT sum(s.value)&lt;BR /&gt;FROM&lt;BR /&gt;   v$session se,&lt;BR /&gt;   v$sesstat s, &lt;BR /&gt;   v$statname n&lt;BR /&gt;WHERE &lt;BR /&gt;   s.statistic# = n.statistic# and&lt;BR /&gt;   se.sid = s.sid and&lt;BR /&gt;   (n.name = 'session pga memory max');&lt;BR /&gt;&lt;BR /&gt;From the OS:&lt;BR /&gt;&lt;BR /&gt;# ipcs -ma &lt;BR /&gt;&lt;BR /&gt;to see shared memory usage.&lt;BR /&gt;&lt;BR /&gt;PCS&lt;BR /&gt;</description>
      <pubDate>Mon, 31 Jul 2006 06:30:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-memory-usage-on-hp-ux/m-p/4994169#M779106</guid>
      <dc:creator>spex</dc:creator>
      <dc:date>2006-07-31T06:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Memory usage on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-memory-usage-on-hp-ux/m-p/4994170#M779107</link>
      <description>Thankyou all for the information. I used the script that was supplied by Borislav which was very helpful.</description>
      <pubDate>Mon, 31 Jul 2006 08:36:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-memory-usage-on-hp-ux/m-p/4994170#M779107</guid>
      <dc:creator>David Cassin</dc:creator>
      <dc:date>2006-07-31T08:36:54Z</dc:date>
    </item>
  </channel>
</rss>

