Oracle数据库数据恢复、性能优化

找回密码
注册
搜索
热搜: 活动 交友 discuz
发新帖

62

积分

0

好友

3

主题
1#
发表于 2012-3-22 17:03:45 | 查看: 6082| 回复: 5
库里出现大量的cursor: pin S wait on X等待。不定期出现。顺便帮我分析一下数据库的其它问题。谢谢

[ 本帖最后由 xteitxu 于 2012-3-26 17:17 编辑 ]

weekmdlcnpro_awrrpt_1_17277_17278.rar

33.59 KB, 阅读权限: 100, 下载次数: 5

售价: 100 金钱  [记录]  [购买]

awr.txt

1008 Bytes, 下载次数: 760

学海无涯,技术至上!
2#
发表于 2012-3-22 17:30:30
1.jpg


2.jpg
应该是最上面那个SQL被异常hang住了,看样子像个JOB。





What is a 'Cursor: pin S wait on X'  wait?A cursor wait is associated with parsing in some form. A session may  wait for this event when it is trying to get a mutex pin in Share mode but  another session is holding the mutex pin on the same cursor object in  exclusive.  Frequently, waits for 'Cursor: pin S wait on X' is a symptom  and not the cause.  There may be underlying tuning requirements or known  issues.

What causes 'Cursor: pin S wait on X'  waits?
  • Frequent Hard Parses
    If the frequency of Hard Parsing is extremely   high, then contention can occur on this pin.
  • High Version Counts
    When Version counts become excessive, a long chain   of versions needs to be examined and this can lead to contention on this   event
  • Known bugs

select w.SID "Waiter",
       to_number(substr(to_char(rawtohex(p2raw)),
                        1,
                        case
                          when (select instr(platform_name, '64') from DBA_REGISTRY_DATABASE) > 0 then
                           8
                          else
                           4
                        end),
                 'XXXXXXXX') "Blocker"
  from v$session_wait w
where w.EVENT = 'cursor: pin S wait on X';

[ 本帖最后由 teapot 于 2012-3-22 17:39 编辑 ]

回复 只看该作者 道具 举报

3#
发表于 2012-3-26 16:22:41
非常感谢。是个job。能帮我解释一下,这个等待是怎么产生的吗?

回复 只看该作者 道具 举报

4#
发表于 2012-4-19 16:48:16
I 服了你们了  这个问题分析附件还收费 下载 汗!

回复 只看该作者 道具 举报

5#
发表于 2012-4-28 10:07:28
其中一个附件下载估计是论坛的设置,查看 “快速回复主题”的右边,就能看到“积分策略说明”。
  1. 发表附件         +5         +20
  2. 本版发表附件         +5         +20
  3. 下载附件         0         -2
  4. 本版下载附件         0         -2
复制代码

[ 本帖最后由 miloluo 于 2012-4-28 10:08 编辑 ]

回复 只看该作者 道具 举报

6#
发表于 2012-5-8 16:29:20
该等待事件经常和library cache load lock一起出现。你的有这个等待一起重现吗,

回复 只看该作者 道具 举报

您需要登录后才可以回帖 登录 | 注册

QQ|手机版|Archiver|Oracle数据库数据恢复、性能优化

GMT+8, 2024-11-15 14:44 , Processed in 0.058526 second(s), 26 queries .

Powered by Discuz! X2.5

© 2001-2012 Comsenz Inc.

回顶部
TEL/電話+86 13764045638
Email service@parnassusdata.com
QQ 47079569