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!

Need to execute the procedure and not wait for result

$a!Aug 11 2017 — edited Aug 22 2017

Hi All,

I have a plsql procedure which takes around 50 minutes to complete.

The input to the procedure is sent from the application.

The users are OK with procedure taking that much of time(the logic is complex ). But, the application cant wait for more than 5 min and if it crosses the limit thread hungs will come.

So, we are thinking of passing the input parameters to oracle and store it temporarily somewhere and exit from there. Then,  some automatic job or something that can run its own time in oracle.

Can you suggest any way other/ better way of doing this or Is using scheduler the only way?

Kindly help

This post has been answered by Solomon Yakobson on Aug 14 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 11 2017
Added on Aug 11 2017
29 comments
8,317 views