Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: 10g RAC Install with Raw Devices

RE: 10g RAC Install with Raw Devices

From: Kevin Closson <kevinc_at_polyserve.com>
Date: Thu, 29 Mar 2007 12:03:45 -0700
Message-ID: <5D2570CAFC98974F9B6A759D1C74BAD002F74AD3@ex2.ms.polyserve.com>

The problem with block devices (/dev/sd*) is that IO to block devices is buffered IO - going via OS cache. Unless you open them with O_DIRECT flag.

...or unless you bind with raw(8)

--
http://www.freelists.org/webpage/oracle-l
Received on Thu Mar 29 2007 - 14:03:45 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US