Hi,
I have a button in my page.And it calls stored procedure which does some calculation. But It takes 30 minutes to finish the job.
In this case user gets timeout errors.I don't want to keep the user waiting. User can check the result 30 min later. Should I use dbms_job for this procedure ?
Do you have any suggestions?
Thanks