Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Asynchronus PL/SQL - Webservices Call
To answer your question on submitting an Oracle Job within a trigger:
The job won't run until you commit. If you rollback then the job
submission is rolled back also. This is very useful. I have seen it
used for sending email from within a trigger. The email will only get
sent if the transaction commits.
Jim
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Subbiah, Nagarajan
Sent: Thursday, September 29, 2005 9:29 AM
To: 'oracle-l_at_freelists.org'
Subject: Asynchronus PL/SQL - Webservices Call
Hi,
We have a requirement to call a PL/SQL procedure in asynchronous mode with in the transaction. The Procedure1 is a trigger of a table which calls a web service with in the procedure Procedure2 using 'utl_http'.
What are the options to call the Procedure2 as not part of the transaction OR is there any way to call the 'utl_http' call asynchronously?
There are few options we consider:
If there any simple way to achieve this.
Thanks in Advance.
Raja.
-- http://www.freelists.org/webpage/oracle-lReceived on Thu Sep 29 2005 - 11:56:29 CDT
![]() |
![]() |