|
Re: What will happen after commit statement ?
small correction in your statement ajith.
when commit occurs, first LGWR(log writer) writes the redo entries from redo log buffer cache to redo log files in the database.
then DBWR(database writer) writes the dirty blocks or dirty buffers from write list of database buffer cache to corresponding datafiles.
|