Quote:
Originally posted by dba_admin
By the way, jmodic said
"T1: log swich occurs, data from RedoA is written to datafiles, including to RBS segments; RedoB becomes active redo"
Here is what I believe:
When log switch occurs, RedoA should be "ARCHIVED" to archived logs instead of "written to datafiles." I believe there is big difference between "datafiles" and "archived logs."
Or, do you mean the redo records in the redo logs will be written to correspoding data files. No, only DBWR will write data from DB Buffer back to corresponding datafiles. And that only happen when DBWR is triggered. LGWR and DBWR will not be triggered at the same time except during CHECKPOINT.
I will be glad to hear any comments. Thank you!
You are absolutelly correct. I might have done some unnecessary simplifications in my explanation. First assumption (for simplicity sake): checkpoint parameters are set so that checkpoints will occure only during log switches.