oracle9i查等待事件,Oracle9i中的一个特殊等待事件
那是不是我們每當遇到性能問題的時候都要patch到9.2.0.3呢?
我們已經知道他的真實情況依然在v$session_wait的p1、p2、p3參數里體現,所以,我們可以根據這些參數,找出這個null event究竟是什么等待事件。
相關信息:
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
MSN:
posted on 2008-02-15 01:03 kylixlu 閱讀(140) 評論(0) ?編輯 ?收藏 所屬分類: Database
創作挑戰賽新人創作獎勵來咯,堅持創作打卡瓜分現金大獎總結
以上是生活随笔為你收集整理的oracle9i查等待事件,Oracle9i中的一个特殊等待事件的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 源码 状态机_阿里中间件seata源码剖
- 下一篇: java 条件 等待_java – 如