The RUN procedure forces the job to run even if its state is broken.
RUN
RUN(<job> BINARY_INTEGER)
job
Identifier of the job to run.
Force a job to run.
BEGIN DBMS_JOB.RUN(104); END;
REMOVE
DBMS_JOB
SUBMIT