Can trigger processing be separated from insert?
441298Jul 30 2009 — edited Jul 30 2009When inserting a record via jdbc, will making the insert trigger for the table 'AFTER INSERT' return control back to external app before the trigger is processed? I have a trigger that's sending mail and am trying find some way to decouple the insert from the smtp send.