Oracle Database 10g Enhanced wait model
今天分析awr報告時候用到的wait class部分的解釋:
Idle Waits: Whenever an Oracle process has no work to do this is an idle wait. For most processes this is because they are waiting on the user to provide a new SQL statement to execute.
Application: These are waits caused by the way the application is designed. These include row lock waits, and table or other locks that are requested by the application either explicitly or implicitly (possibly due to DDL).
Configuration: These are waits which occur in a badly configured system and weill be reduced dramatically as a result of proper tuning.
Administrative: These are waits imposed by a privileged users by some action.
Concurrency: These are waits that can not be tuned and will occur on a system with High Concurrency.
Commit: This class only has log file sync. It deserves a special class because it is a necessary event and will be high and is supposed to be high on a system doing queries.
Network: All waits due to network messaging delays belong here. They are supposed to point out network congestion or latency. They should not include think or processing time, only the time spent in the networking code and hardware.
User I/O Waits: All waits for Disk I/O done by User queries or even SMON, MMON
System I/O Waits: All waits for Disk I/O done by backgrnd processes like LGWR, DBWR, ARCH, RFS. But not SMON and MMON
Scheduler: These are waits due to the resource manager
Cluster: waits which will occur only in RAC mode.
Other: All the wait events, which do not fit into one of the above classes clearly, or are not important to classify. By not important I mean those that wait for an insignificant amount of time or really do not fit into any one class.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/12272958/viewspace-676393/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- oracle 10g flashback databaseOracle 10gDatabase
- In Oracle 10g,What is Time Model?Oracle 10g
- Wait Event Enhancements in Oracle 10g(zt)AIOracle 10g
- Scheduler in Oracle Database 10g(轉)OracleDatabase
- Rename Tablespace in Oracle database 10gOracleDatabase
- True Session Wait Activity in Oracle 10g[zt]SessionAIOracle 10g
- Tablespace Management Enhancements in Oracle Database 10gOracleDatabase
- Oracle 10g新增DROP DATABASE命令Oracle 10gDatabase
- SQL*Plus Enhancements in Oracle Database 10g(一)SQLOracleDatabase
- oracle 10g physical standby database creationOracle 10gDatabase
- Oracle 10g Limits - Logical Database LimitsOracle 10gMITDatabase
- oracle實驗記錄 (oracle 10G rman transport database)OracleDatabase
- Oracle Database 10g新特性-閃回表OracleDatabase
- DBMS_FILE_TRANSFER Package in Oracle Database 10gPackageOracleDatabase
- Flashback New Features and Enhancements in Oracle Database 10gOracleDatabase
- 【OCM】Oracle Database 10g: Performance Tuning(一)OracleDatabaseORM
- 【OCM】Oracle Database 10g: Performance Tuning(二)OracleDatabaseORM
- 【OCM】Oracle Database 10g: Performance Tuning(三)OracleDatabaseORM
- 【OCM】Oracle Database 10g: Performance Tuning(四)OracleDatabaseORM
- Oracle 10g FLASHBACK DATABASE 實驗記錄Oracle 10gDatabase
- Oracle Database 10g新特性-回滾監視OracleDatabase
- 安裝oracle 10g EM database controlOracle 10gDatabase
- 《Oracle Database 10g安全性高效設計》OracleDatabase
- 【OCM】Oracle Database 10g: RAC for Administrators(一)OracleDatabase
- 【OCM】Oracle Database 10g: RAC for Administrators(二)OracleDatabase
- 【OCM】Oracle Database 10g: RAC for Administrators(三)OracleDatabase
- 【OCM】Oracle Database 10g: RAC for Administrators(四)OracleDatabase
- 【OCM】Oracle Database 10g: RAC for Administrators(五)OracleDatabase
- Transparent Data Encryption (TDE) in Oracle 10g Database Release 2Oracle 10gDatabase
- Oracle Database 10g新特性-閃回版本查詢OracleDatabase
- 使用 Oracle Database 10g中的閃回表特性OracleDatabase
- Upgrading from Oracle Database 10g to 11gOracleDatabase
- Oracle Database 10g新特性-改善的表空間管理OracleDatabase
- workaround with install oracle database 10G on redhat ES5OracleDatabaseRedhat
- [書籍] Oracle Database 10g效能調整與優化OracleDatabase優化
- oracle wait!OracleAI
- Oracle Database 10g/11g補丁(Patchset)下載地址OracleDatabase
- Book - Oracle Database 10g OCP Certification All-in-One Exam GuideOracleDatabaseGUIIDE