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: Processes Running

Re: Processes Running

From: -= <aquabubble_at_my-deja.com>
Date: Fri, 22 Oct 1999 13:14:18 GMT
Message-ID: <7upnv8$rjv$1@nnrp1.deja.com>


In article <380C2C1F.7DD50919_at_sscc.osakidetza.net>,   Aitor San Juan =?iso-8859-1?Q?S=E1nchez?= <asanjuan_at_sscc.osakidetza.net> wrote:
> Does anybody know how to obtain a listing of all the processes
currently
> running under Oracle? What is the view or table where I can get that
> information?
>
> Thanks in advance.

SELECT *
  FROM v$session;

Note that you need privelages on that view.

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Fri Oct 22 1999 - 08:14:18 CDT

Original text of this message

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