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

相关文章:

  • 2021-12-16
  • 2021-08-03
  • 2022-12-23
  • 2021-11-11
  • 2022-12-23
  • 2021-12-06
猜你喜欢
  • 2022-03-04
  • 2022-12-23
  • 2022-12-23
  • 2022-01-30
  • 2022-02-10
  • 2022-12-23
相关资源
相似解决方案