Re: Is this a good RAID0 configuration for oracle files?
Originally posted by newbie5 We have an IBM 3HDD W2K server on RAID0. On Disk 1 has windows OS and Oracle OS. I want to config the oracle files as following:
Given that it has to be done and that it has to be done on RAID0:
- you should multiplex the REDO - have 3 files per group, one on each disk
- frequent backups
- run in ARCHIVELOG mode
- cherish your archlogs (copy them EVERYWHERE)
from what you say it seems that you are going to put datafiles in corresponding disks you are talking about, that confuses me, if itīs RAID-0 how can you have that control?
You have three physical disks - let's call them 0, 1, 2.
You do not have a hardware RAID controller - or if you do, you aren't allowed to change the config.
The Win2K Disk Administrator sees three disks 0, 1, 2.
AFAIK at this point the only reason to "stripe" is for performance.
Oracle will multiplex Control and RedoLog files, but you only get full value of doing that if that each member of the "group" goes to a different physical disk.***
If you have logical drives (C: D: & E: ) striped across the physical disks, then most files will have blocks on all three disks and a disk failure will wreck them all.
*** Corrected following Tim Hall's post - see below.
Bookmarks