How To Add Increase The Size of Redo Log Files in Rac Environment
How To Add Increase The Size of Redo Log Files in Rac Environment
1)
In this Document
Goal
Solution
Community Discussions
References
APPLIES TO:
Oracle Database - Enterprise Edition - Version 9.2.0.1 to 11.2.0.3 [Release 9.2 to 11.2]
Information in this document applies to any platform.
***Checked for relevance on 04-Aug-2010***
GOAL
Problem: Need to increase the amount/size of redo log files in the RAC environment.
The following Metalink note explains this process for single-instance databases :
Note 1035935.6 - Example of How To Resize the Online Redo Logfiles
SOLUTION
In RAC, each instance has a redo thread; when you start the instance, it mounts one and only one thread. Therefore if
you want to add logs or increase the size, you must do it for each thread. The goal is normally to have the same
number and size of logs for each thread.
spool off
-- End of script --
Sample output:
EXAMPLE:
Consider the above sample output. For Thread 2, you have 2 redo log groups with 1 10MB member each. You want to
create 4 100MB logs for thread 2.
1. Add 4 new redo log groups to Thread 2, with one member each, the member 100MB in size :
2. Once you have added them, rotate the logs ("alter system switch logfile") on instance 2 so that
the active log is 100MB and both of the 10MB logs are inactive.
repeat until the active log is 100MB and both of the 10MB logs are inactive.
3. Once both of the 10MB logs are inactive, you can drop the redo log groups with the 10mb members.
Result:
Documentation References:
===================
For further information on redo log maintenance:
Community Discussions
Still have questions? Use the communities window below to search for similar discussions or start a new discussion on
this subject.