InterviewSolution
| 1. |
What Is Log Writer Process? |
|
Answer» It is responsible for writing the redo log BUFFER to a redo log file on disk. Log Writer writes all redo entries which is copied into the buffer since the last time it wrote. It is responsible for writing the redo log buffer to a redo log file on disk. Log Writer writes all redo entries which is copied into the buffer since the last time it wrote. |
|