<?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 datafile in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-datafile/m-p/2609616#M854028</link>
    <description>Hi,&lt;BR /&gt;When using raw device you need consider few things. See the link for details:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,11866,0xb1e8660142b2d5118ff10090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,11866,0xb1e8660142b2d5118ff10090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Animesh&lt;BR /&gt;</description>
    <pubDate>Thu, 08 Nov 2001 05:38:32 GMT</pubDate>
    <dc:creator>Animesh Chakraborty</dc:creator>
    <dc:date>2001-11-08T05:38:32Z</dc:date>
    <item>
      <title>Oracle datafile</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-datafile/m-p/2609613#M854025</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;Many of my friends and former colleagues like to use UNIX filesystem to store the oracle datafile. Is it difficult to use raw device to hold the database ? What is the advantage and disadvantage between them ?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Patrick</description>
      <pubDate>Thu, 08 Nov 2001 03:35:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-datafile/m-p/2609613#M854025</guid>
      <dc:creator>Patrick Chim</dc:creator>
      <dc:date>2001-11-08T03:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle datafile</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-datafile/m-p/2609614#M854026</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;   Each has its advantage/disadvantages and i don't think there will be a clear-cut choice&lt;BR /&gt;of one over another.&lt;BR /&gt;&lt;BR /&gt;From a unix admin point of view, i would happy to have   just a raw-volume database and&lt;BR /&gt;leave the whole business of tuning, tweaking, backing up etc  to the DBA.  ;-) and that i&lt;BR /&gt;think is a key difference.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;  Performance wise,  Raw volumes are supposed to be faster because they unlike filesystems they do not go through an additonal layer. But, with advanced JFS and tweaking FS mount options that gap is narrowed.&lt;BR /&gt;&lt;BR /&gt;  On the backup front,  raw volumes would need &lt;BR /&gt;backup tools , unlike filesystem which can be accessed/backed up as any other file. But, given the complexity and size of databases, a backup tool (omniback, Rman etc..) is anyway guaranteed to be there.&lt;BR /&gt;&lt;BR /&gt;-raj&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Nov 2001 04:06:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-datafile/m-p/2609614#M854026</guid>
      <dc:creator>Roger Baptiste</dc:creator>
      <dc:date>2001-11-08T04:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle datafile</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-datafile/m-p/2609615#M854027</link>
      <description>I would agree with Raj, it's a matter fo speed. From another admin point of view, it's easy. We don't need to worry about them. &lt;BR /&gt;&lt;BR /&gt;Raj is right, the filesystem option is slower because it communicates directly with the raw device. &lt;BR /&gt;&lt;BR /&gt;I have seen to occasional problem if / when firmware is loaded and oracle is not patched approriately, but this is rare.</description>
      <pubDate>Thu, 08 Nov 2001 05:22:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-datafile/m-p/2609615#M854027</guid>
      <dc:creator>Scott Van Kalken</dc:creator>
      <dc:date>2001-11-08T05:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle datafile</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-datafile/m-p/2609616#M854028</link>
      <description>Hi,&lt;BR /&gt;When using raw device you need consider few things. See the link for details:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,11866,0xb1e8660142b2d5118ff10090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,11866,0xb1e8660142b2d5118ff10090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Animesh&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Nov 2001 05:38:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-datafile/m-p/2609616#M854028</guid>
      <dc:creator>Animesh Chakraborty</dc:creator>
      <dc:date>2001-11-08T05:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle datafile</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-datafile/m-p/2609617#M854029</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;the discussion about raw device files or filesystem datafiles has been going on for ages.  They both have theire advantages and disadvantages.&lt;BR /&gt;Raw device files are theoretically faster, but in the last years the difference has become much smaller (vxfs, Veritas Oracle filesystems!!).&lt;BR /&gt;Filesystem datafiles are much easier to handle, you can play around with them just like plain files.&lt;BR /&gt;Your choice should probably depend on the size of database, speed of disksystem, type of server, experience of DBA &amp;amp; sysadmin, ...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Have a look at Ixora (pro raw devices)  &lt;BR /&gt;&lt;A href="http://www.ixora.com.au/tips/creation/raw_datafiles.htm" target="_blank"&gt;http://www.ixora.com.au/tips/creation/raw_datafiles.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;good luck,&lt;BR /&gt;Thierry.</description>
      <pubDate>Thu, 08 Nov 2001 08:04:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-datafile/m-p/2609617#M854029</guid>
      <dc:creator>Thierry Poels_1</dc:creator>
      <dc:date>2001-11-08T08:04:51Z</dc:date>
    </item>
  </channel>
</rss>

