Instance Processes Flashcards
LGWR
Required
Writes transaction recovery information from the SGA redo log buffer to online redo log files.
PMON
Process Monitor.
Required
Cleans up failed connections and processes. Resets status of active transaction table and removes process ID from list of active processes. Reclaims memory and undoes locks from failed user session.
Wakes up periodically to check whether it is needed, but can be called explicitly. Also restarts some background processes if they are stopped.
SMON
System Monitor
Required
Performs instance recovery after crash using online redo log files, cleans temp segments from dictionary-managed tablespaces and coalesces free space in the DB and manages space used for sorting.
If any dead transactions were skipped during instance recovery because of file IO errors, SMON recovers them once files are back online.
Wakes up regularly to check whether needed. Can be called explicitly.
LREG
Listener Registration
Required
Registers information about the instance and dispatcher processes with the listener
RECO
Recoverer
Required
Feature: Distributed Database
Recovers failed transactions that are distributed across multiple databases when using distributed database feature.
CKPT
Checkpoint
Required
Updates data file headers and control file after checkpoint when change is committed to db.
If incremental checkpoint, just updates ctl file.
MMON
Memory Monitor
Required
Feature: Automatic Workload Repository
Gathers and analyzes statistics used by Automatic Workload Repository feature.
MMNL
Memory Monitor Light
Required
Feature: Active Session History
Gathers and analyzes statistics used by Active Session History feature.
VKTM
Virtual Keeper of Time
Required
Provides wall-clock time (updated every second) and reference-time counter.
DIAG
Diagnosability
Required
Performs diagnostic dumps
DIA0
Diagnosability
Required
Diag process responsible for hang detection and deadlock resolution.
ARCn
Archiver n
Copies transaction recovery info from the redo log files to the archive location. There can be up to 30 of these archival processes.
RVWR
Recovery Writer
Feature: Flashback
Writes Flashback data to flashback logs in the FRA.
ASMB
ASM Disk
Feature: ASM
ASM service
RBAL
ASM Balance
Feature: ASM
Coordinates rebalance activity of disks in an ASM disk group.