<?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 Sizing in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sizing/m-p/2676939#M907199</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;You have the Oracle withepaper on SAFE:&lt;BR /&gt;How to Stop Defragmenting and Start Living(64K/pdf) CR 239049 &lt;A href="http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&amp;amp;p_id=131771.1" target="_blank"&gt;http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&amp;amp;p_id=131771.1&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://metalink.oracle.com/cgi-bin/cr/getfile_cr.cgi?239049" target="_blank"&gt;http://metalink.oracle.com/cgi-bin/cr/getfile_cr.cgi?239049&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Its a good way of setting up uniform tablespace extent sizes for data, rollback and temp tablespaces.&lt;BR /&gt;&lt;BR /&gt;Its still useful when using the uniform tablespace storage parameter in 8i, as you'll need the right size for the extent.&lt;BR /&gt;&lt;BR /&gt;Andreas</description>
    <pubDate>Wed, 06 Mar 2002 08:57:37 GMT</pubDate>
    <dc:creator>Andreas D. Skjervold</dc:creator>
    <dc:date>2002-03-06T08:57:37Z</dc:date>
    <item>
      <title>Oracle Sizing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sizing/m-p/2676938#M907198</link>
      <description>I am trying to setup some general baselines to size oracle on a HP9000 4000 N class server. Are there any tools/whitepapers etc on this subject? &lt;BR /&gt;Help is much appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 06 Mar 2002 08:42:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sizing/m-p/2676938#M907198</guid>
      <dc:creator>Thijn Moons_1</dc:creator>
      <dc:date>2002-03-06T08:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Sizing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sizing/m-p/2676939#M907199</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;You have the Oracle withepaper on SAFE:&lt;BR /&gt;How to Stop Defragmenting and Start Living(64K/pdf) CR 239049 &lt;A href="http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&amp;amp;p_id=131771.1" target="_blank"&gt;http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&amp;amp;p_id=131771.1&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://metalink.oracle.com/cgi-bin/cr/getfile_cr.cgi?239049" target="_blank"&gt;http://metalink.oracle.com/cgi-bin/cr/getfile_cr.cgi?239049&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Its a good way of setting up uniform tablespace extent sizes for data, rollback and temp tablespaces.&lt;BR /&gt;&lt;BR /&gt;Its still useful when using the uniform tablespace storage parameter in 8i, as you'll need the right size for the extent.&lt;BR /&gt;&lt;BR /&gt;Andreas</description>
      <pubDate>Wed, 06 Mar 2002 08:57:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sizing/m-p/2676939#M907199</guid>
      <dc:creator>Andreas D. Skjervold</dc:creator>
      <dc:date>2002-03-06T08:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Sizing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sizing/m-p/2676940#M907200</link>
      <description>I don't know of any tools or whitepapers&lt;BR /&gt;based on sizing with respect specifically to N4000.  But I can give some general recommendations.&lt;BR /&gt;&lt;BR /&gt;All filesystems used for datafiles should be created with a 8k block and 8k fragment.  We want Oracle blocks to align properly with filesystem blocks.&lt;BR /&gt;&lt;BR /&gt;SYSTEM tablespace 256M at least&lt;BR /&gt;&lt;BR /&gt;RBS 1024 striped across 4 disks.  Few large rbs for batch, many small rbs for OLTP&lt;BR /&gt;&lt;BR /&gt;TEMP Can live on single LUN on array such as EMC or XP&lt;BR /&gt;&lt;BR /&gt;Redo 64M-1024M, size so log switch no less than 15 minutes.&lt;BR /&gt;&lt;BR /&gt;Datafiles - 2GB is a size which will work with all versions of tar, backup products, etc.&lt;BR /&gt;&lt;BR /&gt;init.ora parameters, general recommends:&lt;BR /&gt;&lt;BR /&gt;SGA sized so that box has at least 30% memory free during hardest processor loading.&lt;BR /&gt;&lt;BR /&gt;db_block_size=8192 for OLTP, 32768 for DSS&lt;BR /&gt;&lt;BR /&gt;db_block_buffers - don't use any oracle defaults, size so oracle hit% &amp;gt;=95%&lt;BR /&gt;&lt;BR /&gt;shared_pool_size - don't use oracle default, size so that shared pool is large enough to hold commonly used sql, but not so large as to cause unnecessary long search times.&lt;BR /&gt;&lt;BR /&gt;log_buffer 1048576 seems to work&lt;BR /&gt;&lt;BR /&gt;cursor_space_for_time=true if your don't have large miss on library cache&lt;BR /&gt;&lt;BR /&gt;cursor_sharing=force - set this if application doesn't make use of bind variables.  Will force common sql to use them, reducing hard parses - which reduce CPU cost.&lt;BR /&gt;&lt;BR /&gt;_db_block_hash_latches=db_block_buffers/4 on 8i versions.  Formula changed for hash latch allocation, results in too few hash latches allocated and large wait/spin on "cache buffer chain".  &lt;BR /&gt;&lt;BR /&gt;db_block_lru_latches=(#CPU's*2)&lt;BR /&gt;db_writer_processes=(* of CPU's even with async)&lt;BR /&gt;disk_async_io=TRUE if you use raw, FALSE if you use cooked.&lt;BR /&gt;&lt;BR /&gt;lock_sga=TRUE (also have dba MLOCK line in /etc/privgroup)&lt;BR /&gt;&lt;BR /&gt;db_file_multiblock_read_count=32 ( 128k-256k seems to be sweet spot on most disk devices for large read )&lt;BR /&gt;&lt;BR /&gt;enqueue_resources=1000 tune based on enqueue timeouts, &lt;BR /&gt;&lt;BR /&gt;hash_join_enable=true if you use cost based optimizer&lt;BR /&gt;&lt;BR /&gt;optimizer_mode=CHOOSE #make sure you analyze statistics on all tables.&lt;BR /&gt;&lt;BR /&gt;sort_area_size=1048576 # Tune for no disk sort&lt;BR /&gt;sort_area_retained_size=1048576&lt;BR /&gt;&lt;BR /&gt;max_files=1024 #never know how large you will grow&lt;BR /&gt;&lt;BR /&gt;timed_statistics=true until you get init settings tuned.&lt;BR /&gt;&lt;BR /&gt;Please insert the perfstat schema for statspack and even if you use graphical monitor allow statspack to tell you state of instance health.&lt;BR /&gt;&lt;BR /&gt;I can be reached at drobinson@optimalss.com&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Mar 2002 23:21:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sizing/m-p/2676940#M907200</guid>
      <dc:creator>Dennis J Robinson</dc:creator>
      <dc:date>2002-03-06T23:21:29Z</dc:date>
    </item>
  </channel>
</rss>

