Oracle Database Architecture
Oracle Database Architecture
After commit, not necessary that dirty blocks will be written immediately to disk. It will be written at a certain frequency.
All redo log buffer can be flushed to redo log file whether Commit issued or not. But, SCN will only assigned to Committed
Buffer Cache Redo Log Buffer Java Pool Large Pool Streams Pool
EMPID:101 Old_Sal: 100 NewSal: 200
EMPID:102 Old_Sal: 300 NewSal: 400
EMPID:103 Old_Sal: 500 NewSal: 600 This memory
used for huge
data sorting,
grouping,
Redo
Log calculation
Undo Segment Buffer etc.
CKPT LGWR
Background Processes
le
Group..n
20
MB
20
MB
20
MB
ent Group.
ve Group and that group is Archived.
er is incremented.
PGA
Stores Session information of each user.
Session Area Stores session variables, login information, session sta
he bind variables.
information of Cursors.
SQL Text
------
--------
---- Syntax Check
Semantic Check
Privilege Check
Optimization