Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: firing sequence of triggers
No. Do NOT depend upon the order of the same type of trigger on a table.
Merge the darn things into 1 trigger which call pl\sql packages. Do it
right.
Jim
-- Replace part of the email address: kennedy-down_with_spammers_at_attbi.com with family. Remove the negative part, keep the minus sign. You can figure it out. "henrik" <henrik.ruenger_at_web.de> wrote in message news:9b6a0bde.0306110340.69cb3c4f_at_posting.google.com...Received on Wed Jun 11 2003 - 07:04:40 CDT
> hello to all the professionals ;-)
>
> I have read that two of the same triggers on a table fire in arbitrary
> order.
>
> But do you have a tip for me how execute the triggers in my specified
> order without merging into one trigger?
>
> Thank you very much
> Henrik
![]() |
![]() |