Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Passing an argument to a trigger?
This is my first trigger.
I need the trigger to fire every time there is an INSERT in a table. That part works well, but I need to have access to the record that got inserted.
It seems that the only way to achieve this is by using FOR EACH ROW and :new
Is there any way to get the argument that I need _without_ using the "FOR EACH ROW" method?
TIA, -Ramon Received on Sun Nov 14 2004 - 15:27:21 CST
![]() |
![]() |