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: accessing (packaged) procedure name within procedure

Re: accessing (packaged) procedure name within procedure

From: Daniel Morgan <damorgan_at_exxesolutions.com>
Date: Thu, 14 Aug 2003 15:52:07 -0700
Message-ID: <3F3C1297.5FED31F1@exxesolutions.com>


Comments interspersed.

Jetlag wrote:

> Linux, Oracle 9.2.0.1
>
> Does anyone know of a system variable or some kind of logic which
> would return a string containing the name of the currently executing
> procedure?

It can not be done nor does it make any sense unless you are assuming an Oracle database with a single connected user.

> .MY_PAK
> 0x55dafac8 1 anonymous block
>
> Suggestions would be most welcome. Thanks.
>
> -- jetlag --

Take a look at:

v_$sga
v_$open_cursors
v_$sql_area
v_$sessions

They may be of some help.

--
Daniel Morgan
http://www.outreach.washington.edu/extinfo/certprog/oad/oad_crs.asp
damorgan_at_x.washington.edu
(replace 'x' with a 'u' to reply)
Received on Thu Aug 14 2003 - 17:52:07 CDT

Original text of this message

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