Multiple choice

Because oracle uses write-ahead logging, which of the following background processes does not need to write blocks when a transaction commits?

  1. Log writer

  2. Redo log buffer

  3. Process monitor

  4. Media management application

  5. Database writer

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

Because oracle uses write-ahead logging, this background process does not need to write blocks when a transaction commits.