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: Counting connections

Re: Counting connections

From: Ran Schwartzman <syr_at_netvision.net.il>
Date: Sat, 08 Aug 1998 19:34:32 +0300
Message-ID: <35CC7E18.B0EAE0D4@netvision.net.il>


Try the following SQL:
select count(username) from v$session;

matcha wrote:

> Hi,
> How can I count number of connections and activities in a Client/Server
> environment where clients connect to the database server when
> retrieve/update data?
>
> Thanks for help
>
> Cemal
Received on Sat Aug 08 1998 - 11:34:32 CDT

Original text of this message

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