Killing a process [message #265873] |
Fri, 07 September 2007 13:11 |
babble
Messages: 25 Registered: July 2007 Location: new york
|
Junior Member |
|
|
Hi Guru's
I saw 2 processes using 48% and 50% of CPU and idle % was about 0% looking on top command output.
Whole of the portal was slow . Hence I did kill -9 pid .
Everything was under control after killing that process.
Now I want to know what was that process doing.
I have the PID of that process,but nothing is coming out of v$process from that process Id.
Can it cause any problems due to killing any unknown oracle process
Is there any way to find out what was that process doing.
Regards
|
|
|
|
|
|
Re: Killing a process [message #266004 is a reply to message #265873] |
Sat, 08 September 2007 21:08 |
galan_josel
Messages: 7 Registered: September 2007
|
Junior Member |
|
|
Better to killing a process.
Use ORADEBUG parameter suspend
Sometimes just killing the process will create more work, If is the case of DML statemt.
Just think about what have to heppend if you kill an "INSERT"
well have to ROLLBACK. More work.
JLG
Galan.
|
|
|
|
|
|
|