Chinaunix首页 | 论坛 | 博客
  • 博客访问: 6819
  • 博文数量: 7
  • 博客积分: 205
  • 博客等级: 入伍新兵
  • 技术积分: 55
  • 用 户 组: 普通用户
  • 注册时间: 2011-04-01 19:34
文章分类

全部博文(7)

文章存档

2011年(7)

我的朋友
最近访客

分类: Oracle

2011-05-15 15:22:30

  1. select username,sid,opname,
  2. round(sofar*100 / totalwork,0) || '%' as progress, time_remaining,sql_text
  3. from v$session_longops , v$sql
  4. where time_remaining <> 0
  5. and sql_address = address
  6. and sql_hash_value = hash_value

from:

阅读(315) | 评论(0) | 转发(0) |
0

上一篇:oracle listner

下一篇:oracle 性能监控

给主人留下些什么吧!~~