Answer to your Q for my tip on how to kill NT process :

Diffrenece is :
If you kill from sqlplus it kills your connection from database and releases Database resources and its not going to release OS resources and all you are going to get is a message saying your session has been killed when you tried to access database.
If you kill using \'orakill\' it kills the OS process and relaeses OS resources.

sreddy