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

Home -> Community -> Usenet -> c.d.o.misc -> Re: RAID configuration for Oracle7

Re: RAID configuration for Oracle7

From: Steve Phelan <stevep_at_pmcgettigan.demon.co.uk>
Date: 1997/03/03
Message-ID: <331B0CA2.2731@pmcgettigan.demon.co.uk>#1/1

> Oracle is a RDBMS robust and secure against system failures, so RAID 5 > security my be redundant and a cause for I/O contention.

Oracle is recoverable, but RAID 5 is resilient. If you loose a disk on a non-RAID (or non mirrored) system, you have to recover - a RAID system, especially if configured with a 'hot spare' is tolerant to this type of failure without interuption, and will auto rebuild.

A RAID 5 system will *generally* give an improvement in READ performance at the expense of WRITE performance. Note: you should generally avoid software RAID implementations, as the overhead is usually very high. You should really *test* your RAID system to see if it fits *your* needs.

As regards redo and temp: in a very heavy OLTP environment the overhead of WRITING the parity info may force you to place these systems on a non-RAID 5 system. Note you can still use RAID, but not necessarily RAID 5 (say RAID 1, mirroring) to give you some protection for redo and temp placed on these disks.

Look in the Oracle Advanced Tuning and Admin book as well as the Oracle Datawarehousing book for more info on choosing a suitable RAID setup for your system, as there is no 'golden' answer to your question without knowing the exact requirements of your system.

Steve Phelan. Received on Mon Mar 03 1997 - 00:00:00 CST

Original text of this message

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