select username,sid,opname,

      round(sofar*100 / totalwork,0) || '%' as progress,

      time_remaining,sql_text

from v$session_longops , v$sql

where time_remaining <> 0

and sql_address = address

and sql_hash_value = hash_value

posted on 2009-02-14 18:13  Oracle  阅读(1279)  评论(0编辑  收藏  举报