Create Chain

This dialog box or pane is used for creating a new Oracle Scheduler chain. For more information about job scheduling, see Scheduling Jobs Using SQL Developer.

(To create a chain, SQL Developer internally uses the DBMS_SCHEDULER.CREATE_CHAIN procedure.)

Name: Name of the chain.

Schema: Schema for the credential. If it is not specified, the schema is that for the connection you are using.

Description: Optional text string that can be used to describe the chain.

Enable: Enables the chain. (Causes the DBMS_SCHEDULER.ENABLE procedure to be called after the chain is created.)

Related Topics

Chains

Scheduling Jobs Using SQL Developer