<?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 / Buffer cache in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-buffer-cache/m-p/3115505#M149693</link>
    <description>Hi Joseph&lt;BR /&gt;&lt;BR /&gt;Sorry I don't have a document on Oracle Tuning on HP-UX relating to buffer cache (dbc_max_pct).  &lt;BR /&gt;I can point you to 2 HP-UX performance tuning guides that discuss buffer cache sizing.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h21007.www2.hp.com/dspp/files/unprotected/devresource/Docs/TechPapers/UXPerfCookBook.pdf" target="_blank"&gt;http://h21007.www2.hp.com/dspp/files/unprotected/devresource/Docs/TechPapers/UXPerfCookBook.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/os/11.0/tuningwp.html#top" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/os/11.0/tuningwp.html#top&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Both are excellent docs &amp;amp; are written by one of HP's top performance experts.&lt;BR /&gt;&lt;BR /&gt;If you search the forums, you'll also find many threads discussing buffer cache sizing.  I missed that you were running 11i which handles buffer cache slightly differently than 11.00 and can benefit from larger cache sizes than 11.00.  However with only 3GB of memory, I'd say your buffer cache is definitely much too large at 1.3GB.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Con&lt;BR /&gt;</description>
    <pubDate>Tue, 11 Nov 2003 00:34:12 GMT</pubDate>
    <dc:creator>Con O'Kelly</dc:creator>
    <dc:date>2003-11-11T00:34:12Z</dc:date>
    <item>
      <title>Oracle / Buffer cache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-buffer-cache/m-p/3115500#M149688</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;Does oracle benifits from hp-ux buffer cache?&lt;BR /&gt;We have oracle 8.1.7 running on HP-UX 11.11 (Nclass 4 cpu) 3G of memory. As of now the memory utilization is 99% and 1.3 G of that is into buffer cache. Our DBA told me that they having a slow down on query. Do I need to modify my kernel parameter to increase the performance of oracle? &lt;BR /&gt;&lt;BR /&gt;Thanks in advance &lt;BR /&gt;&lt;BR /&gt;Joseph</description>
      <pubDate>Mon, 10 Nov 2003 21:46:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-buffer-cache/m-p/3115500#M149688</guid>
      <dc:creator>Joseph Bague</dc:creator>
      <dc:date>2003-11-10T21:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle / Buffer cache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-buffer-cache/m-p/3115501#M149689</link>
      <description>Hi Joseph&lt;BR /&gt;&lt;BR /&gt;Oracle has its own buffer cahce, although all DB read/writes pass through the OS buffer, unless you set specific filesystem mount options to bypass the OS buffer (these are only available with OnlineJFS).&lt;BR /&gt;If you have 3GB of memory &amp;amp; you're using 1.3GB for buffer, then your buffer cache is really too high.  &lt;BR /&gt;It be should be around 400MB. Resize your OS buffer cache so it consumes a maximum of 400MB-500MB of memory (ie set dbc_max_pct=15 &amp;amp; dbc_min_pct=5). &lt;BR /&gt;&lt;BR /&gt;Its very possible that with only 3GB of memory &amp;amp; buffer using 1.3GB then memory is causing Oracle performance issues.  &lt;BR /&gt;&lt;BR /&gt;However your DBA also needs to look at the Oracle DB Buffer size, this is completely independant from the OS buffer.  Indeed a number of the SGA parameters set in the init.ora file can have a significant impact on Oracle performance if they are not sized correctly.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Con</description>
      <pubDate>Mon, 10 Nov 2003 22:04:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-buffer-cache/m-p/3115501#M149689</guid>
      <dc:creator>Con O'Kelly</dc:creator>
      <dc:date>2003-11-10T22:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle / Buffer cache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-buffer-cache/m-p/3115502#M149690</link>
      <description>Hi Con,&lt;BR /&gt;&lt;BR /&gt;On OnlineJFS what are those options?&lt;BR /&gt;Do you have any link/documentation about this?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Joseph</description>
      <pubDate>Mon, 10 Nov 2003 22:10:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-buffer-cache/m-p/3115502#M149690</guid>
      <dc:creator>Joseph Bague</dc:creator>
      <dc:date>2003-11-10T22:10:27Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle / Buffer cache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-buffer-cache/m-p/3115503#M149691</link>
      <description>Hi Joseph &lt;BR /&gt;&lt;BR /&gt;The 2 options are:&lt;BR /&gt;mincache=direct,convosync=direct,nodatainlog&lt;BR /&gt;&lt;BR /&gt;You should only use these options for filesystems that contain the Oracle datafiles.&lt;BR /&gt;&lt;BR /&gt;In some cases these options can lead to small performance gains but it there's no gaurantee.&lt;BR /&gt;If you're having Oracle performance issues, I'd first look at reducing your OS buffer cache size &amp;amp; then get the DBA's to examine their SGA parameters to ensure they are sized correctly.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Con</description>
      <pubDate>Mon, 10 Nov 2003 22:20:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-buffer-cache/m-p/3115503#M149691</guid>
      <dc:creator>Con O'Kelly</dc:creator>
      <dc:date>2003-11-10T22:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle / Buffer cache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-buffer-cache/m-p/3115504#M149692</link>
      <description>Hi Con,&lt;BR /&gt;&lt;BR /&gt;Do you have a document/web link regarding oracle performance tuning on hp-ux 11.11?(db_max_pct related) I need this doc as supporting document.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Joseph</description>
      <pubDate>Tue, 11 Nov 2003 00:14:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-buffer-cache/m-p/3115504#M149692</guid>
      <dc:creator>Joseph Bague</dc:creator>
      <dc:date>2003-11-11T00:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle / Buffer cache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-buffer-cache/m-p/3115505#M149693</link>
      <description>Hi Joseph&lt;BR /&gt;&lt;BR /&gt;Sorry I don't have a document on Oracle Tuning on HP-UX relating to buffer cache (dbc_max_pct).  &lt;BR /&gt;I can point you to 2 HP-UX performance tuning guides that discuss buffer cache sizing.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h21007.www2.hp.com/dspp/files/unprotected/devresource/Docs/TechPapers/UXPerfCookBook.pdf" target="_blank"&gt;http://h21007.www2.hp.com/dspp/files/unprotected/devresource/Docs/TechPapers/UXPerfCookBook.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/os/11.0/tuningwp.html#top" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/os/11.0/tuningwp.html#top&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Both are excellent docs &amp;amp; are written by one of HP's top performance experts.&lt;BR /&gt;&lt;BR /&gt;If you search the forums, you'll also find many threads discussing buffer cache sizing.  I missed that you were running 11i which handles buffer cache slightly differently than 11.00 and can benefit from larger cache sizes than 11.00.  However with only 3GB of memory, I'd say your buffer cache is definitely much too large at 1.3GB.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Con&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Nov 2003 00:34:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-buffer-cache/m-p/3115505#M149693</guid>
      <dc:creator>Con O'Kelly</dc:creator>
      <dc:date>2003-11-11T00:34:12Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle / Buffer cache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-buffer-cache/m-p/3115506#M149694</link>
      <description>Hi there.&lt;BR /&gt;Here a URL for Oracle doc :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://otn.oracle.com/documentation/index.html" target="_blank"&gt;http://otn.oracle.com/documentation/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;you should find everything you need there.&lt;BR /&gt;Rgds&lt;BR /&gt;Alexander M. Ermes</description>
      <pubDate>Tue, 11 Nov 2003 01:54:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-buffer-cache/m-p/3115506#M149694</guid>
      <dc:creator>Alexander M. Ermes</dc:creator>
      <dc:date>2003-11-11T01:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle / Buffer cache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-buffer-cache/m-p/3115507#M149695</link>
      <description>We fixed our OS buffer cache to ~300Mb&lt;BR /&gt;the rest is available for SGA &amp;amp; user processes, you do not want to really use your swap area ?&lt;BR /&gt;&lt;BR /&gt;You should also tune the SGA components&lt;BR /&gt;&lt;BR /&gt;JL</description>
      <pubDate>Tue, 11 Nov 2003 04:43:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-buffer-cache/m-p/3115507#M149695</guid>
      <dc:creator>Jean-Luc Oudart</dc:creator>
      <dc:date>2003-11-11T04:43:14Z</dc:date>
    </item>
  </channel>
</rss>

