thats why you multiplex the redo logs isnt it
Printable View
thats why you multiplex the redo logs isnt it
I agree. Another disadvantage is the blazing fast speed of Oracle, why can't we slow it down? :confused: :confused: :confused: :confused: :confused:Quote:
Originally Posted by yxez
He is not running in archive log mode. Hence my recomendation of 3-4... vs 8. Seriously doubt 8 is needed. 3 or 4 properly sized groups should be adequate for 80% of the systems.Quote:
Originally Posted by marist89
YES 2 control files are probably adequate, 3 would be better. But these should be on seperate mirrored raid devices. The reason is if any one is corrupted the instance will STOP. But too many, not only decreases performance, it also decreases availability since you would be adding them to seperated device, consequently reducing the overall MTBF.
A good strategy: alter database backup control file to trace;
Then if you do loose all of your control files. Its pretty easy to recreate!
Now, for the redo log members. The reason for at least 3, is because of exactly this scenario that this fellow encountered. Say there are 1 or 2 members.. Well if one is logically corrupted, then how can oracle know which one is correct? All it can do is say, there is an error. If there are 3 members. Then the majority would win. There should be no performance penalty for multiple members given that most modern O/S have Async I/O capabilities. (assuming the user properly lays out the disk correctly, isolating random i/o from sequential I/O).
YMMV
Quote:
Originally Posted by yxez
You could restore from a backup, prior to the point in time of interest. Then do a point in time recovery.
Oracle is very flexible, and allows you to shoot yourself in the foot if you so choose.
I agree, lets slow it down! Just put all datafiles and redo logs on one very slow disk device. Size redo logs to 1 meg, 2 groups, and enable archive logging. It should be very slow. Oh, and a tiny sga... And use a Microsoft OS. That way not only will it be slow, it will have a single point of failure.Quote:
Originally Posted by marist89
Mmm......Remembering the days on win NT/95 oracle 7.X......