![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
Hi all, is there a way in oracle to get the name of the calling procedure? More SQL Server habits? |
#2
| |||
| |||
|
#3
| |||
| |||
|
|
Hi all, is there a way in oracle to get the name of the calling procedure? Example: ================================================== ======== PROCEDURE Sp_AAAAA AS BEGIN dbms_output.put_line('Called by: ' || ?????????? ); END Sp_AAAAA; ================================================== ======== PROCEDURE Sp_BBBB AS BEGIN Sp_AAAAA; END Sp_BBBB; ================================================== ======== Output: Called by: Sp_BBBB Thanks Björn |
![]() |
| Thread Tools | |
| Display Modes | |
| |