Oracle7 Server Distributed Systems Volume II: Replicated Data
DBMS_JOB.RUN
Purpose
To force a job to be executed immediately, even if the job is marked as broken. You can run only jobs that you own. For additional information, refer to .
Syntax
The syntax for the procedure DBMS_JOB.RUN is shown below. Table 12 - 35 describes the procedure's parameter.
DBMS_JOB.RUN( job IN BINARY_INTEGER)
Parameter
Description
job
The identifier that was assigned to the job when you created it. When the job is run, Oracle recomputes the next execution date.