Alter system kill session in Oracle
The command you use to kill an Oracle session is
Alter system kill session ‘SID, SERIAL#’;
So why should I need to kill an Oracle session. There are many reasons why you might want to kill a session. To give you a few exmaple:
Recent Comments