you can get the pid for the sid from the v$process, then kill the session using the sid and make sure that the process had been terminated, if not terminate them using kill -9 pid

Check this thread also:http://dbasupport.com/forums/showthread.php?threadid=7481

Sam