I THINK you can query the v$session.
SQL> select sid, serial#, username
friom v$session.

From there you need to know which session to kill.

MH