With this command you can display whether the scheduler function is on or off.
You have the server permission SchedulerMgm or Scheduling.
scheduler_state
OK
<state>
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. |
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
Database Administration, Automating Administration Tasks