Need to get rid of a session. [message #459978] |
Wed, 09 June 2010 04:58 |
alamsiddiqui
Messages: 13 Registered: April 2010
|
Junior Member |
|
|
Hello everyone,
I need help regarding killing a session. I read about it and tried a few things. The problem is, we have a software which keeps a check on v$session table so that a client can not have more than one sessions running simultaneously with the server. But if a client program terminates unexpectedl, it's session information stays in the v$session table, which prevents us from opening a new instance of the client program. Using
ALTER SYSTEM KILL SESSION 'SID, SERIAL#'
doesn't help since it takes ages to rollback and release the locks. And the session stays there with a 'KILLED' status.
I want this session out of the v$session table and instantly.
Thank you.
|
|
|
|
|
|
|