Process: Oracle database having several
types of processes, those are Oracle process, Server process, background
processes and client process.
Oracle has introduced new mandatory background
process in oracle 12c release and increased no.of process in existing mandatory
BG process.
Mandatory
Background process in Oracle 12c:
PMON
(Process Monitor process): The process Monitor (PMON) monitors the background processes and
performs process recovery when a server process or dispatcher process
terminates abnormally.
PMON is responsible for cleaning up the
database buffer cache and freeing the resources that the client process was
using.
For example, PMON will resets the values of
active transaction table, releases the locks that are no longer required, and
removes the process ID from the list of active processes.
Transactional
Table: The data structure with in an undo segment
that holds transactional identifiers of the transactions using undo segments.
LERG
(Listener registration process): The Listener registration process registers the information about
database instance and dispatcher’s processes with oracle net listener.
LERG provides the listener with information
about the following:
1.
Names of the database services
provided by the database.
2.
Name of the database instance
associated with the services and its current and maximum load.
3.
Service handlers (Dispatchers
and dedicated servers) available for the instance, including their type,
protocol addresses and current and maximum load.
SMON
(System Monitor Process):
DBW (Database
writer process):
LGWR
(Log writer process):
CKPT
(Check point process):
MMON
and MMNL (Manageability Monitor process):
Recoverer
Process (RECO):
Newly
added background processes:
BWnn (Database writer process):
FENC (Fence Monitor Process):
IPCO (IPC service background process):
LDDn (Global enqueue service Daemon helper
slave):
LGnn (Log writer worker):
LREG (Listener registration process):
OFSD (Oracle File server background
process):
RPOP (Instant recovery repopulation
daemon):
SAnn (SGA Allocator):
SCRB (ASM Disk Scrubbing Master process):
SCRn (ASM disk scrubbing slave repair
process):
SCVn (ASM disk scrubbing slave verify
process):
0 $type={blogger}:
Post a Comment