<?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 9i resource utilisation on OpenVMS in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/oracle-9i-resource-utilisation-on-openvms/m-p/3130094#M61387</link>
    <description>Ah, good. You had me confused with the 16 GB. I assumed 4*4gb. So i guess it is 8+4+4.&lt;BR /&gt;If you have a QBB with no cpus but 4GB memory, and you don't really need that memory, then you may want to switch it off.&lt;BR /&gt;&lt;BR /&gt;fwiw,&lt;BR /&gt;Hein.</description>
    <pubDate>Fri, 28 Nov 2003 12:02:06 GMT</pubDate>
    <dc:creator>Hein van den Heuvel</dc:creator>
    <dc:date>2003-11-28T12:02:06Z</dc:date>
    <item>
      <title>Oracle 9i resource utilisation on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/oracle-9i-resource-utilisation-on-openvms/m-p/3130089#M61382</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;We are shortly moving onto Oracle 9i for OpenVMS and I have concerns relating to the resource requirement of the product. My reason for having these concerns stems from the previous upgrade to Oracle 8i, where we saw a 30% increase on CPU utilisation. &lt;BR /&gt;&lt;BR /&gt;Anyone know of any issues?</description>
      <pubDate>Thu, 27 Nov 2003 05:09:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/oracle-9i-resource-utilisation-on-openvms/m-p/3130089#M61382</guid>
      <dc:creator>Matt West</dc:creator>
      <dc:date>2003-11-27T05:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 9i resource utilisation on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/oracle-9i-resource-utilisation-on-openvms/m-p/3130090#M61383</link>
      <description>I suspect you will like 9i. You'd need to describe your application more to get better help. OLTP-ish. Warehouse-ish. Interactive?Free style queries? Long lasting connections? Quick connect-query-exit? Likely to benefit from teh cost-based optimizer?&lt;BR /&gt;&lt;BR /&gt;I happen to have been working a little with a (Dutch) customer that experienced a severe (2x !) CPU increase going from Oracle 7.1.4 to 8i.&lt;BR /&gt;&lt;BR /&gt;The reason/excuse given was that Oracle dramatically improved the optimizer (and they did) and parser and stuff like that.&lt;BR /&gt;Their application however was special in that they basically only did singleton selects / updates. So there was nothing to optimize. All Oracles efforts only made their codepath longer!&lt;BR /&gt;&lt;BR /&gt;They have since tested with 9i and did NOT see further reduction. I fact they are pretty happy with to combined improvements or Oracle, VMS and Alpha.&lt;BR /&gt;&lt;BR /&gt;You may want to review MEMORY settings, like the pga target and java pools. You probably do not need/want any Java pool, but Oracle defaults to 50MB, so if you run several databases...&lt;BR /&gt;&lt;BR /&gt;If your application connects in frequently, then be sure to doublecheck anything and everything on the process startup. Early exits from sylogin? login? blah blah...&lt;BR /&gt;&lt;BR /&gt;Good luck!&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Nov 2003 10:25:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/oracle-9i-resource-utilisation-on-openvms/m-p/3130090#M61383</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2003-11-27T10:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 9i resource utilisation on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/oracle-9i-resource-utilisation-on-openvms/m-p/3130091#M61384</link>
      <description>Thanks very much for taking the time to respond. Our application acts as a trade settlement engine for a busy business area and performs OLTP and random query functions. The application itself is already CPU bound (12 x 731mhz GS320) and often 98% utilised at peak loads. We run an SGA of 3GB and have 16GB of physical memory. I know that pending application changes are already going to increase the CPU requirement but wondered if another 7 to 8 overhead would reoccur.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Nov 2003 03:43:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/oracle-9i-resource-utilisation-on-openvms/m-p/3130091#M61384</guid>
      <dc:creator>Matt West</dc:creator>
      <dc:date>2003-11-28T03:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 9i resource utilisation on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/oracle-9i-resource-utilisation-on-openvms/m-p/3130092#M61385</link>
      <description>Sounds like 4 QBBs with 3 CPUs in each!?&lt;BR /&gt;I would encourage you to try 3 QBBs with 4 cpu's each and just 12 GB.&lt;BR /&gt;&lt;BR /&gt;You might see 10% less cpu used. This is from a course average memory latency calculation: avg-lat=(local+(N-1)*remote)/N&lt;BR /&gt;With local latency = 300, remote = 900 this gives:&lt;BR /&gt;1 300&lt;BR /&gt;2 600&lt;BR /&gt;3 700&lt;BR /&gt;4 750&lt;BR /&gt;5 780&lt;BR /&gt;6 800&lt;BR /&gt;7 814&lt;BR /&gt;8 825&lt;BR /&gt;&lt;BR /&gt;So just 750 -&amp;gt; 700 in your case, but if you can help it a little more by carefull process / memory / Io placement it could be enough to make a real difference.&lt;BR /&gt;&lt;BR /&gt;Of course the big solution here is a Marvel! (and even a 1Ghz or 1.25 Ghz wildfire upgrade it going to give good bang for the buck)&lt;BR /&gt;&lt;BR /&gt;&amp;gt; The application itself is already CPU bound (12 x 731mhz GS320) and often 98% utilised at peak loads. We run an SGA of 3GB and have 16GB of physical memory. I know that pending application changes are already going to increase the CPU requirement but wondered if another 7 to 8 overhead would reoccur. &lt;BR /&gt;&lt;BR /&gt;How about that 3GB SGA, you are already using Reserved Memory for that I hope ?!&lt;BR /&gt;Any benefit from more still? cursor_space_for_time? alter table xxx cache/&lt;BR /&gt;&lt;BR /&gt;Hein.</description>
      <pubDate>Fri, 28 Nov 2003 10:43:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/oracle-9i-resource-utilisation-on-openvms/m-p/3130092#M61385</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2003-11-28T10:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 9i resource utilisation on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/oracle-9i-resource-utilisation-on-openvms/m-p/3130093#M61386</link>
      <description>It is already 3 x QBB.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Nov 2003 11:56:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/oracle-9i-resource-utilisation-on-openvms/m-p/3130093#M61386</guid>
      <dc:creator>Matt West</dc:creator>
      <dc:date>2003-11-28T11:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 9i resource utilisation on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/oracle-9i-resource-utilisation-on-openvms/m-p/3130094#M61387</link>
      <description>Ah, good. You had me confused with the 16 GB. I assumed 4*4gb. So i guess it is 8+4+4.&lt;BR /&gt;If you have a QBB with no cpus but 4GB memory, and you don't really need that memory, then you may want to switch it off.&lt;BR /&gt;&lt;BR /&gt;fwiw,&lt;BR /&gt;Hein.</description>
      <pubDate>Fri, 28 Nov 2003 12:02:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/oracle-9i-resource-utilisation-on-openvms/m-p/3130094#M61387</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2003-11-28T12:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 9i resource utilisation on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/oracle-9i-resource-utilisation-on-openvms/m-p/3130095#M61388</link>
      <description>Spot on, 8+4+4 it is.</description>
      <pubDate>Fri, 28 Nov 2003 12:05:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/oracle-9i-resource-utilisation-on-openvms/m-p/3130095#M61388</guid>
      <dc:creator>Matt West</dc:creator>
      <dc:date>2003-11-28T12:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 9i resource utilisation on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/oracle-9i-resource-utilisation-on-openvms/m-p/3130096#M61389</link>
      <description>I concurr with Hein, the Marvel will most probably help you quite a bit, since the memory access times have improved considerably over the Wildfire (and are much more uniform). Since you do run serious SMP also getting to the latest versions of VMS and TCP/IP services (7.3-2 and 5.4) should help. If you are not yet at 7.3-1 this applies even more.</description>
      <pubDate>Fri, 28 Nov 2003 19:23:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/oracle-9i-resource-utilisation-on-openvms/m-p/3130096#M61389</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2003-11-28T19:23:55Z</dc:date>
    </item>
  </channel>
</rss>

