Update Count Runtime

SELECT *
FROM V$SESSION_LONGOPS
WHERE username = 'TABLE_NAME'--396357
AND TIME_REMAINING > 0;

SELECT *
from v$transaction t
inner join v$session s
ON t.addr = s.taddr
where s.sid=516;

Yorum Gönder