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

Home -> Community -> Usenet -> c.d.o.server -> Re: RAID vs Redo log mirroring

Re: RAID vs Redo log mirroring

From: <stuco_at_mailcity.com>
Date: Tue, 16 Jun 1998 21:32:43 GMT
Message-ID: <6m6o9r$iov$1@nnrp1.dejanews.com>


The whole reason why Oracle says to mirror redo logs is get them on their own physical drives. Why, you might ask? Because if the next redo log to be written is not available, your DATABASE COMES TO A SCREECHING HALT!

Raid 5 does guard against lost data in the event of a device failure, but in Oracle's case your database is dead until you pop in another drive.

Therefore, unless you have another Raid 5 array to place the mirrored redo logs on, mirroring redo logs on the same array does no good whatsoever.

I hope this helps!

Stuart Cowen
Paladin Consulting - Dallas

In article <01bd993e$3cf8c3c0$4baa3ec1_at_regan.bton.ac.uk>,   "Robin Bishop" <rmb8_at_bton.ac.uk> wrote:
>
> Given that the primary (only?) reason for mirrored redo logs is to guard
> against media failure, can anyone suggest whether it is still necessary on
> a system running RAID level 5?
>
> Is there a circumstance whereby mirroring would provide some security that
> RAID would not? My feeling is that relying on RAID should be sufficient but
> I'm pretty new to this game. All the DBA stuff I've read suggests that
> mirroring redo logs is very nearly essential but none of it mentions the
> impact of RAID systems on this view.
>
> Thanks in advance for your opinions.
> --
> Robin Bishop
> University of Brighton Computer Centre
> Brighton, England
>

-----== Posted via Deja News, The Leader in Internet Discussion ==----- http://www.dejanews.com/ Now offering spam-free web-based newsreading Received on Tue Jun 16 1998 - 16:32:43 CDT

Original text of this message

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