Posted by [IP Address: 213.224.83.110] 'Aldo De Ceulaerde' on September 20, 2001 at 14:02:22 EST:
In Reply to: Kill a background job posted by [IP Address: 213.224.83.110] 'amy' on September 19, 2001 at 14:24:04 EST:
: Dear Expert,
: May I ask what is the most effective way to kill a background process? CANCEL WITH/WITHOUT CORE, CANCEL SESSION in SM35 seems not effective. HAve tried SM37 Stop, still experience resistance. Of course I don't want to restart the instance. Thanks a lot in advance.
: AMY
The most effective way is using the unix-command kill -9 pid, whereas pid is the procesnumber, visible in the proces overview.
Aldo