真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

[OracleScript]checklatch

select l.latch# latch,l.name, nvl(c.latches, 0) children, l.gets, l.misses, l.gets-l.misses "Simple Gets",
       round((l.gets-l.misses) / l.gets,4)*100 "Simple Gets Ratio(%)",
       l.spin_gets, round(l.spin_gets / l.gets,4)*100 "Spin Gets Ratio(%)",
       l.sleeps "Sleep Get", round(l.sleeps / l.gets,4)*100 "Sleep Gets Ratio(%)",
       l.immediate_gets,
       l.immediate_misses,
       to_char(sysdate, 'yyyy/mm/dd hh34:mi:ss') currTime
  from v$latch l,
       (SELECT latch#, count(*) latches
          FROM v$latch_children c
         GROUP BY latch#) c
 where l.latch# = c.latch#(+)
   AND l.gets > 0
 ORDER BY latch;

當(dāng)前標(biāo)題:[OracleScript]checklatch
文章來源:http://www.weahome.cn/article/jdhdco.html

其他資訊

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部