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!

Handling long running processes in APEX

729518Oct 22 2009 — edited Apr 5 2012
Hello Experts,

I need your help!

I would like to call a long running PL-Proc from an Apex-App. So I build a page for the parameters with the wizzard - all fine.

Pressing the button starts the pl-proc - thats also fine.

Problem: While the PL-Proc is running, there is no activity signaled in the browser. There is no way to see, that something is running in the background.

After the pl-proc is finished, the branch to an other site took place - so the "after process" action is working as desired.

I tried "javascript:html_Submit_Progress(this);" - but this is not a solution because there is only a very short time to reload the page itself. The PL-Proc need much more time.


Is there a way to show the user, that background action is running?


Any Ideas?
Thanks for your help!

Kind regards,
Frank
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 3 2012
Added on Oct 22 2009
9 comments
9,970 views