asynchronous pl/sql procedure call
53844Jun 15 2004 — edited Jun 15 2004Hi,
Is it possible to make asynchronous procedure call in PL/SQL?
Motivation: I have file upload through PL/SQL Gateway and time consuming processing of the file afterwards. The browser hangs. I prefer to return feedback immediately that the process has started and refresh the page every 5 seconds to track the progress of the processing.
Any suggestions to resolve the issue are welcome.
Thanks