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: Oracle/RDBMS : no. of connections

Re: Oracle/RDBMS : no. of connections

From: cartwrij <cartwright_james_at_hotmail.com>
Date: 13 Jan 2005 10:41:53 -0800
Message-ID: <1105641713.315138.197720@f14g2000cwb.googlegroups.com>

Eitan wrote:
> Hello,
>
> How can I find the no. of oppened connections to Oracle ?
> (Suppose I forgot to close a connection by mistake - how can I know
the
> actual no. of oppened connections).
>
> I need a solution for Oracle 8i, and also for rdbms, please.
> Thanks :)

select * from v$sessions; Received on Thu Jan 13 2005 - 12:41:53 CST

Original text of this message

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