TRIGGER-Name of the current table
From: Taras <taras.kolakovic_at_gmail.com>
Date: 5 Oct 2006 01:47:52 -0700
Message-ID: <1160038072.531725.321390_at_c28g2000cwb.googlegroups.com>
Hello,
Date: 5 Oct 2006 01:47:52 -0700
Message-ID: <1160038072.531725.321390_at_c28g2000cwb.googlegroups.com>
Hello,
[Quoted] I'm fairly new at PL-SQL, so forgive mi if this question sounds stupid...
I'm trying to write a trigger on a certain table. Is it possible to retrieve the name of that table within the code of it's trigger?
My goal is to write a code for universal trigger (it would do the same thing on all tables). That trigger would call a procedure and pass the name of it's parent table as a parameter.
Regards,
Taras
Received on Thu Oct 05 2006 - 10:47:52 CEST