Oracle® Business Intelligence Scheduler Guide > Using Oracle BI Scheduler Job Scripts > Oracle BI Scheduler Script-Defined Constants >

JobFlagsEnum Constants


This topic is part of Oracle BI Scheduler Script-Defined Constants.

The JobFlagsEnum values are used with the scheduling methods of the Script object to control how a job behaves. Table 22 describes JobFlagsEnum values.

Table 22. JobFlagsEnum Constant Values
Value
Description

nqJobNoFlags

Job has no special behavior.

nqJobDeleteWhenDone

Job is deleted when there are no more scheduled run times.

nqJobDisabled

Job is disabled. This is useful for preventing a job from running at the scheduled time or times.

nqJobHasEndDate

Job has a valid end date.

nqJobExecuteWhenMissed

If for some reason Oracle Business Intelligence Scheduler is down when the job is supposed to start, this flag indicates that the job should run when Oracle BI Scheduler starts up again.

nqJobDeleteScriptWhenDone

When a job is removed and this flag is set, the script associated with the job is deleted. This is useful only in conjunction with the nqJobScriptContainsPath flag.

nqJobScriptContainsPath

This flag indicates that the script associated with the job contains a path to a file containing the actual script code.

nqJobStartNow

When this flag is set, the begin date and start time are ignored. Instead, these fields get set to the current time of Oracle Business Intelligence Scheduler.

Oracle® Business Intelligence Scheduler Guide Copyright © 2007, Oracle. All rights reserved.