« Oracle: PERFSTAT.STATS$MUTEX_SLEEP_PK violated | Home | MS SQL: long running queries »
Oracle: long running queries
col opname for a40
col units for a10
col units for a10
SELECT sid
,opname
,sofar
,totalwork
,units
,elapsed_seconds
,time_remaining
FROM v$session_longops
WHERE sofar != totalwork;
,opname
,sofar
,totalwork
,units
,elapsed_seconds
,time_remaining
FROM v$session_longops
WHERE sofar != totalwork;
Topics: Oracle | Submitter: checkthis
Comments
You must be logged in to post a comment.