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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Info about running procs

Re: Info about running procs

From: Stephane Faroult <sfaroult_at_oriole.com>
Date: Tue, 14 Jan 2003 12:29:12 -0800
Message-ID: <F001.0052F945.20030114122912@fatcity.com>


> v.schoen_at_inplan.de wrote:
>
> Hi list,
>
> I'm looking for a Oracle system view or table where I can see all
> actual running procedures. Where can I find this info.
>
> TIA
>
> Volker Schoen
> E-Mail: v.schoen_at_inplan.de
> http://www.inplan.de

I think that a join between v$session (where status = 'ACTIVE') and x$kglrd should do it (join SQL_ADDRESS + SQL_HASH_VALUE to kglrdhdl + kglnadhv). You need to be SYS of course, so perhaps you'll want to create a view.

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Stephane Faroult
  INET: sfaroult_at_oriole.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Tue Jan 14 2003 - 14:29:12 CST

Original text of this message

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