Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: current procedure that is executing
If these are in house modifiable procedures, you could use DBMS_APPLICATION_INFO to cause the package/procedure name to appear in v$session.
Here are details:
http://www.oradoc.com/ora817/appdev.817/a76936/dbms_app.htm#999107
Jared
On Sunday 09 September 2001 19:15, Suhen Pather wrote:
> List,
>
> Is there any way to tell what procedure rather than sql_text that is
> currently executing?
> We are trying to develop a knowledge base were we require this information.
>
> I tried to check v$sqlarea, v$sqltext but could not find the relevant
> information in the shared pool.
>
> Any help or pointer will be greatly appreciated.
>
> TIA
> Suhen
Content-Type: text/html; charset="iso-8859-1"; name="Attachment: 1" Content-Transfer-Encoding: quoted-printable Content-Description: ----------------------------------------
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Jared Still INET: jkstill_at_cybcon.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- 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 Mon Sep 10 2001 - 09:40:26 CDT
![]() |
![]() |