Instance Processes Flashcards

1
Q

LGWR

A

Required

Writes transaction recovery information from the SGA redo log buffer to online redo log files.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

PMON

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

SMON

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

LREG

A

Listener Registration
Required
Registers information about the instance and dispatcher processes with the listener

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

RECO

A

Recoverer
Required
Feature: Distributed Database
Recovers failed transactions that are distributed across multiple databases when using distributed database feature.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

CKPT

A

Checkpoint
Required
Updates data file headers and control file after checkpoint when change is committed to db.
If incremental checkpoint, just updates ctl file.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

MMON

A

Memory Monitor
Required
Feature: Automatic Workload Repository
Gathers and analyzes statistics used by Automatic Workload Repository feature.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

MMNL

A

Memory Monitor Light
Required
Feature: Active Session History
Gathers and analyzes statistics used by Active Session History feature.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

VKTM

A

Virtual Keeper of Time
Required
Provides wall-clock time (updated every second) and reference-time counter.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

DIAG

A

Diagnosability
Required
Performs diagnostic dumps

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

DIA0

A

Diagnosability
Required
Diag process responsible for hang detection and deadlock resolution.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

ARCn

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

RVWR

A

Recovery Writer
Feature: Flashback
Writes Flashback data to flashback logs in the FRA.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

ASMB

A

ASM Disk
Feature: ASM
ASM service

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

RBAL

A

ASM Balance
Feature: ASM
Coordinates rebalance activity of disks in an ASM disk group.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

CJQn

A

Job Queue Monitor
Feature: Job Scheduling
Assigns jobs to the job queue process (Jnnn) when using Oracle’s job sched feature.

17
Q

Jnnn

A

Job Queue n
Feature: Job Scheduling
Executes jobs that have been scheduled with job scheduling feature.

18
Q

QMNn

A

Queue Monitor
Feature: Advanced Queueing
Monitors messages in msg queue when using Advanced Queueing feature.

19
Q

EMNC

A

Event Monitor

Event management coordination and notification.

20
Q

FBDA

A

Flashback Data Archive
Feature: Flashback
Archives historical records from table when using Flashback feature

21
Q

Qnnn

A

Parallel Query Slave
Feature: Parallel Query
Carries out portions of a larger overall query when using Parallel Query feature.

22
Q

Dnnn

A

Dispatcher
Feature: Shared Server
Assigns db requests to a queue where they are serviced by shared server processes (Snnn) when using Shared Server feature.

23
Q

Snnn

A

Shared Server
Feature: Shared Server
Process shared among several users when using Shared Server feature.

24
Q

MMAN

A

Memory Manager
Feature: Automatic Shared Memory
Manages sizes of each SGA component when using Automatic Shared Memory.

25
Q

RVWR

A

Recovery Writer
Feature: Flashback
Writes recovery info to disk when using Flashback.

26
Q

SMCO

A

Space Management Coordinator

Coordinates various space management tasks. Worker processes identified as “Wnnn”.

27
Q

DBWn

A
DBWn
Database Writer
Required
Writes dirty buffers to data files. Up to 100 processes for busy systems. 
DBW0-9, a-z, BW36-99.