Wait event still prevailing [message #405658] |
Thu, 28 May 2009 23:20 |
vinniora
Messages: 56 Registered: October 2008 Location: Mumbai
|
Member |
|
|
i Have killed a session through database on 20-may-09 but that session is still waiting on wait event,it is being 9 days the wait event is their, i am not able to find the solution to kill it from os prompt as no pid or spid is there
SID SERIAL# USERNAME EVENT STATE BLOCKING_SESSION
523 4 abcSQL*Net break/reset to client
WAIT_CLASS WAIT_TIME SECONDS_IN_WAIT
Application 0 545,287
please provide me the solution that why is this happening and how to clean it.Thnx in advance
|
|
|
|
|
|
|
Re: Wait event still prevailing [message #405663 is a reply to message #405660] |
Thu, 28 May 2009 23:33 |
vinniora
Messages: 56 Registered: October 2008 Location: Mumbai
|
Member |
|
|
>Oracle can not/will not eliminate (internal) session unless & until the external OS process get eliminated.
>kill -9 <pid>
i knw that but i can't find pid or spid because when i using the query
select p.pid,p.spid from v$process p,v$session s where p.addr=s.paddr and s.sid=523
the result is 'no row selected'
|
|
|
|
|
|
|
|