Is it possible to run multiple dbms_scheduler jobs in same database session asynchronously?
The objective here is - Say we have two jobs JOB_1 and JOB_2 and they are modifying the same table. The data updated by JOB_1 (but not committed yet) should be available in JOB_2.
Any help is appreciated.
Thanks.