Background processes in an Oracle instance explained
What are the mandatory background processes that play a roll in making an Oracle instance, and what are the functions...
Continue Reading This Article
Enjoy this article as well as all of our content, including E-Guides, news, tips and more.
of those background processes?
The mandatory background processes are: DBWR, LGWR, PMON, SMON and CKPT.
- Database Writer (DBWR): Manages the database buffer cache and writes modified buffers from cache to physical files.
- Log Writer (LGWR): Manages the redo log buffer and writes redo entries from cache to physical files.
- Process Monitor (PMON): Reclaims abnormally terminated user processes, cleans up aborted processes, performs rollback of uncommitted transactions, releases resources held by terminated processes and restarts MTS (multi-threaded server) failed processes.
- System Monitor (SMON): Performs automatic instance recovery at startup, reclaims space used by temporary segments and coalesces contiguous free extents.
- Checkpoint (CKPT): Updates physical files when a checkpoint occurs.
For More Information
- Dozens more answers to tough Oracle questions from Karen Morton are available.
- The Best Oracle Web Links: tips, tutorials, scripts, and more.
- Have an Oracle or SQL tip to offer your fellow DBAs and developers? The best tips submitted will receive a cool prize. Submit your tip today!
- Ask your technical Oracle and SQL questions -- or help out your peers by answering them -- in our live discussion forums.
- Ask the Experts yourself: Our SQL, database design, Oracle, SQL Server, DB2, metadata, object-oriented and data warehousing gurus are waiting to answer your toughest questions.