查询正在做的排序操作

 

select a.tablespace,
       a.SEGFILE#,
       a.segblk#,
       a.blocks,
       b.sid,
       b.serial#,
       b.username,
       b.osuser,
       b.status
  from v$sort_usage a, v$session b
 where a.session_addr = b.saddr

posted on 2011-11-22 23:20  czjie  阅读(198)  评论(0编辑  收藏  举报

导航