Oracle PLSQL Trigger Question
790605Oct 21 2010 — edited Oct 21 2010Hi Everybody,
I am facing an issue in trigger.
Basically my requirement is that i have a front end java application which do batch update(modify) from the front end screen on a table 'A' on a single column.
Is it possible to make the trigger fire only once after all the batch updates rather than multiple times.
Your help is really appreciated.
-Manohar