I know you can write SQL queries to find out what's going on inside Oracle' Concurrent manager - it's pretty easy to find such scripts on Google.
The implication is that part or all of the Concurrent Manager subsystem is maintained in Oracle tables.
Question: Is is also possible to
submit jobs via
Java and/or SQL requests? That is, can a Java app perform the same operations as the CONCSUB utility?