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/11088128/viewspace-722702/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/11088128/viewspace-722702/
本文解析了Oracle数据库中出现的大量rdbmsipcmessagetimeout等待事件,这些事件表明后台进程(LGWR, DBWR, LMS0)处于空闲状态并等待前台进程发送IPC消息进行工作。详细解释了WaitTime参数和timeout参数的作用。

1018

被折叠的 条评论
为什么被折叠?



