You use this DBM command to activate a scheduler job.
The current operational states of the scheduler and the database instance are irrelevant for activating a job.
The activated job, however, is only actually executed if the scheduler is activated and if you are authorized to execute the DBM command defined in the job.
See also:
· The scheduler job to be activated has been created (see: Creating a Scheduler Job).
· You have the server authorization SchedulerMgm or Scheduling.
scheduler_activate_job <job_ID>
<job_ID> |
Job ID of the scheduler job to be activated |
OK
Logging on to the Database Manager CLI as operator DBM with password DBM, connecting to the database instance HOTELDB, activating the scheduler job with the job ID 1
dbmcli -u DBM,DBM -d HOTELDB scheduler_activate_job 1
OK