query text 확인

Oracle 2008. 5. 9. 08:30
select c.sql_text
from v$process a, v$session b, v$sqltext c
where a.addr = b.paddr
and b.sql_hash_value = c.hash_value
and a.spid = <<PID>>;
Posted by 알모리
,