col username for a20 
col message for a50 
col remaining for 9999 
select  username,to_char(start_time, 'hh24:mi:ss dd/mm/yy') started,
time_remaining remaining, message 
from v$session_longops 
where time_remaining = 0 
order by time_remaining desc
Friday, July 11, 2008
Subscribe to:
Post Comments (Atom)
 
 

 
 Posts
Posts
 
 

No comments:
Post a Comment