oracle 後臺程式
轉:
加強下記憶
About Background Processes
The background processes of the Oracle instance manage memory structures, asynchronously perform I/O to write data to a file on a disk, and perform general maintenance tasks. The background processes consolidate functions that would otherwise be handled by multiple Oracle Database programs running for each user process. They monitor other Oracle Database processes to provide increased parallelism for better performance and reliability.
The background processes that are present depend on the features that are being used in the database. Some fundamental background processes are described in .
Table 5-1 Oracle Database Background Processes
Background Process | Description |
---|---|
Database writer (DBWn) |
The database writer writes modified blocks from the database buffer cache to the files on a disk. Oracle Database allows a maximum of 36 database writer processes. |
Log writer (LGWR) |
The log writer process writes redo log entries to disk. Redo log entries are generated in the redo log buffer of the System Global Area (SGA) and the log writer process writes the redo log entries sequentially into an online redo log file. |
Checkpoint (CKPT) |
At specific times, all modified database buffers in the SGA are written to the data files by a database writer process (DBWn). This event is called a checkpoint. The checkpoint process signals DBWn, updates the data files and control files of the database, and records the time of this update. |
System monitor (SMON) |
The system monitor performs instance recovery when a failed instance is restarted. |
Process monitor (PMON) |
The process monitor performs a recovery when a user process fails. It cleans up the cache and frees resources that the failed process was using. |
Archiver (ARCn) |
Archiver processes copy the online redo log files to archival storage when the log files are full or a log switch occurs. The database must be in archive log mode to run archive processes. For more information, see . |
Manageability monitor (MMON) |
This process performs various management-related background tasks, for example:
|
Job Queue Processes (CJQ0 and Jnnn) |
Job queue processes run user jobs, often in batch mode. A job is a user-defined task scheduled to run one or more times. |
|
|
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29519108/viewspace-1449606/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 後臺執行SQL語句(oracle)SQLOracle
- 將程式在後臺執行和殺掉後臺的程式
- oracle expdp後臺終止或者暫停Oracle
- 使用zabbix監控oracle的後臺日誌Oracle
- linux殺死後臺程式Linux
- jenkins後臺程式執行Jenkins
- 微信小程式 部署(後臺是springboot專案 前後臺分流)微信小程式Spring Boot
- oracle常用後臺程序及sql語句執行流程OracleSQL
- [20191203]後臺程式dbrm關閉.txt
- Linux程式後臺執行實踐Linux
- 讓.py程式後臺執行(Linux)Linux
- vue後臺管理系統程式碼Vue
- LaraCMS 後臺管理系統 - 小程式ACM
- XYHCMS 3.6 後臺程式碼執行漏洞
- Mac檢視和殺死後臺程式Mac
- 從零搭建微信小程式後臺微信小程式
- Linux 下後臺執行和按照守護程式方式後臺執行的坑Linux
- 低程式碼 系列 —— 中後臺整合低程式碼預研
- PostgreSQL 原始碼解讀(236)- 後臺程式#14(autovacuum程式#2)SQL原始碼
- PostgreSQL 原始碼解讀(115)- 後臺程式#3(checkpointer程式#2)SQL原始碼
- PostgreSQL 原始碼解讀(114)- 後臺程式#2(checkpointer程式#1)SQL原始碼
- PostgreSQL 原始碼解讀(124)- 後臺程式#4(autovacuum程式#1)SQL原始碼
- PbootCMS程式後臺登入密碼重置工具boot密碼
- 檔案上傳/下載後臺程式碼
- WPF 後臺程式碼做 TranslateTransform 的動畫ORM動畫
- 開源微信小程式商城(後臺Java)微信小程式Java
- 攜程後臺低程式碼平臺的探究與實踐
- 從一道面試題來學習前臺程式和後臺程式、孤兒程式和殭屍程式面試題
- ThinkPHP3.2.3遊戲sdk交易平臺PC+後臺程式分享PHP遊戲
- Avalonia 後臺程式碼簡單播放動畫示例動畫
- IT去中心化背後的低程式碼平臺中心化
- 小程式電商系統後臺功能詳解
- 微信tocken後臺後臺儲存方法
- Oracle Java 14釋出! | Oracle Java平臺組OracleJava
- NodeJS後臺NodeJS
- linux中後臺執行程式常用的幾種方法Linux行程
- douchat 4.0 新版釋出,助力小程式後臺開發
- TP5後臺管理,thinkphp5後臺PHP
- springboot mybatis 後臺框架平臺 整合程式碼生成器 shiro 許可權Spring BootMyBatis框架