EMS logo

Products Navigation

SQL Manager for Oracle

Our Partnership Status

MySQL Gold Certified Partner
Microsoft Certified Partner
Oracle Certified Partner
Embarcadero Technology Partner

EMS SQL Manager for Oracle

On-line Documentation

Scheduler Programs


Scheduler program is a database object that indicates the action to be performed by scheduler.

 

 

Creating Scheduler Programs

 

To create a new scheduler program:

Hint: To create a new scheduler program, you can also right-click the Scheduler Program node or any object within this node in the DB Explorer tree and select the Scheduler Program item from the context menu.

 

To create a new scheduler program with the same properties as one of existing scheduler program has:

Alternatively, you can right-click a scheduler program in the DB Explorer tree and select the Duplicate Scheduler Program <scheduler_program_name>... context menu item.

 

Duplicate Object Wizard allows you to select the database to create a new scheduler program in, and to edit the result SQL statement for creating the scheduler program.

 

 

Editing Scheduler Programs

 

To edit an existing scheduler program:

  • select the scheduler program for editing in the DB Explorer tree (type the first letters of the scheduler program name for quick search);
  • right-click the object and select the Edit Scheduler Program<scheduler_program_name> context menu item, or simply double-click the scheduler program;
  • edit scheduler program properties using the appropriate tabs of Scheduler Program Editor.

 

Dropping Scheduler Programs

 

To drop a scheduler program:

  • select the scheduler program to drop in the DB Explorer tree;
  • right-click the object and select the Drop Scheduler Program <scheduler_program_name>... context menu item;
  • confirm dropping in the dialog window.

 

Note: If more convenient, you can also use the following shortcuts:

Ctrl+N to create a new scheduler program;

Ctrl+O to edit the selected scheduler program;

Shift+Del to drop the object from the database.