select a.username,a.sid , a.serial#,
p.spid ,last_call_et,status
from V$SESSION a, V$PROCESS p
where a.PADDR = p.ADDR
and p.spid='&pid'
Friday, July 11, 2008
Subscribe to:
Post Comments (Atom)
Basic Oracle database Commands and Usages
No comments:
Post a Comment