Chinaunix首页 | 论坛 | 博客
  • 博客访问: 797625
  • 博文数量: 82
  • 博客积分: 9970
  • 博客等级: 中将
  • 技术积分: 2412
  • 用 户 组: 普通用户
  • 注册时间: 2007-04-25 14:43
文章分类

全部博文(82)

文章存档

2013年(3)

2011年(8)

2010年(9)

2009年(25)

2008年(37)

我的朋友

分类: Oracle

2011-09-30 10:21:39

select * from v$locked_object t1,dba_objects t2,v$session t3,v$process t4
where t1.OBJECT_ID=t2.object_id
and t1.SESSION_ID=t3.SID
and t3.PADDR=t4.ADDR

阅读(929) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~