I created an oracle procedure. When i execute it from sqldevoloper in some case i think it is going into an infinite loop. It keeps on generating the log files. How can i terminate this running procedure?
I stopped the oracle service through services.msc . When i start it again , log files are getting generated. I think still that procedure is running.
How can i terminate those procedures.
I created an oracle procedure. When i execute it from sqldevoloper in some case
Share
Identify your session (hung) from v$session using
And then kill it using