gc cr request等待事件
The session is looking for a consistent read version of data but cannot find it in the local cache. The local instance has made a request to other RAC instances for the data and is waiting on its return. Solutions Collect more information about the average time the instances are waiting for this type of request: select b1.inst_id, b2.value 'GCS CR BLOCKS RECEIVED', b1.value 'GCS CR BLOCK RECEIVE TIME', ((b1.value / b2.value) * 10) 'AVG CR BLOCK RECEIVE TIME (ms)' from gv$sysstat b1, gv$sysstat b2 where b1.name = 'global cache cr block receive time' and b2.name = 'global cache cr blocks received' and b1.inst_id = b2.inst_id; If the average cr block receive time is more than 15 milliseconds, this implies the session is waiting excessively for the block request to be satisfied by other instances. If the average time is less, that implies an excessive amount of block requests are occurring.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/2317695/viewspace-2644790/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 【等待事件】global cache cr request/gc current request事件GC
- 儲存過程遇到gc cr request等待儲存過程GC
- gc current/cr block busy等待事件GCBloC事件
- 解決gc current request等待事件GC事件
- gc cr request 'gcs log flush sync'GC
- gc current request等待時間處理GC
- gc 等相關等待事件描述GC事件
- 【等待事件】virtual circuit next request事件UI
- 如何診斷RAC系統中的'gc cr multi block request'?GCBloC
- oracle 10.2.0.1 rac發現sql查詢hang之gc cr requestOracleSQLGC
- gc current request等待事件,介紹p1,p2,p3轉換方法GC事件
- 記一次gc buffer busy等待事件的處理GC事件
- 分析解決11gR2 雙節點RAC環境下的gc cr block busy/gc buffer busy acquire等待GCBloCUI
- 【等待事件】ORACLE常見等待事件事件Oracle
- 【等待事件】等待事件系列(5.1)--Enqueue(佇列等待)事件ENQ佇列
- 等待事件事件
- Solidity事件,等待事件Solid事件
- 【TUNE_ORACLE】等待事件之等待事件類別Oracle事件
- 等待事件分析事件
- oracle等待事件Oracle事件
- Oracle 等待事件Oracle事件
- px等待事件事件
- 等待事件 二事件
- 【等待事件】等待事件系列(1)--User I/O型別事件型別
- 【效能調整】等待事件(三) 常見等待事件(一)事件
- 【效能調整】等待事件(四) 常見等待事件(二)事件
- Oracle Mutex 等待事件OracleMutex事件
- 等待事件指令碼事件指令碼
- oracle等待事件一Oracle事件
- ASH, AWR , 等待事件事件
- latch free等待事件事件
- 【Oracle概念】-等待事件Oracle事件
- 頂級等待事件:事件
- Oracle 等待事件 一Oracle事件
- Oracle的等待事件Oracle事件
- 常見等待事件事件
- gc current request 引起長期鎖表的故障GC
- 一個疑惑 ,gc cr grant 2-way ,簡單記錄GC