Oracle程式架構
Oracle的體系結構
程式架構:
1. Database Writer Process(DBWn):
Writes modified(dirty) buffers in the database buffer cache to disk:
a. Asynchronously while performing other processing
a. Asynchronously while performing other processing
b. To advance the checkpoint
2. Log Writer Process(LGWR)
Writes the redo log buffer to a redo log file on disk
- When a user process commits a transaction
- When the redo log buffer is one-third full
- Before a DBWn process writes modified buffers to disk
- Every 3 seconds
3. Checkpoint Process (CKPT)
Records checkpoint information in:
Control file
Each data file header
4. System Monitor Process (SMON)
Performs recovery at instance startup
Cleans up unused temporary segments
5. Process Monitor Process(PMON)
a. Performs process recovery when a user process fails
- Cleans up the database buffer cache
- Frees resources that are used by the user process
b. Monitors sessions for idle session timeout
c. Dynamically registers database services with listeners
6. Recoverer Process
a. Used with the distributed database configuration
b. Automatically connects to other databases involved in in-doubt distributed transactions
c. Automatically resolves all in-doubt transactions
d. Removes any rows that correspond to in-doubt transactions
7. Archiver Processes (ARCn)
a. Copy the redo log files to a designated storage device after a log switch has occurred
b. Can collect transaction redo data and transmit that data to standby destinations
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/8520577/viewspace-761589/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- oracle架構之後臺程式Oracle架構
- 詳解Oracle架構、原理、程式,學會世間再無複雜架構Oracle架構
- Oracle 架構彙總Oracle架構
- Oracle體系架構Oracle架構
- Oracle 高可用架構Oracle架構
- Oracle基礎構架Oracle
- 小程式架構架構
- 萬字詳解Oracle架構、原理、程式,學會世間再無複雜架構Oracle架構
- Oracle高可用架構(MAA)Oracle架構
- ORACLE之常用FAQ:ORACLE構架體系Oracle
- particle雲架構程式碼結構架構
- java架構的程式碼結構Java架構
- 4.3. Oracle整體架構Oracle架構
- zt_oracle體系架構Oracle架構
- Oracle RAC 併發與架構Oracle架構
- Spring Cloud雲服務架構 - 雲架構程式碼結構構建SpringCloud架構
- 面向架構程式設計架構程式設計
- 【ASK_ORACLE】Oracle Data Guard(一)DG架構Oracle架構
- Oracle EBS R12 高效能架構和高階架構Oracle架構
- Spring Cloud雲服務架構 - HongHu雲架構程式碼結構構建SpringCloud架構
- oracle19C技術架構Oracle架構
- Oracle JDE 系統架構總結..Oracle架構
- Oracle架構的基礎知識Oracle架構
- Oracle Data block 的物理結構-體系架構OracleBloC架構
- Spring Cloud雲服務架構 - HongHu雲架構程式碼結構分析SpringCloud架構
- (五) 整合spring cloud雲服務架構 - 雲架構程式碼結構構建SpringCloud架構
- zt_oracle 12c後臺程式與工作原理架構圖Oracle架構
- 小程式渲染架構設計架構
- 瀏覽器多程式架構瀏覽器架構
- 程式碼的架構之說架構
- ogg概敘、架構、程式架構
- 程式碼架構設計-1.為什麼要做好程式碼架構設計架構
- 【DATAGUARD】Oracle Dataguard體系架構詳解Oracle架構
- Oracle多租戶架構優勢分析Oracle架構
- Oracle Golden Gate體系架構詳解OracleGo架構
- oracle容災架構頭腦風暴Oracle架構
- oracle架構之系統全域性區Oracle架構
- NUMA架構下oracle的oom異常架構OracleOOM