"Immediate" PL/SQL Concurrent Program
I am looking for some advice/guidance if possible.
I am on 12.1.3, 11.2.0.3 database on RH Linux, just to get that out of the way...
I have a design issue with a custom concurrent program of mine. This program is currently invoked by an Oracle Apex form, the Apex form has multiple rows of data on it, and the program will be submitted once for every row selected in the form.
From a design perspective this made it easy to implement as I just need to loop through a process that submits once for every row. It is important that the requests run in the order they are submitted.