【故障-ORACLE】rdbms ipc message timeout解釋
sys@GZKNEW_SQL> select sid,event,P1TEXT,state from v$session_wait where event not in ('SQL*Net message from client');
SID EVENT P1TEXT STATE
------- ------------------------------ ------------------------------ -------------------
…………………………………………
2719 rdbms ipc message timeout WAITING
2720 rdbms ipc message timeout WAITING
2724 rdbms ipc message timeout WAITING
2725 ASM background timer WAITING
2729 rdbms ipc message timeout WAITING
2731 rdbms ipc message timeout WAITING
2733 rdbms ipc message timeout WAITING
…………………………………………
透過以上sql查詢到大量rdbms ipc message timeout等待,此事件是空閒事件,解釋如下:
The background processes (LGWR, DBWR, LMS0) use this event to indicate that they are idle and are waiting for the foreground processes to send them an IPC message to do some work.
Wait Time: Up to 3 seconds. The parameter timeout shows the true sleep time.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29067253/viewspace-2125932/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- IPC Send timeout故障現象
- IPC Send timeout detected
- 【ASK_ORACLE】Oracle RAC報錯“ipc send timeout”的原因以及解決辦法Oracle
- [異常等待事件rdbms ipc reply]-分析說明事件
- ORACLE 9I RAC IPC Send timeout detected問題處理Oracle
- 關於IPC-Message通訊
- Switch to short timeout for ipc polling
- 【問題處理】IPC Send timeout detected
- 聊聊Postgres中的IPC之SI Message Queue
- IPC Send timeout detected. Receiver ospid 25822
- Mysql引數解釋---wait_timeout、interactive_timeoutMySqlAI
- ORA-27090: Message 27090 not found; product=RDBMS; facility=ORA
- Oracle RDBMS History Over the YearsOracle
- 如何診斷RAC資料庫上的“IPC Send timeout”問題?資料庫
- 【故障-ORACLE】‘ALTER SYSTEM SET service_names='' SCOPE=MEMORY SID=’解釋Oracle
- 【RAC】如何診斷RAC資料庫上的“IPC Send timeout”問題資料庫
- How to Turn Archiving ON and OFF in Oracle RDBMS [ID 69739.1]Oracle
- 【故障-ORACLE】OSWBB不能執行解決Oracle
- [轉]Setup Session Timeout In Oracle BIEESessionOracle
- ORACLE Granule 解釋Oracle
- oracle RDBMS Kernel Executable 佔用記憶體過高Oracle記憶體
- Oracle instance解釋Oracle
- Oracle ASM故障資料恢復解決方案OracleASM資料恢復
- Oracle ORA-00257故障解決辦法Oracle
- Oracle 11G ddl_lock_timeoutOracle
- Oracle常用名詞解釋Oracle
- Oracle Wait Interface解釋OracleAI
- [Oracle]--Library cache lock 故障解決一例Oracle
- Oracle故障彙總Oracle
- Oracle故障診斷Oracle
- Message,MessageQueue,Looper,Handler詳解OOP
- IPC call
- oracle自帶指令碼說明(rdbms,ctx,sqlplus,javavm)Oracle指令碼SQLJava
- Oracle資料庫管理指令碼介紹 (RDBMS目錄下)Oracle資料庫指令碼
- Nginx的超時timeout配置詳解Nginx
- Oracle10g使用$ORACLE_HOME/rdbms/admin/awrrpt.sql報錯OracleSQL
- RDBMS VS XML VS NoSQLXMLSQL
- oracle中常用名詞解釋Oracle