Which three statements are true about a job chain?
A.
It can be executed using event-based or time-based schedules.
B.
It can contain a nested chain of jobs.
C.
It can be used to implement dependency-based scheduling.
D.
It cannot invoke the same program or nested chain in multiple steps in the chain.
E.
It cannot have more than one dependency.
Yes – A,B,C
ABC
Chains are the means by which you can implement dependency based scheduling, in which jobs are started depending on the outcomes of one or more previous jobs.
DBMS_SCHEDULER.DEFINE_CHAIN_STEP
DBMS_SCHEDULER.DEFINE_CHAIN_EVENT_STEP