通過程式找sql

czxin788發表於2021-12-06

通過程式找sql

select p.spid,s.machine,s.username,s.sid,s.serial#,s.status
from v$session s,v$process p
where s.sid in (select sid from v$session where username is not null) and s.paddr=p.addr;


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

相關文章