Oracle7 Server Distributed Systems Volume II: Replicated Data

Contents Index Home Previous Next

DBMS_JOB.REMOVE

Purpose

To remove a job from the job queue. For additional information, refer to [*].

Syntax

The syntax for the procedure DBMS_JOB.REMOVE is shown below. Table 12 - 34 describes the procedure's parameter.

DBMS_JOB.REMOVE(job IN BINARY_INTEGER)

Parameter Description
job The identifier that was assigned to the job when you created it.
Table 12 - 34. Parameter for DBMS_JOB.REMOVE


Contents Index Home Previous Next