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

相关文章:

  • 2022-12-23
  • 2021-12-13
  • 2021-06-13
  • 2022-12-23
  • 2022-01-17
  • 2022-12-23
  • 2022-12-23
  • 2021-11-29
猜你喜欢
  • 2021-11-16
  • 2022-01-27
  • 2022-12-23
  • 2021-12-09
  • 2021-07-24
  • 2022-12-23
相关资源
相似解决方案