亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Trouble shooting for Pin S wait on X

發布時間:2020-08-08 05:15:50 來源:ITPUB博客 閱讀:132 作者:不一樣的天空w 欄目:關系型數據庫
Pin S wait on X is usually due to high parses.  So check for high parsing sqls or tune application to share cursors.  For further diagnosis, please review following note :Note:1349387.1  Trouble shooting 'Cursor: Pin S wait on X' wait
通常是由于高分析。 所以檢查高解析sqls或調整應用程序共享游標。 如需進一步診斷,請查看以下注意事項Note:1349387.1  Trouble shooting 'Cursor: Pin S wait on X' wait

What causes 'Cursor: pin S wait on X' waits?

   * Firstly, ensure that the shared pool is sized correctly.
    If the shared pool is under sized or under load generally, this may manifest itself as 'Cursor: pin S wait on X'. If Automatic Memory Management is being used then this should not normally be an issue. See:
    Document 443746.1 Automatic Memory Management (AMM) on 11g
     
    *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

    *Parse Errors, as following note indicates:
Document 1353015.1 How to Identify Hard Parse Failures


solution:
select p2raw from v$session where event = 'cursor: pin S wait on X';

select p2raw,
       to_number(substr(to_char(rawtohex(p2raw)), 1, 8), 'XXXXXXXX') sid
  from v$session
 where event = 'cursor: pin S wait on X';
     
select sid,
       serial#,
       SQL_ID,
       STATUS,
       STATE,
       BLOCKING_SESSION,
       BLOCKING_SESSION_STATUS,
       EVENT
  from v$session
 where SID = &sid;


     
As a result of Bug 7568642 BLOCKING_SESSION EMPTY FOR "CURSOR: PIN S WAIT ON X"  the blocking_session is not populated in 10.2.The bug is fixed in 11g R1.
由于錯誤7568642 BLOCKING_SESSION為空當等待事件為"CURSOR:PIN S WAIT ON X",blocking_session未在10.2中填充。錯誤在11g R1中修復

In 11g and 12g, the blocking session can be found directly using the following sql:   
在11g和12g中,可以使用下面的sql直接找到阻塞會話

select sid,
       serial#,
       SQL_ID,
       BLOCKING_SESSION,
       BLOCKING_SESSION_STATUS,
       EVENT
  from v$session
 where event = 'cursor: pin S wait on X';

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

怀宁县| 淮北市| 民权县| 宜兰县| 嘉义市| 出国| 子洲县| 读书| 海兴县| 泾源县| 林芝县| 武穴市| 宣城市| 彰化市| 沙洋县| 武邑县| 谷城县| 维西| 沾化县| 柞水县| 舞钢市| 江达县| 四子王旗| 邻水| 股票| 灌云县| 武平县| 蓝山县| 灵川县| 海南省| 广元市| 雷州市| 绵阳市| 遂平县| 吴桥县| 台东市| 江孜县| 天等县| 郴州市| 莱州市| 清水河县|