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: Detecting executed PL/SQL procedure

Re: Detecting executed PL/SQL procedure

From: Stefan <sroesch3_at_attbi.com>
Date: Sat, 05 Jan 2002 06:08:52 GMT
Message-ID: <ULwZ7.4906$Sf2.46197@rwcrnsc52>


Hi Anamika,

look in v$open_cursor and join with v$session and maybe v$sql

Stefan

Anamika wrote:

> Hi,
> I have Oracle 8.0.5 database with lots of third party PL/SQL procedures
> installed. I also have applications that invoke these PL/SQL procs.
> Recently encountered problems with these PL/SQL procs and I need to find
> out which one of them is being executed. i.e., when a function is called
> in the application, it eventually makes a db connection and executes a
> PL/SQL procedure. Is there a way to find out which PL/SQL procedure is
> executed ? There is no documentation with the application which explains
> this.
>
> Thanks,
> -A
Received on Sat Jan 05 2002 - 00:08:52 CST

Original text of this message

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