I need to stop a procedure that run in oracle database by clicking in a "stop" button on my interface. I try to kill the thread that start the procedure but the database process continues after this.
Is that possible to identify the session created by hibernate in the oracle database, responsible to execute the procedure, to kill it?