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?
Absolutely not for recovery purposes... The size/time is for performance reasons.. If you cut too many logs to quickyl ie.. lets say your cutting a redo log once every 30 seconds then Increase the size. This obviously begs the question of what is the right time... There's no one perfect answer.... Each cutting of a log does take some time and requires a checkpoint so the idea is to reduce the number of checkpoints by sizing the log files accordingly for each systems load.
Time based does have some impact especially for products like DataGuard which require the log be cut and transmitted.
Redo is redo, RAC should have very little to no impact. Except for potentially a bit more logging due to inter instance SCN synchronization. I've not taken much of a look at RAC from that aspect so YMMV.
Hi friend paresh....i really appreciate your dedication to learn I wish i could be like you too. Let me just share my thoughts
We have developed a new apps system....after which I set-up the
database for it to run on. I just remember I installed it with defaults
init parameters and it is running fine. I check the logs that you
are concern with and I saw the following:
log_group=3 the default ( with 1 member)
logsize =2M
log_buffer=163840
logs generated every 4 mins interval
My point is...as long as my OLTP meets the 3 seconds response time,
I dont need to change any parameters even if I used default values
during install.
Its really the application programs and design that has the greatest
affect of all to the performance.
Behind The Success And Failure Of A Man Is A Woman
Hi friend paresh....i really appreciate your dedication to learn I wish i could be like you too. Let me just share my thoughts
We have developed a new apps system....after which I set-up the
database for it to run on. I just remember I installed it with defaults
init parameters and it is running fine. I check the logs that you
are concern with and I saw the following:
log_group=3 the default ( with 1 member)
logsize =2M
log_buffer=163840
logs generated every 4 mins interval
My point is...as long as my OLTP meets the 3 seconds response time,
I dont need to change any parameters even if I used default values
during install.
Its really the application programs and design that has the greatest
affect of all to the performance.
Does your Response mean, i don't have to change any of the paramaters (log_buffer and redo log size). Correct me if i am wrong.
if u dont have problem with the users and response time then
leave it alone...its the users that rates ur performance in the company ....i just wait daveys comment
Behind The Success And Failure Of A Man Is A Woman
if u dont have problem with the users and response time then
leave it alone...its the users that rates ur performance in the company ....i just wait daveys comment
Bookmarks