nerdexam
Oracle

1Z0-067 · Question #112

Which three statements are true about a job chain?

The correct answer is A. It can contain a nested chain of jobs. B. It can be used to implement dependency-based scheduling. E. It can be executed using event-based or time-based schedules. 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

New Features for Manageability

Question

Which three statements are true about a job chain?

Options

  • AIt can contain a nested chain of jobs.
  • BIt can be used to implement dependency-based scheduling.
  • CIt cannot invoke the same program or nested chain in multiple steps in the chain.
  • DIt cannot have more than one dependency.
  • EIt can be executed using event-based or time-based schedules.

How the community answered

(52 responses)
  • A
    83% (43)
  • C
    6% (3)
  • D
    12% (6)

Explanation

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

Topics

#job chain#Oracle Scheduler#dependency scheduling#nested chains

Community Discussion

No community discussion yet for this question.

Full 1Z0-067 Practice