Oracle7 Server Distributed Systems Volume II: Replicated Data
 
 
 
 
 
 
 
 
 
 
 
DBMS_JOB.NEXT_DATE
Purpose
To alter the date that a job will be next executed by Oracle. For additional information, refer to ![[*]](jump.gif) .
.
Syntax
The syntax for the procedure DBMS_JOB.NEXT_DATE is shown below. Table 12 - 33 describes the procedure's parameters.
DBMS_JOB.NEXT_DATE(	job		IN	BINARY_INTEGER,
			next_date	IN	DATE)
| Parameter | Description | 
| job | The identifier that was assigned to the job when you created it. | 
| next_date | The next date when the job will be run. | 
Table 12 - 33.  Parameters for DBMS_JOB.NEXT_DATE
 
 
 
 
 
 
 
 
