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: redo log file setup with mirrored drives

RE: redo log file setup with mirrored drives

From: Fink, Dan <Dan.Fink_at_mdx.com>
Date: Tue, 26 Nov 2002 08:05:00 -0800
Message-ID: <F001.0050C116.20021126080500@fatcity.com>


"Pending further evidence to the contrary, I'll take mirroring external to
Oracle as the better choice."

Redo and archived redo logs are the most important files in the database. Lose a datafile? You can still recover the database. Lose all controlfiles? They can be recreated. Lose a single redo entry? Your recovery is terminated. Yes, there are unsupported methods to bypass this condition, but they are kludges and may be very, very expensive.

So, why do I still multiplex my redo logs (even on my 'test' Win2k databases at home)? O/S level mirroring protects against some failures, but it does not protect against the accidental deletion of the file. I have had to deal with situations where people deleted the redo logs (disk space at 90%, let's clear out the log files...). Another copy on another device (usually with a separate controller), saved the database.

Considering the small size of the redo logs and their critical importance to the database, I'll both multiplex (oracle) and mirror (o/s).

"1. This is pure speculation."

Kirti is one of the many people on this list who has shown time and time again that he does not engage in "pure speculation". While a skeptical attitude is good and helps you develop, I tend to accept Kirti's posts (and Cary's, Tim's, Jared's, Robert's, and others on the 10 list) at face value until I put together a test case and can prove it or disprove it.

Dan Fink

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Fink, Dan
  INET: Dan.Fink_at_mdx.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Tue Nov 26 2002 - 10:05:00 CST

Original text of this message

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