to kill the session [message #290042] |
Thu, 27 December 2007 04:00 |
ishika_20
Messages: 339 Registered: December 2006 Location: delhi
|
Senior Member |
|
|
hello sir,
can u tell me how to know which system got hanged.
i run the syntax....
SELECT * FROM V$SESSION WHERE USERNAME LIKE 'INVENT'
please advice me how to do ....
how to know which system got hanged ?
Regards
|
|
|
|
Re: to kill the session [message #290046 is a reply to message #290042] |
Thu, 27 December 2007 04:12 |
trantuananh24hg
Messages: 744 Registered: January 2007 Location: Ha Noi, Viet Nam
|
Senior Member |
|
|
This can not caused your DB hang!
The query only return these columns SADDR, SID, SERIAL#, MACHINE, OSUSER... which username get by 'INVENT' value. And for a long time, I have not ever known about the data dictionary can caused DB hang till now.
|
|
|
Re: to kill the session [message #290063 is a reply to message #290044] |
Thu, 27 December 2007 05:12 |
ishika_20
Messages: 339 Registered: December 2006 Location: delhi
|
Senior Member |
|
|
sir
i have seen the output of v$lock, there's no block's value comes '0'. while running v$session status come inactive and there is some value on last_call_et columns.
noe tell me what to do ?
waiting for ur reply
|
|
|
|
|