Introduction To The Oracle Database
Introduction To The Oracle Database
M2000 TSD
www.huawei.com
Library
Database cache
User Server Redo log
buffer
process process buffer
cache Data dictionary
cache
Database
Storage structures
Memory structures:
System Global Area (SGA): Database buffer cache, redo buffer, and
various pools
Program Global Area (PGA)
Process structures:
User process and server process
Background processes: SMON, PMON, DBWn, CKPT, LGWR, ARCn, and
so on
Storage structures:
Logical: Database, schema, tablespace, segment, extent, and Oracle
block
Physical: Data files, control files, and redo log files
Library Other
cache
Instance
Library
Database cache
Redo log
buffer
buffer
PGA cache Data dictionary
cache
User Server
process process Background processes
DBWn CKPT LGWR SMON PMON ARCn RECO Others
Database
Segment
Extent
Oracle data
OS block
block
OPEN
Open the
Control file
NOMOUNT
Start Instance
SHUTDOWN
SHUTDOWN
Shutdown model A I T N
Allow the new connection x x x x
Command format:
SQL> shutdown <Model> x NO
Shutdown model: o YES
• NORMAL
• TRANSACTIONAL
• IMMEDIATE
• ABORT