Home > SQL Developer Dialog Boxes ... > Create/Edit Chain
This dialog box or pane is used for creating or editing an 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.
Enabled: Enables the chain. (Causes the DBMS_SCHEDULER.ENABLE procedure to be called after the chain is created.)
Description: Optional text string that can be used to describe the chain.
Related Topics