Your log buffer is too big. What is your redo log file size? "Redo Log space requests" shows the number of times a user process wait for a redo log file not for buffer.
Last edited by Thomasps; 10-12-2006 at 04:35 AM.
Thomas Saviour(royxavier@yahoo.com)
Technical Lead (Databases)
Thomson Reuters (Markets)
Your log buffer is too big. What is your redo log file size? "Redo Log space requests" shows the number of times a user process wait for a redo log file not for buffer.
we are having 3 redo log file of 1M
should i increase size to 20m and add 1 more redo file?
What is advisable size of REdo Log file, if Redo generation for the day is around 15 for 100MB size.
I'd leave your log file alone at 100mb... If the db is generating more than 1 archive file per say 10 - 20 minutes.. then its time to increase the size.
I'd leave your log file alone at 100mb... If the db is generating more than 1 archive file per say 10 - 20 minutes.. then its time to increase the size.
Not picking on you, but I'm genuinely curious, is the 10-20 minute window for reasonable recovery .. Ex. "can't afford to loose up to 20 minutes of transactions"?
What are the ramifications of time based vs. size based logging?
I've heard that the redo should be larger for RAC. Is that true?
Bookmarks