博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
【故障-ORACLE】rdbms ipc message timeout解释
阅读量:5843 次
发布时间:2019-06-18

本文共 844 字,大约阅读时间需要 2 分钟。

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.

 

转载地址:http://ffhcx.baihongyu.com/

你可能感兴趣的文章
Jenkins+XCode9自动打包错误处理
查看>>
讨论下垂直水平居中的多种方案
查看>>
Android自定义View-------Canvas动画的误解
查看>>
svg 编辑器的点击事件兼容pc端和移动端方案
查看>>
高性能图片压缩 —— libjpeg-turbo 的编译与集成
查看>>
阿里云新用户:巧用余额预警防止自动扣费
查看>>
Spring+MyBatis实现读写分离
查看>>
spring自己对AOP的运用 -- spring事物(transaction)原理
查看>>
leetcode两数相加问题及其拓展问题解决
查看>>
Mysql的优化方案总结
查看>>
工业机器人爆发式增长 重塑中国制造业竞争力
查看>>
ios10下出现cannot declare a let variable twice 'n'的错误
查看>>
vue-cli中的webpack配置说明
查看>>
哦屋~如此优化能使你项目的速度到达一个逼格!
查看>>
爬虫学习日记(七)
查看>>
WorkManager浅谈
查看>>
五线谱入门完结篇
查看>>
你不知道的 JavaScript 错误和调用栈常识
查看>>
为更清楚掌握疫情 利用人工智能技术找出病毒带原动物
查看>>
关于CSS:inline vertical-align
查看>>