Oracle Forms 12c - Monitoring DataPump
Forms 12c question, Oracle 19c database in use.
Sorry - The "Select a Category" pick-list doesn't seem to be working.
Question: Does anyone have an example block of code that demonstrates how to add a real-time, visual, updating DataPump progress indicator to the Oracle Forms 12c form that launched DataPump?
Details:
Oracle Forms 12C... We launch DataPump jobs using the DBMS_DATAPUMP API inside our Oracle Forms 12c application. (DBMS_DATAPUMP.OPEN, etc)
We wish to display a status indicator of some sort on the form that launches DataPump. It needs to update regularly and indicate the current % complete (or % remaining) for a specific DataPump job that was launched by this form.