Hi everyone,
I kicked several procedures off through sqlplus (multiple sessions). A few minutes later I realized that I kicked one of them by mistake and would like to kill that session.
Is there any way of doing it? I gues I'd break my question into 2 parts:
-Is there any way of seeing what procedures are running at the moment in the database?
-How do I find a session id for a scecific statement/procedure running?
Thank you.