Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Orakill utility
On Fri, 16 Mar 2001 15:01:41 +0000 (UTC), aminocha_at_herold.com ("Anurag Minocha") wrote:
>I am not at all aware of unix. Can you please elaborate a little
In UNIX you have a process model whereas in NT its a process thread
model. All the NT threads run under one Process. In UNIX each
background or foreground process is a process. In UNIX you could
issue a ps - ef | grep ora and look for your PID in question. Then you
could say 'kill -9 xxxxx' where xxxxx is your PID. In NT you can kill
threads with the orakill command.
>
>--
>Posted from sjc3-1.relay.mail.uu.net [199.171.54.122]
>via Mailgate.ORG Server - http://www.Mailgate.ORG
Received on Fri Mar 16 2001 - 16:50:51 CST
![]() |
![]() |