The RUN procedure forces the job to run even if its state is broken.→ WrapCopyRUN(<job> BINARY_INTEGER)Parameterjob Identifier of the job to run.ExamplesForce a job to run.→ WrapCopyBEGIN DBMS_JOB.RUN(104); END;