Multiple choice technology databases

Background process responsible to write contents of database buffer to data files.

  1. LGWR

  2. DBWR

  3. PMON

  4. CKPT

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

DBWR (Database Writer) is the Oracle background process responsible for writing modified data blocks from the database buffer cache to the data files. LGWR writes redo logs, PMON manages processes, and CKPT updates headers.