You use this DBM command to deactivate a scheduler job. The job then remains in the list of scheduler jobs but is no longer executed. Scheduler jobs that were defined as successors of a deactivated job are also no longer executed.
The current operational states of the scheduler and the database instance are irrelevant for deactivating a job.
You have the server authorization SchedulerMgm or Scheduling.
scheduler_deactivate_job <job_ID>
<job_ID> |
Job ID of the scheduler job to be deactivated |
OK
Logging on to the Database Manager CLI as operator DBM with password DBM, connecting to the database instance HOTELDB, deactivating the scheduler job with the job ID 1
dbmcli -u DBM,DBM -d HOTELDB scheduler_deactivate_job 1
OK