Does DBMS_SCHEDULER run the CONC (Concurrent program) or does the CONC run jobs via DBMS_SCHEDULER?
With regards to batch or background jobs, does DBMS_SCHEDULER run the CONC (Concurrent program) or does the CONC run jobs via DBMS_SCHEDULER? Or could either occur?
I'm trying to understand the batch processing model. Thanks.
0