Click here to Skip to main content
15,886,778 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am working on WEB API having oracle as a back-end. I have one scenario in which I need to call one Store Procedure which is taking some time to execute. I need to to send response or some value to the UI from Service(Web API) without waiting my procedure to execute completely.

I have search through google also, but not able to get some good way. I know there is no implementation of Asynchronous call in OracleClient. Is there any alternative why so that this can be possible.

Thanks in Advance :)
Posted
Comments
Herman<T>.Instance 22-Jan-16 2:11am    
ain't it an asynchronous call TO Oracle? and not IN....
Jagbir Saini 22-Jan-16 4:37am    
yes, need to call oracle SP asynchronously
Herman<T>.Instance 22-Jan-16 8:15am    
async ... await

or

Begin and EndCalls

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900