during my learning time in Oracle Apex now i need to send jobs to the dbms_scheduler in order to process some data. Looking on google i found this article https://apex.oracle.com/pls/apex/germancommunities/apexcommunity/tipp/2201/index-en.html
I've tried to implement the pkg_session_longops to use the view v$session_longops but after some trial and errors it seems that it doesn't show the corrent percentage of the job status. Looking at the view directly it seems that it create a new row in the v$session_longops for every update and the query return always the same row becouse they seems to be out of order. It's normal for the view to generate a new row for every update or should update the existing row? For me it seems not, otherwise i can't uderstand how i can order the rows to get the latest status update.