Background Processes
Background Processes
DBA 1
Oracle
Background Processes:
bunch of dedicated server-side processes
running in the background
TASKS:
➢ writing database blocks to disk
➢ writing redo entries to disk
➢making sure all of the database files on
disk are synchronized
➢ perform maintenance tasks
DBA 2
Oracle
• Database Writer processes (DBWn )
responsible for writing contents of the database buffers to data files on disk
DBA 3
Oracle
• Recover Process (RECO)
used as part of distributed database transactions.
Distributed transactions are transactions that involve multiple databases, and should either
commit a rollback on both databases at once.
Note: Copying the database relogs to another storage system is very important from a backup and
recovery perspective
DBA 4
Oracle