您现在的位置: 精品资料网 >> 管理信息化 >> Oracle >> 资料信息

Oracle Architectural Components(英文版)(ppt 31页)

所属分类:
Oracle
文件大小:
369 KB
下载地址:
相关资料:
oracle,arch,it,en,英文版
Oracle Architectural Components(英文版)(ppt 31页)内容简介
Oracle Architectural Components(英文版)内容提要:
Processing a Query:
Parse:
Search for identical statement
Check syntax, object names, and privileges
Lock objects used during parse
Create and store execution plan
Execute: Identify rows selected
Fetch: Return rows to user process
Redo Log Buffer:
Has its size defined by LOG_BUFFER
Records changes made through the instance
Is used sequentially
Is a circular buffer
Other Instance Processes:
Other required processes:
Database Writer (DBW0)
Process Monitor (PMON)
System Monitor (SMON)
Checkpoint (CKPT)
The archive process (ARC0) is usually created in a production database

..............................