One way Procedure calls in Oracle DB Adapter
Summary:
Invoke Long running DB procedures is Oracle Database
Content (required):
We are Invoking Oracle Database procedure from OIC which on has only input parameters. This is a wrapper procedure which internally calls a long running procedure in oracle database.
The procedure invoked by OIC keeps waiting for the completion of the child procedure.
As per the procedure configuration screen in OIC it is mentioned to use a Fire and Forget wrapper procedure.
How can we make the procedure Fire and Forget in OIC.
Version (include the version you are using, if applicable):
21.4.1
Code Snippet (add any code snippets that support your topic, if applicable):
Tagged:
0