DBAsupport.com Forums - Powered by vBulletin
Results 1 to 8 of 8

Thread: Redo Log Files And Raid5

Threaded View

  1. #3
    Join Date
    Mar 2006
    Posts
    11

    Wink Mirrored redolog files.

    Quote Originally Posted by M.Shakeel Azeem
    Can anybody tell me
    Why it is not recommended not to put Redo Log Files on RAID5?

    Thanx in Advance

    Hi ,

    the main reason is that if you get a redolog corrupt, the mirrored redolog will also be corrupt. If you set up a mirrored "by Oracle" (another phisical drive) set of redologs and one file in a set becomes corrupt, Oracle will not crash but will continue to work with the other set of redo logs until you fix the problem. Otherwise - when one redolog is corrupt, the mirrored by the operating system is corrupt as well and this could lead you to having the database crashing.

    The problem these days is that - like in my work I get a Windows server with all drives initially mirrored (typically only C: and D: ) and it's hard to follow Oracle recommendations.

    O hope this helps,

    Regards,
    Richard.
    Last edited by rysiekmus; 01-22-2007 at 07:22 AM. Reason: Add some text

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width