SQL> select paddr,program,status,event,seconds_in_wait from v$session where sid=
2447;
PADDR PROGRAM STATUS EVENT SECONDS_IN_WAIT
---------------- ---------- ------ ------------------------- ---------------
070000190A746390 classcode_ ACTIVE kksfbc child completion 4409
4U5 (TNS V
1-V3)
SQL> select spid from v$process where addr='070000190A746390';
SPID
------------------------
869416
这个进程在操作系统层次一直是CPU利用率最高。
Name PID CPU% PgSp Owner
oracle 869416 2.1 6.3 oracle
oracle 779058 2.0 9.2 patrol
oracle 1471278 0.7 5.3 oracle
PatrolAg 316114 0.5 97.5 patrol
oracle 922056 0.2 7.4 oracle
oracle 1843716 0.1 5.3 oracle
topas 2134446 0.1 13.4 jtsunj
MOS上查询了一下,和 Bug 6795880很类似 ,通过设置"_cursor_features_enabled" = 10 重启实例即可修复。
但是设置这个参数可能会带来bug:8575528.,因此还需要打补丁8575528。
具体可以参考MOS ID 6795880.8。
阅读(2890) | 评论(0) | 转发(0) |