longops .... longops ....
select sid,
serial#,
username,
sofar/totalwork*100 pct_done,
TIME_REMAINING/60 as REMAINING_MIn ,
ELAPSED_SECONDs/60 as ELAPSED_MIN,
message from v$session_longops where totalwork > sofar;
serial#,
username,
sofar/totalwork*100 pct_done,
TIME_REMAINING/60 as REMAINING_MIn ,
ELAPSED_SECONDs/60 as ELAPSED_MIN,
message from v$session_longops where totalwork > sofar;
Labels: Oracle






for this post
Leave a Reply