Previous Topic: Offpeak_Run_Starttime_HourNext Topic: No_Older_Than_Date


Offpeak_Run_Timeout_Mins

Use this parameter to specify the window duration (in minutes) for an off-peak processing job. By default, jobs run hourly.

Syntax

<window> specifies the window duration (in minutes) for the job. For example, set this to 240 to specify a four hour window.

SQL Server
@Offpeak_Run_Timeout_Mins=<window>
Oracle
Offpeak_Run_Timeout_Mins=<window>
Examples

These examples specify a three hour duration for an off-peak processing job:

@Offpeak_Run_Timeout_Mins=180
Offpeak_Run_Timeout_Mins=180