select sid,serial#,username
from v$session;
To kill a particular session pick its sid,serial#.
Ex.
ALTER SYSTEM KILL SESSION '8,103';
where 8 is the sid and 103 is the serial#.
cheers
|
Results 1 to 8 of 8
Thread: Killing a processThreaded View
|
Click Here to Expand Forum to Full Width |