oracle11g_wait event等待事件及潛在原因列表
Table 10-1 Wait Events and Potential Causes
Wait Event | General Area | Possible Causes | Look for / Examine |
---|---|---|---|
buffer busy waits | Buffer cache, DBWR | Depends on buffer type. For example, waits for an index block may be caused by a primary key that is based on an ascending sequence. | Examine V$SESSION while the problem is occurring to determine the type of block in contention. |
free buffer waits | Buffer cache, DBWR, I/O | Slow DBWR (possibly due to I/O?) Cache too small | Examine write time using operating system statistics. Check buffer cache statistics for evidence of too small cache. |
db file scattered read | I/O, SQL statement tuning | Poorly tuned SQL Slow I/O system | Investigate V$SQLAREA to see whether there are SQL statements performing many disk reads. Cross-check I/O system and V$FILESTAT for poor read time. |
db file sequential read | I/O, SQL statement tuning | Poorly tuned SQL Slow I/O system | Investigate V$SQLAREA to see whether there are SQL statements performing many disk reads. Cross-check I/O system and V$FILESTAT for poor read time. |
enqueue waits (waits starting with enq:) | Locks | Depends on type of enqueue | Look at V$ENQUEUE_STAT. |
library cache latch waits: library cache, library cache pin, and library cache lock | Latch contention | SQL parsing or sharing | Check V$SQLAREA to see whether there are SQL statements with a relatively high number of parse calls or a high number of child cursors (column VERSION_COUNT). Check parse statistics in V$SYSSTAT and their corresponding rate for each second. |
log buffer space | Log buffer, I/O | Log buffer small Slow I/O system | Check the statistic redo buffer allocation retries in V$SYSSTAT. Check configuring log buffer section in configuring memory chapter. Check the disks that house the online redo logs for resource contention. |
log file sync | I/O, over- committing | Slow disks that store the online logs Un-batched commits | Check the disks that house the online redo logs for resource contention. Check the number of transactions (commits + rollbacks) each second, from V$SYSSTAT. |
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/9240380/viewspace-751748/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- oracle wait event 等待事件OracleAI事件
- 等待事件 (wait event) [final]事件AI
- enq: TM - contention TM 等待事件的原因及模擬ENQ事件
- log buffer space wait event等待事件AI事件
- zt_oracle診斷事件event列表Oracle事件
- GoldenGate導致的Streams miscellaneous event等待事件Go事件
- db file sequential read wait event等待事件之二AI事件
- MySQL使用event等待事件進行資料庫效能診斷MySql事件資料庫
- Oracle 19c中的等待事件分類 Event WaitsOracle事件AI
- 轉摘_壇友_oracle trace event追蹤事件完全列表Oracle事件
- 【等待事件】ORACLE常見等待事件事件Oracle
- 【等待事件】等待事件系列(5.1)--Enqueue(佇列等待)事件ENQ佇列
- 【event messages】使用PL/SQL獲取Oracle診斷事件列表SQLOracle事件
- 等待事件事件
- oracle常見等待事件及處理方法Oracle事件
- 查詢等待事件及處理指令碼事件指令碼
- oracle11g_Descriptions of Wait Events_等待事件全列表OracleAI事件
- v$session - 你看到的event真的是session當前的等待事件麼?Session事件
- mysql 事件 eventMySql事件
- event事件(1)事件
- Solidity事件,等待事件Solid事件
- 【TUNE_ORACLE】等待事件之等待事件類別Oracle事件
- 常見的wait等待事件及處理AI事件
- zt_eygle大師_如何與io相關的wait event等待事件AI事件
- 等待事件分析事件
- oracle等待事件Oracle事件
- Oracle 等待事件Oracle事件
- px等待事件事件
- 等待事件 二事件
- 等待事件在10G中的加強事件
- 【等待事件】等待事件系列(1)--User I/O型別事件型別
- 【效能調整】等待事件(三) 常見等待事件(一)事件
- 【效能調整】等待事件(四) 常見等待事件(二)事件
- JS中event事件JS事件
- Laravel使用event事件Laravel事件
- Tkinter (44) 事件 Event事件
- 常見的wait等待事件及處理(zt)AI事件
- log file sync等待事件的成因及優化方法事件優化