Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Forcing user to log off

RE: Forcing user to log off

From: Armstead, Michael A <maa25681_at_glaxowellcome.com>
Date: Fri, 28 Jul 2000 09:26:32 -0400
Message-Id: <10572.113233@fatcity.com>


You have 2 ways of forcing a user to log off within Oracle.

  1. You can use the ALTER SYSTEM KILL SESSION 'sid, serial#' SQL command. See your SQL Language reference.
  2. You can define a profile that will limit the users login (particularly CONNECT TIME and IDLE TIME) resources by disconnecting them after they reach their threshold. See your Administrator's Guide.

Good luck. I hope this helps.
Michael Armstead
OCP-Certified DBA

> -----Original Message-----
> From: cemail_at_sprintmail.com [SMTP:cemail_at_sprintmail.com]
> Sent: Thursday, July 27, 2000 4:06 PM
> To: Multiple recipients of list ORACLE-L
> Subject: Forcing user to log off
>
>
> >From Oracle, how can you force a user to log off?
>
> This is Oracle 8.0.5/UNIX and I know I can kill the PID, but
> is there a way to do it from Oracle?
>
> -----
> Sent using MailStart.com ( http://MailStart.Com/welcome.html )
> The FREE way to access your mailbox via any web browser, anywhere!
>
> --
> Author:
> INET: cemail_at_sprintmail.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
Received on Fri Jul 28 2000 - 08:26:32 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US