Oracle等待事件的種類
1. administrative(管理)
由於DBA命令導致的等待, 如索引的重建
2. application
由於應用原因導致的等待。如行級鎖等待或明確的鎖命令(for update應該可以算其中一種)
3.叢集
與Oracle Real Application Clusters資源有關的等待(如global cache resources such as 'gc cr block busy')
4. commit
這個等待事件型別只包含一種等待事件-wait for redo log write confirmation after a commit(log file sync)
5. Concurrency
等待內部資料庫資源(如,latches)
6. Configuration
Waits caused by inadequate configuration of database or instance resources(如undersized log file sizes, share pool sizes)
簡單來說就是由於資料庫或者例項資源配置,如過小的redo日誌檔案,過小的共享池導致的等待事件
7. Idle
空閒等待。 Waits that signify the session is inactive, waiting for work(for example, 'SQL*Net message from client')
由於會話處於非活動狀態,等待工作訊號?
8.Network
與網路訊息有關的等待, 如SQL*Net more data to dblink
9.Other
Waits which should not typically occur on a system(如,'wait for Emon to spawn')
10. Queue
Contains events that signify delays in obtaining additional data in a pipelined environment. The time spent on these wait evens indicates inefficiency or other problems
in the pipeline, It affects features such as Oracle Streams, parallel queries, or DBMS_PIPE PL/SQL packages.
11. Scheduler
Resource Manager related waits(for example, 'resmgr: become active')
12. System I/O
Waits for background process I/O, for example DBWR wait for 'db file parallel write'
13. User I/O
Waits for user I/O, for example db file sequential read
由於DBA命令導致的等待, 如索引的重建
2. application
由於應用原因導致的等待。如行級鎖等待或明確的鎖命令(for update應該可以算其中一種)
3.叢集
與Oracle Real Application Clusters資源有關的等待(如global cache resources such as 'gc cr block busy')
4. commit
這個等待事件型別只包含一種等待事件-wait for redo log write confirmation after a commit(log file sync)
5. Concurrency
等待內部資料庫資源(如,latches)
6. Configuration
Waits caused by inadequate configuration of database or instance resources(如undersized log file sizes, share pool sizes)
簡單來說就是由於資料庫或者例項資源配置,如過小的redo日誌檔案,過小的共享池導致的等待事件
7. Idle
空閒等待。 Waits that signify the session is inactive, waiting for work(for example, 'SQL*Net message from client')
由於會話處於非活動狀態,等待工作訊號?
8.Network
與網路訊息有關的等待, 如SQL*Net more data to dblink
9.Other
Waits which should not typically occur on a system(如,'wait for Emon to spawn')
10. Queue
Contains events that signify delays in obtaining additional data in a pipelined environment. The time spent on these wait evens indicates inefficiency or other problems
in the pipeline, It affects features such as Oracle Streams, parallel queries, or DBMS_PIPE PL/SQL packages.
11. Scheduler
Resource Manager related waits(for example, 'resmgr: become active')
12. System I/O
Waits for background process I/O, for example DBWR wait for 'db file parallel write'
13. User I/O
Waits for user I/O, for example db file sequential read
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/8520577/viewspace-1755766/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 【TUNE_ORACLE】等待事件之等待事件類別Oracle事件
- Oracle 19c中的等待事件分類 Event WaitsOracle事件AI
- ORACLE 常見等待事件Oracle事件
- Oracle常見UNDO等待事件Oracle事件
- Oracle等待事件之enq: TM – contentionOracle事件ENQ
- oracle等待事件之enq: CF – contentionOracle事件ENQ
- 【TUNE_ORACLE】等待事件之IO等待“direct path write”Oracle事件
- 【TUNE_ORACLE】等待事件之IO等待“read by other session”Oracle事件Session
- 【TUNE_ORACLE】等待事件之日誌等待“log file sync”Oracle事件
- 【TUNE_ORACLE】等待事件之IO等待“direct path read”Oracle事件
- 【TUNE_ORACLE】等待事件之日誌等待“log file parallel write”Oracle事件Parallel
- 【TUNE_ORACLE】等待事件之IO等待“direct path write temp”Oracle事件
- 【TUNE_ORACLE】等待事件之IO等待“db file sequential read”Oracle事件
- 【TUNE_ORACLE】等待事件之IO等待“db file parallel write”Oracle事件Parallel
- 【TUNE_ORACLE】等待事件之IO等待“db file scattered read”Oracle事件
- Oracle面試寶典-等待事件篇Oracle面試事件
- 宜信DBA實踐|全面解析Oracle等待事件的分類、發現及優化Oracle事件優化
- 【TUNE_ORACLE】等待事件之“buffer busy waits”Oracle事件AI
- oracle等待事件之cursor:pin S wait on XOracle事件AI
- 【TUNE_ORACLE】等待事件之“library cache pins”Oracle事件
- 【TUNE_ORACLE】等待事件之“library cache lock”Oracle事件
- oracle 11.2.0.4 rac叢集等待事件enq: TM - contentionOracle事件ENQ
- Solidity事件,等待事件Solid事件
- Selenium等待事件Waits事件AI
- Oracle10g等待事件型別wait_class說明Oracle事件型別AI
- [20191125]探究等待事件的本源.txt事件
- latch等待事件彙總事件
- Latch free等待事件(轉)事件
- gc cr request等待事件GC事件
- 【等待事件】library cache pin事件
- 【等待事件】log file sync事件
- read by other session等待事件Session事件
- log file sync等待事件事件
- LightDB/PostgreSQL等待事件 Lock transactionidSQL事件
- Cell smart table scan等待事件事件
- openGauss/MOGDB與PG等待事件事件
- Latch free等待事件二(轉)事件
- read by other session 等待事件分析Session事件
- 【等待事件】virtual circuit next request事件UI