We use the Long Ops tab in Session Browser to view our long running processes. In our code’s processing loop, the first step is to set the “CONTEXT” or what is being processed with the end of the loop incrementing the “SOFAR” counter.
This allows for someone viewing the V$SESSION_LONGOPS table the ability to see the work completed so far, estimate on how much longer the work will take, along with what is currently being processed.
Is there a way in the Session Browser / Long Ops tab to show the “Context”? This would show us what is currently being worked on providing a greater insight into our process.
Thanks,
David