On Tue, Apr 10, 2007 at 01:01:30PM +0100, Ashish Karalkar wrote:
> Hello all,
>   is there any command just like ORACLE Uses kill session to kill a 
> particular session .
>   tried withh linux kill -9 PID but it also kills all other sessions or  am I 
> just giving wrong signal to command kill?

Uhh, yeah. Kill -9 is bad. The documentation talks about signals but in
general you can use kill -INT to abort a query.

Have a nice day,
-- 
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to 
> litigate.

Attachment: signature.asc
Description: Digital signature

Reply via email to