Oracle Database 12c: Installation and Administration — Question 15

In which situations does the Database Writer process (DBWn) write to data files? (choose two).

Answer options

Correct answer: B, D

Explanation

The correct answers are B and D. DBWn writes to data files when a user process commits a transaction (B), ensuring that changes are saved, and when PMON cleans up dirty buffers (D), which may trigger a write to free up space. Options A, C, and E do not directly initiate a write to data files by DBWn.