Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Can trigger processing be separated from insert?

441298Jul 30 2009 — edited Jul 30 2009
When 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.

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 27 2009
Added on Jul 30 2009
4 comments
494 views