How to know remaining execution time of a long running query?
Hi All,
I have a running query which is running from last 24 hrs and i dont know how much time it will take?
This is a very complex query it has a lot of joines and UNIONS etc.
I tried v$session_longops but the information in this view in continuously changing.
Current i am only concerned to know how much time it will take to finish?
Is there any way ?
Regards