Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Trigger tables
Hi,
I got stuck with a problem here. I am trying to create a generic trigger.Is there way to find out the tablename of the trigger.
Example :
Declare
...
..
Begin
--in trigger body.
trigger.tablename
end if;
*NOTE : wanted to find out the tablename of this trigger in trigger body.
Any help, is very much appreciated. Thank in Advance.
Regards,
JKean
![]() |
![]() |