In this demo we will dive into the new page processing enhancements in Oracle APEX 23.1. We will review the new process type called Execution Strings. We will see how to show the status of background executions using the new APEX view APEX_APPL_PAGE_BG_PROC_STATUS and we will learn about the new API APEX_BACKGROUND_PROCESS with its two procedures concerning progress and status. Finally we will learn how we can have more control of the processes that are running in the background from the active sessions view in APEX.
I would like to expressly thank Louis Moreaux for his article "Oracle APEX 23.1 - Page Processes Enhancements" as I have been guided by his examples to be able to perform this demonstration!
Read his article at the following link:
https://lmoreaux.hashnode.dev/oracle-apex-231-page-processes-enhancements
(The codes used in this video are in your article)
