Show TOC

scheduler_startLocate this document in the navigation structure

Use

Use this command to start the scheduler. Only when the scheduler is active, scheduled DBM commands are executed.

The scheduler runs until you stop it with the scheduler_stop command.

Note

Transferring the database to the OFFLINE operational state does not stop the scheduler.

Prerequisites

You have the server permissdion SchedulerMgm.

Structure

scheduler_start

Result

OK

Example

Call Database Manager CLI, log on as the operator OLEG with the password MONDAY, connect to the database DEMODB, and start the scheduler for this database:

> dbmcli -u OLEG,MONDAY -d DEMODB scheduler_start

OK

More Information

Database Administration, Automating Administration Tasks