[Oracle Script] Undo Usage Per session

tolilong發表於2017-10-04

select s.SID,s.SERIAL#,t.USED_UBLK,t.USED_UREC from
v$transaction t,v$session s
where t.ADDR=s.TADDR order by sid

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/24237320/viewspace-2145704/,如需轉載,請註明出處,否則將追究法律責任。

相關文章