What is a dirty buffer?,”When a buffer in the database buffer cache is modified

Average Rating
0 out of 5 stars. 0 votes.

What is a dirty buffer?,”When a buffer in the database buffer cache is modified

it is marked dirty and is added to the head of the checkpoint queue that is kept in system change number (SCN) order. This order therefore matches the order of redo that is written to the redo logs for these changed buffers.”