Skip to Main Content

APEX

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!

Calling a Background job

Sgodavar-OracleJan 13 2020 — edited Jan 14 2020

I'm using APEX 19.1. One of my IG page has very long running custom process (~2 min)  when the user submits a page. Assuming, the code is available in a pl/sql package/procedure, how can call it and run it as a  background job. Currently, the problem is user is submitting the page and moving away to another page is aborting the process. is it possible  to display a message while the process is running and disable the user to go other pages?. Any better way to handle this scenario is appreciated, thanks for your help.

This post has been answered by Billy Verreynne on Jan 14 2020
Jump to Answer
Comments
Post Details
Added on Jan 13 2020
4 comments
618 views