欢迎光临
我们一直在努力

Oracle9i中一个特殊等待事件–null event-数据库专栏,ORACLE

建站超值云服务器,限时71元/月

null event不是空事件,不是没有等待事件,而是oracle忘记了刚才等待的事件的名字是什么了,但保留了该事件的真实情况。oracle 的开发人员直到9.2.0.3才更新了这些事件名称。
那是不是我们每当遇到性能问题的时候都要patch到9.2.0.3呢?
我们已经知道他的真实情况依然在v$session_wait的p1、p2、p3参数里体现,所以,我们可以从这些参数顺藤摸瓜,找出这个null event 到底是什么等待事件。

下面是itpub上copy过来的一些信息:
1. lck processes to pick up extra or missed posts (messages).
in all cases that can be identified the wait time is zero,
although on most ports this is changed to 1/100th second in
order to force the process to be rescheduled.

2. multiple db writers.

two cases:

– when the master has sent i/o requests to the slaves, it
waits on this event for up to 6 seconds until the slaves
signal that the i/o is complete.

– the slaves wait on this event for up to 3 seconds whilst
waiting for requests from the master db writer.
目前已经被证实的会涉及到null event 的等待事件还有有sql*net message to client、 db file scattered (or sequential) read

待续

赞(0)
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com 特别注意:本站所有转载文章言论不代表本站观点! 本站所提供的图片等素材,版权归原作者所有,如需使用,请与原作者联系。未经允许不得转载:IDC资讯中心 » Oracle9i中一个特殊等待事件–null event-数据库专栏,ORACLE
分享到: 更多 (0)