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

Home -> Community -> Usenet -> c.d.o.server -> Re: How do check who is connecting to the database server?

Re: How do check who is connecting to the database server?

From: Zhang, Leon Lin <leonz_at_gdc.lucent.com>
Date: Thu, 04 Jan 2001 12:15:50 +0800
Message-ID: <3A53F8F6.A68CFF70@gdc.lucent.com>

David YEUNG wrote:
>
> In Oracle 8i, how can I find out who (and from where) is currenting
> to the database server, similarly to the Unix 'who' or 'w' commands?
> And as a 'SYS' user, how to kill a user connection?
>
> Thanks
>
> David Yeung

select * from v$session;

then

alter system kill session ...

-- 
Leon L. Zhang
Email: lzhang1_at_lucent.com
Received on Wed Jan 03 2001 - 22:15:50 CST

Original text of this message

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