|
DBWR..Database Writer is one of the mandatory oracle processes.Its responsibility includes writing data blocks from memory (buffer cache) to the hard disk. there are certain times during the normal database activity where dbwr is invoked to write blocks on disk one of which is the checkpoint event. On each checkpoint event blocks that havent been written to the disk from the last checkpoint event are written to disk and made permanent.
|