Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Tracking/monitoring a PL/SQL procedure
Have you looked in v$sqlarea? v$open_cursors?
Daniel Morgan
Anamika wrote:
> Hi,
> I have a Java program calling a PL/SQL procedure in the Oracle DB.
> Dont know the name of the pl/sql procedure that the java program
> calls.
> Is there a way to find out which pl/sql procedure is executed when the
> java program executes ? Tried v$ tables not very successful. Maybe
> missing something.
> Or can I set a trigger or something else, that will kick in when the
> pl/sql proc executes ?
>
> Thanks,
> -A
Received on Thu Jan 17 2002 - 11:39:01 CST
![]() |
![]() |