Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: How to terminate user's session ?
ALTER SYSTEM KILL SESSION 'sid, serial#'
(the sid and serial# are from v$session table. The sid and serial# are
enclosed in quotes separated by a comma)
Venkat
>If a user X is connected to the database, how can I disconnect
>just that user ? There doesn't seem to be any server command
>I can do to drop their session.
>
>Thanks,
>
>Bill Dietrich
>bill_dietrich_at_wayfarer.com
>
>
Received on Thu Apr 30 1998 - 18:52:44 CDT
![]() |
![]() |