Monitor Procedure from backend
Hi Team,
We have executed a procedure to load data into tables. It is running since friday. We are trying to monitor the status, but each query shows different sql ids. can you please help us to identify the correct query to use in our case.
DB version 19.28
v$session_longops:
SQL> select SID,TARGET||OPNAME TARGET, TOTALWORK, SOFAR,TIME_REMAINING/60 Mins_Remaining,ELAPSED_SECONDS,SQL_ID from v$session_longops where TIME_REMAINING>0 order by TIME_REMAINING;
SID TARGET TOTALWORK SOFAR MINS_REMAINING ELAPSED_SECONDS SQL_ID
328 XXABC.XXABC_DATA_EMPLOYEE_TIMESHEETINFO_STG_TL Table Scan 138644 11664 27858.7 153541 8rnn1u04c0r3d