InterviewSolution
| 1. |
What Is Database Writer Process? |
|
Answer» It writes the contents of buffers to DATA files.The DBWn processes are responsible for WRITING MODIFIED buffers in the database buffer cache to disk. It writes the contents of buffers to data files.The DBWn processes are responsible for writing modified buffers in the database buffer cache to disk. |
|