Hi Team,
Oracle APEX 5.0.4
Database 12c
There is a requirement where i have to create a button. On click of button, there is a process (which takes about 5-7 minutes to complete). This process generates a PDF and returns status (TRUE or FALSE).
Basic idea is to run this process (on click of button) in background, and once process is completed, show a browser notification to user about its successful completion.
Is this requirement doable without having much traffic on network to check its progress again and again?
Please if anyone can guide me for approach in this, it would be great. (I have already tried to create dynamic create_job method, but unable to fetch the completion process because of excessive network hits).
Regards,
Sunil Bhatia