Switch to short timeout for ipc polling
在RAC系統的DIAG TRACE檔案中發現了標題中的資訊,全部的日誌資訊如下:
Switch to short timeout for ipc polling
a session (kjzha) is registered
session (kjzha) is about to end
Registered session (kjzha)[11][4][0][1] is cleaned up
Switch to long timeout for ipc polling[@more@]
在GOOGLE中找到一遍有頭沒尾的文章,中間提到說因為ORACLE的心跳之前通訊是透過UDP方式實現的,而UDP就是使用IPC方式來實現的,所以應該檢視IPC相關的設定,不過是個太監貼。
跑到METALINK,找了半天也沒有很吻合的,只找到了ML:750773.1,大概是說這個東西從10.1版本就有了,但是到11.6就非常多了,是一個UNPUBLISHED BUG。
Cause
This is unpublished Bug 6678289 'EXCESSIVE DIA0 TRACE FILES IN A RAC ENVIRONMENT'
This causes unconditional writing of trace output to DIAG and LMON trace files in versions from 10.1 onwards. It is most commonly seen in 11.1.0.6, however.
Solution
* Upgrade to 11.1.0.7 where the problem has been fixed
* One-off patches have been created on some platforms on top of 11.1.0.6. Check Patch 6678289 to see if there is one available for your platform.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/25016/viewspace-1027656/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 【問題處理】IPC Send timeout detected
- 【ASK_ORACLE】Oracle RAC報錯“ipc send timeout”的原因以及解決辦法Oracle
- Short XSS
- springMvc DeferredResult的long polling應用SpringMVC
- IPC call
- 從RocketMQ看長輪詢(Long Polling)MQ
- CodeForces 1873A Short Sort
- Database TimeoutDatabase
- Linux timeout命令Linux
- MySQL之wait_timeout和interactive_timeout引數MySqlAI
- Android IPC 之AIDLAndroidAI
- IPC之套接字
- IPC 方法分類
- IPC(一)---------匿名管道
- life is short 中譯本(粗校)
- INBOUND_CONNECT_TIMEOUT與SQLNET.INBOUND_CONNECT_TIMEOUT小結SQL
- XMLHttpRequest timeout 屬性XMLHTTP
- yarn socket connection timeoutYarn
- 【Mysql】MySQL中interactive_timeout和wait_timeout的區別MySqlAI
- linux ipc namespace筆記Linuxnamespace筆記
- Android IPC 機制分析Android
- 短址(short URL)原理及其實現
- Java 中將 Short 轉換為 byte[]Java
- life is short 中譯本(嘗試中)
- INBOUND_CONNECT_TIMEOUT(zt)
- Jenkins 構建 Exec timeout!Jenkins
- IPC-程式間通訊
- JS實現非同步timeoutJS非同步
- PostgreSQL DBA(101) - pgAdmin(statement timeout)SQL
- MySQL的timeout那點事MySql
- redis connect timeout問題排查Redis
- session switchSession
- Qt short int 陣列大小端轉換(qbswap)QT陣列
- 【基礎語法】short、int、long轉為byte
- 關於IPC-Message通訊
- IPC(InterProcess Communication):程序間通訊
- Lazarus使用IPC收發訊息
- electron-ipc通訊效能分析