killed session [message #191545] |
Thu, 07 September 2006 01:39 |
airother
Messages: 27 Registered: February 2006
|
Junior Member |
|
|
Hello all,
i was work on ORACLE9i and on linux AS3 platform
when i killed my inactive sessions of JDBC client,it gives in V$session that session was KILLED.But when i check in that process on OS side its still does not release the memory.
This problem occours after increaseing memory(RAM) of system from 2GB to 4GB,so please provide me solution.
Thanks and reagrds
Ajit
|
|
|
Re: killed session [message #192090 is a reply to message #191545] |
Sun, 10 September 2006 21:34 |
email.sandeepnaik
Messages: 121 Registered: August 2006
|
Senior Member |
|
|
you can find associated OS process for session you are killing and run kill -9 <process ID> on OS prompt to remove process once its killed from SQL side and verified for the correctness for process
Sandeep
|
|
|