Database Administration (MOSC)

MOSC Banner

Monitor Procedure from backend

edited 9:43AM in Database Administration (MOSC) Question

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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center