jschmied
Member²
Hi!
It would be nice to know how long a pending query will run.
Example:
SELECT sid,
opname,
target,
trunc(sofar / totalwork * 100, 1),
elapsed_seconds,
time_remaining,
message
FROM v$session_longops t
ORDER BY t.start_time DESC
shows how long a pending operation will take.
Greetings
J
It would be nice to know how long a pending query will run.
Example:
SELECT sid,
opname,
target,
trunc(sofar / totalwork * 100, 1),
elapsed_seconds,
time_remaining,
message
FROM v$session_longops t
ORDER BY t.start_time DESC
shows how long a pending operation will take.
Greetings
J