Sybernet / Supplied Procedures Reference
Release 3.00
Oct 14, 2002
backwards forwards

HTTP.SP_HTML_CRON

sp_html_cron is called on a regular bases from UNIX, currently each minute. This procedure scans the CRON table looking for procedures that should be executed. This procedure uses a Better Late Than Never approach in this determination.

If any procedures are ready for execution, its next TIMESTAMP is calculated and updated, and the run statement for this procedure is built. If for some reason the execution of this procedure should fail or an error result was returned by Oracle, it will not be re-executed until its next scheduled date is reached. You can, however, override this default.

noteFor Internal Use Only.

Syntax

Procedure SP_HTML_CRON
(
    PLATFORM                      VARCHAR2
)   ;

Parameters

Parameter Description
platform
 
Each copy of Sybercron uses this parameter to identify the platform name they are running from.



Sybernet is a trademark of SRI International.
Copyright © 1996-2009 SRI International. All Rights Reserved.
Denis D. Workman / http://Sybernet.sri.com/