Background documentationscheduler_state Locate this document in the navigation structure

 

With this command you can display whether the scheduler function is on or off.

Prerequisites

You have the server permission SchedulerMgm or Scheduling.

Structure

scheduler_state

Result

OK

<state>

Values for the Reply Fields

Value

Description

<state>

State of the scheduler function, possible values are: ON | OFF

ON: The scheduler is running and active scheduler jobs are executed.

OFF: The scheduler is inactive and does not execute scheduled jobs.

Example

Call Database Manager CLI, log on as the operator OLEG with the password MONDAY, connect to the database DEMODB, and display the state of scheduler function:

>dbmcli -u OLEG,MONDAY -d DEMODB scheduler_state

OK

ON

More Information

Database Administration, Automating Administration Tasks