Follow clause in Oracle 11g Triggers
Hello,
Do we have a way to give Follow clause in a db row level trigger in 11g so that this trigger does the job after all the row level triggers have been fired.
The reason being , i would like to create a dynamic trigger on some tables and i would not know the names of the existing triggers and the order of execution
is not defined in them as well.
Thanks.