-
1
- #1
Hi ,
Is it possible to kill sessions using sql prompt , given the session Id ?
I need to do this because there are a large number of inactive sessions which are hindering optimum performance of the Oracle Server . I am obtaining connections through a webserver (WebSphere) and am making use of connection pooling. Somehow , the old sessions are not getting killed properly even though i am giving the con.close statement at the right places everywhere (yes , i am using jsp). My doubt is that the webserver is getting connections , but is not killing them .
Thanks in advance .
Jayaram.
Is it possible to kill sessions using sql prompt , given the session Id ?
I need to do this because there are a large number of inactive sessions which are hindering optimum performance of the Oracle Server . I am obtaining connections through a webserver (WebSphere) and am making use of connection pooling. Somehow , the old sessions are not getting killed properly even though i am giving the con.close statement at the right places everywhere (yes , i am using jsp). My doubt is that the webserver is getting connections , but is not killing them .
Thanks in advance .
Jayaram.