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

Home -> Community -> Usenet -> c.d.o.misc -> Re: number of users using oracle

Re: number of users using oracle

From: Nicolas Bronke <newsgroup_at_trinity.de>
Date: Tue, 30 Nov 1999 16:07:30 +0100
Message-ID: <3843ecbd_1@news2.prserv.net>

> You can give this simple command and get the No. of oracle sessions -
about
> 8/10 sessions and rest will be No. of users login in your system.
>
> select count(*) from v$session;
>
>
> The Result - 8 (oracle background processes) = users in your system
>

This won't work. In my case I would reveive that -1 one user is connected. Try select count(username) from v$session. --
Regards
Nicolas Bronke Received on Tue Nov 30 1999 - 09:07:30 CST

Original text of this message

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