LewisC's An Expert's Guide To Oracle Technology
Oracle does not guarantee that multiple triggers on a table will fire in any particular order. Well, they do guarantee some things. For example a BEFORE trigger will fire before an AFTER trigger and ROW triggers fire before STATEMENT triggers.
But for two triggers of the same type (say 2 BEFORE ROW triggers), Oracle does not guarantee which wi
Loading ...

