外文翻译---解析Oracle数据库后台进程的功能
《外文翻译---解析Oracle数据库后台进程的功能》由会员分享,可在线阅读,更多相关《外文翻译---解析Oracle数据库后台进程的功能(9页珍藏版)》请在毕设资料网上搜索。
1、1 耿 祥 义 .JSP 基 础 教 程 .北 京 :清 华 大 学 出 版社 ,2009.10 附录 英文原文 Analysis of Oracle database background process function 1.DBWR process: the process of the implementation of the buffer is written to the data file, is responsible for the buffer memory management in a Oracle background process. When a buffer
2、buffer is modified, it is marked as dirty, DBWR is the main task of dirty buffer is written to disk, so that the buffer to maintain clean. Because the buffer memory buffer in the database or user process dirty, unused buffer to reduce the number of. When the unused buffer down to little, so that use
3、r processes from disk into memory block to store could not find unused buffer, DBWR will manage buffer storage, the user process always available unused buffer. Oracle uses LRU ( LEAST RECENTLY USED ) algorithm ( LRU ) keep the memory data block is a recently used, so that the I/O minimum. In the fo
4、llowing case indicates that DBWR will dirty buffers to disk: When a server process will be a buffer into the dirty table, the dirty expression to the critical length, the service will notify DBWR writing. The critical length for the value of the parameter DB-BLOCK-WRITE-BATCH half. When a server pro
5、cess in a LRU look-up table in DB-BLOCK-MAX-SCAN-CNT buffer, did not find unused buffer, it stops to find and notify the DBWR to write. Timeout ( every3 seconds ), DBWR will inform itself. When a checkpoint, LGWR will inform DBWR.of the first two cases, DBWR will dirty table block is written to disk
6、, each can write blocks by the initialization parameter DB-BLOCK- specified by WRITE-BATCH. If the dirty list without this parameter specifies the number of buffer, DBWR from the LUR table to find another dirty buffer. If the DBWR in three inactive, a time-out occurs. In this case the DBWR on the LR
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中设计图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 外文 翻译 解析 oracle 数据库 后台 进程 过程 功能
