Skip to content

DROP JOB

DROP JOB#

Syntax#

drop_job ::=#

drop_job

Prerequisites#

Only the SYS user can use this statement.

Description#

This drops the JOB from the database.

job_name#

This specifies the name of the JOB to be dropped.

Examples#

<Query> Drop the JOB job1.

iSQL> DROP JOB job1;
Drop success.