Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Calling Procedure
Björn Wächter wrote:
> Hi all,
> is there a way in oracle to get the name
> of the calling procedure?
More SQL Server habits?
The best way is define a variable within the procedure.
You could try to work it out dynamically, see
asktom.oracle.com - search for who_called_me.
Is limited to 3 levels (package->procedure->function),
could be reworked to make it level independent
-- Regards, Frank van BortelReceived on Wed May 25 2005 - 08:41:06 CDT
![]() |
![]() |