<?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: Planing Oracle database &amp;amp; application in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/planing-oracle-database-amp-application/m-p/3087913#M806280</link>
    <description>Hi there.&lt;BR /&gt;Clay's advice is good as always.&lt;BR /&gt;You cannot have enough memory for Oracle, because Oracle eats resources like popcorn.&lt;BR /&gt;Try to spread the io-load through several channels ( alternate paths / devices ).&lt;BR /&gt;Mirror your control and logfiles on different disks and controlers if possible.&lt;BR /&gt;Go for two locations of offline log files&lt;BR /&gt;( running the database in archivelog mode ).&lt;BR /&gt;&lt;BR /&gt;Did you take a look at the documentation ?&lt;BR /&gt;Install guide / release notes etc&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://otn.oracle.com/documentation/oracle9i.html" target="_blank"&gt;http://otn.oracle.com/documentation/oracle9i.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;Alexander M. Ermes</description>
    <pubDate>Wed, 08 Oct 2003 07:40:20 GMT</pubDate>
    <dc:creator>Alexander M. Ermes</dc:creator>
    <dc:date>2003-10-08T07:40:20Z</dc:date>
    <item>
      <title>Planing Oracle database &amp; application</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/planing-oracle-database-amp-application/m-p/3087907#M806274</link>
      <description>Hi!&lt;BR /&gt;Could anybody help me to plan VGs and FSs&lt;BR /&gt;for an application, based on Oracle9 dbase,&lt;BR /&gt;OS HPUX11,mashine rp8400 and storage HP StorageWorks. &lt;BR /&gt;The initial parameters are:&lt;BR /&gt;-70 GB for software,system &lt;BR /&gt; tablespaces,rollback,temp..);&lt;BR /&gt;-1.3-1.4 TB for data, based on RAID5;&lt;BR /&gt;&lt;BR /&gt;How I have to design my VGs in order to &lt;BR /&gt;phisically separate software, system, data,indexes,rollback,segments,log files..?&lt;BR /&gt;What is the usual solution? &lt;BR /&gt;Is there any special remarks about kernel parameters,connected with Oracle?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Oct 2003 06:29:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/planing-oracle-database-amp-application/m-p/3087907#M806274</guid>
      <dc:creator>Inesa Clinko</dc:creator>
      <dc:date>2003-10-08T06:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: Planing Oracle database &amp; application</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/planing-oracle-database-amp-application/m-p/3087908#M806275</link>
      <description>I'm not an Oracle expert but I can offer some general guidelines.&lt;BR /&gt; &lt;BR /&gt;Keep your root volume group separate.  Usually the root vg is placed on internal disk and mirrored using MirrorDisk/UX.  Keep all your data in separate volume groups, probably on external storage.  We use vg01 for non-db data and vg02 for the database itself.&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;Pete&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Wed, 08 Oct 2003 06:33:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/planing-oracle-database-amp-application/m-p/3087908#M806275</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-10-08T06:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: Planing Oracle database &amp; application</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/planing-oracle-database-amp-application/m-p/3087909#M806276</link>
      <description>Here we have three volume groups.  vg00 root, vg01 DB data, vg02 DB applications.  vg01 is in a VA74000 all by itself.  &lt;BR /&gt;When we migrated from oracle 8 to oracle 9 there were about 10 kernel parameters we had to change.  There is documentation on which parameters that comes with oracle or can be downloaded from oracle's site.&lt;BR /&gt;&lt;BR /&gt;--Jim</description>
      <pubDate>Wed, 08 Oct 2003 06:38:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/planing-oracle-database-amp-application/m-p/3087909#M806276</guid>
      <dc:creator>James Specht</dc:creator>
      <dc:date>2003-10-08T06:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: Planing Oracle database &amp; application</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/planing-oracle-database-amp-application/m-p/3087910#M806277</link>
      <description>Petes advice is excellent.&lt;BR /&gt; &lt;BR /&gt;Let me add that Oracle reccomends Raid 1 or Raid 10 for data and rollback.&lt;BR /&gt; &lt;BR /&gt;On a database that large, its costly but if you don't do it, expect performance issues at high load factors.&lt;BR /&gt; &lt;BR /&gt;shmmax should be maxed out which means 25% of system memory, which is defined as swap plus memory. shmseg should be set based on anticipated user load.&lt;BR /&gt; &lt;BR /&gt;Having all the oracle stuff in the same volume group will not hurt performance, even with mixed Raid 10 and Raid 5 Luns. Just put them in different logical volumes, don't make one massive filesystem for everything.&lt;BR /&gt; &lt;BR /&gt;The HP-UX OS will fit in less than 20 GB of space even with a ton of add in OS software.&lt;BR /&gt; &lt;BR /&gt;Here is some good kmtune output. Attached.&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 08 Oct 2003 06:43:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/planing-oracle-database-amp-application/m-p/3087910#M806277</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-10-08T06:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: Planing Oracle database &amp; application</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/planing-oracle-database-amp-application/m-p/3087911#M806278</link>
      <description>We maximise the io with disk stripping.&lt;BR /&gt;We also alternate controler from disk to disk in the vg.&lt;BR /&gt;we use a 64Kb stripe size.&lt;BR /&gt;&lt;BR /&gt;check these links &lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=193104" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=193104&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/parseCurl.do?CURL=%2Fcm%2FQuestionAnswer%2F1%2C%2C0xd6b250dde50cd71190050090279cd0f9%2C00.html&amp;amp;admit=716493758+1065615232533+28353475" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/parseCurl.do?CURL=%2Fcm%2FQuestionAnswer%2F1%2C%2C0xd6b250dde50cd71190050090279cd0f9%2C00.html&amp;amp;admit=716493758+1065615232533+28353475&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/parseCurl.do?CURL=%2Fcm%2FQuestionAnswer%2F1%2C%2C0x9338b941255cd71190080090279cd0f9%2C00.html&amp;amp;admit=716493758+1065615290814+28353475" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/parseCurl.do?CURL=%2Fcm%2FQuestionAnswer%2F1%2C%2C0x9338b941255cd71190080090279cd0f9%2C00.html&amp;amp;admit=716493758+1065615290814+28353475&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jean-Luc&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Oct 2003 07:15:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/planing-oracle-database-amp-application/m-p/3087911#M806278</guid>
      <dc:creator>Jean-Luc Oudart</dc:creator>
      <dc:date>2003-10-08T07:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: Planing Oracle database &amp; application</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/planing-oracle-database-amp-application/m-p/3087912#M806279</link>
      <description>I would urge you to upgrade to HP-UX 11.11 - the filesystem performance is better. If at all possible, choose RAID 1/0 over RAID 5. For a database of this size I would split the I/O into at least datafiles, indices, and archive/redo logs each with it's own VG.&lt;BR /&gt;Don't get too hung up on which disks to do what because the array is going to split it anyway. Surprisingly, under 11.11, Oracle actually performs better (and I have measured it) using fully cooked files for everything. If you do choose to use raw/io, dont use devices like /dev/vg10/rlvol1 but instead use /u01/oradata/datafile01.dbf and then symbolically link /u01/oradata/datafile01.dbf to /dev/vg10/rlvol1. Using tyhis method of indirection will allow you to easily move the i/o around (or go to fully cooked files) with no Oracle changes.&lt;BR /&gt;&lt;BR /&gt;My best advice is however much memory you think you need, double it. Oracle 9 needs huge SGA's to really perform well.&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Oct 2003 07:30:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/planing-oracle-database-amp-application/m-p/3087912#M806279</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-10-08T07:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: Planing Oracle database &amp; application</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/planing-oracle-database-amp-application/m-p/3087913#M806280</link>
      <description>Hi there.&lt;BR /&gt;Clay's advice is good as always.&lt;BR /&gt;You cannot have enough memory for Oracle, because Oracle eats resources like popcorn.&lt;BR /&gt;Try to spread the io-load through several channels ( alternate paths / devices ).&lt;BR /&gt;Mirror your control and logfiles on different disks and controlers if possible.&lt;BR /&gt;Go for two locations of offline log files&lt;BR /&gt;( running the database in archivelog mode ).&lt;BR /&gt;&lt;BR /&gt;Did you take a look at the documentation ?&lt;BR /&gt;Install guide / release notes etc&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://otn.oracle.com/documentation/oracle9i.html" target="_blank"&gt;http://otn.oracle.com/documentation/oracle9i.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;Alexander M. Ermes</description>
      <pubDate>Wed, 08 Oct 2003 07:40:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/planing-oracle-database-amp-application/m-p/3087913#M806280</guid>
      <dc:creator>Alexander M. Ermes</dc:creator>
      <dc:date>2003-10-08T07:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: Planing Oracle database &amp; application</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/planing-oracle-database-amp-application/m-p/3087914#M806281</link>
      <description>In terms of administration, RAID is far simple than using Oracle &lt;BR /&gt;techniques for data placement and striping. &lt;BR /&gt;  &lt;BR /&gt;                                                 &lt;BR /&gt;Recommendations:                                                                &lt;BR /&gt; &lt;BR /&gt;In general, RAID usually impacts write operations more than read operation. &lt;BR /&gt;This is specially true where parity need to be calculated (RAID 3, RAID 5, etc). &lt;BR /&gt;Online or archived redo log files can be put on RAID 1 devices.    &lt;BR /&gt;You should not use RAID 5. 'TEMP'  tablespace data files should also go on   &lt;BR /&gt;RAID1 instead of RAID5 as well. The reason for this is that streamed   &lt;BR /&gt;write performance of distributed parity (RAID5) isn't as good as that of  &lt;BR /&gt;simple mirroring (RAID1).                           &lt;BR /&gt;  &lt;BR /&gt;Swap space can be used on RAID devices without affecting Oracle.    &lt;BR /&gt;          &lt;BR /&gt; &lt;BR /&gt;==================================================================================== &lt;BR /&gt;RAID  Type of RAID        Control       Database        Redo Log        Archive Log &lt;BR /&gt;                            File          File            File            File &lt;BR /&gt;==================================================================================== &lt;BR /&gt;0     Striping             Avoid*          OK*           Avoid*           Avoid*      &lt;BR /&gt;------------------------------------------------------------------------------------ &lt;BR /&gt;1     Shadowing             OK             OK          Recommended       Recommended &lt;BR /&gt;------------------------------------------------------------------------------------ &lt;BR /&gt;0+1   Striping +            OK         Recommended       Avoid            Avoid      &lt;BR /&gt;      Shadowing                           (1)                                                          &lt;BR /&gt;------------------------------------------------------------------------------------ &lt;BR /&gt;3     Striping with         OK           Avoid           Avoid            Avoid      &lt;BR /&gt;      Static Parity                       (2)                                                                     &lt;BR /&gt;------------------------------------------------------------------------------------ &lt;BR /&gt;5     Striping with         OK           Avoid           Avoid            Avoid      &lt;BR /&gt;      Rotating Parity                     (2) &lt;BR /&gt;------------------------------------------------------------------------------------ &lt;BR /&gt; &lt;BR /&gt;*   RAID 0 does not provide any protection against failures. It requires a strong backup &lt;BR /&gt;    strategy. &lt;BR /&gt;(1) RAID 0+1 is recommended for database files because this avoids hot spots and gives  &lt;BR /&gt;    the best possible performance during a disk failure.  The disadvantage of RAID 0+1  &lt;BR /&gt;    is that it is a costly configuration. &lt;BR /&gt;(2) When heavy write operation involves this datafile &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Oct 2003 10:17:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/planing-oracle-database-amp-application/m-p/3087914#M806281</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2003-10-08T10:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: Planing Oracle database &amp; application</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/planing-oracle-database-amp-application/m-p/3087915#M806282</link>
      <description>I didn't have this doc at home.&lt;BR /&gt; &lt;BR /&gt;I can't overemphasize the RAID issue.&lt;BR /&gt; &lt;BR /&gt;A. Clay makes excellent points with regards to the OS, I/O and RAID.&lt;BR /&gt; &lt;BR /&gt;This tuning doc is maintainted by HP's top oracle tuning guru.&lt;BR /&gt; &lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/cki/search.do?category=c0&amp;amp;docType=Security&amp;amp;docType=Patch&amp;amp;docType=EngineerNotes&amp;amp;docType=BugReports&amp;amp;docType=Hardware&amp;amp;docType=ReferenceMaterials&amp;amp;docType=ThirdParty&amp;amp;searchString=UPERFKBAN00000726&amp;amp;search.y=8&amp;amp;search.x=28&amp;amp;mode=id&amp;amp;admit=-1335382922+1065626708921+28353475&amp;amp;searchCrit=allwords" target="_blank"&gt;http://www2.itrc.hp.com/service/cki/search.do?category=c0&amp;amp;docType=Security&amp;amp;docType=Patch&amp;amp;docType=EngineerNotes&amp;amp;docType=BugReports&amp;amp;docType=Hardware&amp;amp;docType=ReferenceMaterials&amp;amp;docType=ThirdParty&amp;amp;searchString=UPERFKBAN00000726&amp;amp;search.y=8&amp;amp;search.x=28&amp;amp;mode=id&amp;amp;admit=-1335382922+1065626708921+28353475&amp;amp;searchCrit=allwords&lt;/A&gt;&lt;BR /&gt; &lt;BR /&gt;SEP</description>
      <pubDate>Wed, 08 Oct 2003 10:26:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/planing-oracle-database-amp-application/m-p/3087915#M806282</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-10-08T10:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: Planing Oracle database &amp; application</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/planing-oracle-database-amp-application/m-p/3087916#M806283</link>
      <description>The doc I submitted is temporarily offline.&lt;BR /&gt; &lt;BR /&gt;Attaching a text copy.&lt;BR /&gt; &lt;BR /&gt;SEP</description>
      <pubDate>Wed, 08 Oct 2003 11:14:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/planing-oracle-database-amp-application/m-p/3087916#M806283</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-10-08T11:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: Planing Oracle database &amp; application</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/planing-oracle-database-amp-application/m-p/3087917#M806284</link>
      <description>hi,&lt;BR /&gt;-&lt;BR /&gt;To add to above replies, generally here is what I like (raid 0 = stripes, raid 1 = mirrors, raid 5 = striping+parity):&lt;BR /&gt;-&lt;BR /&gt;o no raid, raid 0 or raid 0+1 for online redo logs AND control files.  &lt;BR /&gt;You should still let us multiplex them ourselves even if you mirror them.  We have more opportunities for failure if the raid subsystem reports a "warning" back to us -- if we have multiplexed them -- we are OK with that.&lt;BR /&gt;-&lt;BR /&gt;o no raid or raid 0 for temporary datafiles (used with temporary tablespaces).  no raid/raid 0 is sufficient.  If you lose these, who cares?  You want speed on these, not reliability.  If a disk fails, drop and recreate temp elsewhere.&lt;BR /&gt;-&lt;BR /&gt;o no raid, raid 0 or raid 0+1 for archive.  Again, let us multiplex if you use no raid or raid 0, let the OS do it (different from online redo log here) if you use 0+1.&lt;BR /&gt;-&lt;BR /&gt;o raid 0+1 for rollback.  It get written to lots.  It is important to have protected.  We cannot multiplex them so let the OS do it.  Use this for datafiles you believe will be HEAVILY written.  Bear in mind, we buffer writes to datafiles, they happen in the background so the poor write performance of raid 5 is usually OK except for the heavily written files (such as rollback).&lt;BR /&gt;-&lt;BR /&gt;o raid 5 (unless you can do raid 0+1 for all of course) for datafiles that experience what you determine to be "medium" or "moderate" write activity.  Since this happens in the background typcially (not with direct path loads and such) -- raid 5 can typically be safely used with these.  As these files represent the BULK of your database and the above represent the smaller part -- you achieve most of the cost saving without impacting performance too much.&lt;BR /&gt;-&lt;BR /&gt;Try to dedicate specific devices to &lt;BR /&gt;-&lt;BR /&gt;o online redo&lt;BR /&gt;o archive&lt;BR /&gt;o temp&lt;BR /&gt;-&lt;BR /&gt;they should not have to share their devices with others in a "perfect" world (even with eachother). &lt;BR /&gt;-&lt;BR /&gt;Hope this helps too!&lt;BR /&gt;-&lt;BR /&gt;regards&lt;BR /&gt;Yogeeraj</description>
      <pubDate>Wed, 08 Oct 2003 13:08:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/planing-oracle-database-amp-application/m-p/3087917#M806284</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2003-10-08T13:08:03Z</dc:date>
    </item>
  </channel>
</rss>

