死锁检查脚本-凯发app官方网站

凯发app官方网站-凯发k8官网下载客户端中心 | | 凯发app官方网站-凯发k8官网下载客户端中心
  • 博客访问: 282369
  • 博文数量: 58
  • 博客积分: 2317
  • 博客等级: 大尉
  • 技术积分: 1080
  • 用 户 组: 普通用户
  • 注册时间: 2005-12-22 13:16
文章分类

全部博文(58)

文章存档

2015年(1)

2014年(3)

2013年(4)

2012年(44)

2011年(6)

相关博文
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·

分类: oracle

2012-11-20 15:03:17

select a.sid, b.serial#, decode(a.type,
               'mr',
               'media recovery',
               'rt',
               'redo thread',
               'un',
               'user name',
               'tx',
               'transaction',
               'tm',
               'dml',
               'ul',
               'pl/sql user lock',
               'dx',
               'distributed xaction',
               'cf',
               'control file',
               'is',
               'instance state',
               'fs',
               'file set',
               'ir',
               'instance recovery',
               'st',
               'disk space transaction',
               'ts',
               'temp segment',
               'iv',
               'library cache invalida-tion',
               'ls',
               'log start or switch',
               'rw',
               'row wait',
               'sq',
               'sequence number',
               'te',
               'extend table',
               'tt',
               'temp table',
               'unknown') locktype, c.object_name,
       ---b.username, 
       ---b.osuser, 
       decode(a.lmode,
               0,
               'none',
               1,
               'null',
               2,
               'row-s',
               3,
               'row-x',
               4,
               'share',
               5,
               's/row-x',
               6,
               'exclusive',
               'unknown') lockmode, b.machine, d.spid
  from v$lock a, v$session b, all_objects c, v$process d
 where a.sid = b.sid and a.type in ('tm', 'tx') and c.object_id = a.id1 and
       b.paddr = d.addr

阅读(1069) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~
")); function link(t){ var href= $(t).attr('href'); href ="?url=" encodeuricomponent(location.href); $(t).attr('href',href); //setcookie("returnouturl", location.href, 60, "/"); }
网站地图