System Properties for Job Sets
System Properties are the additional settings that determine how a job set runs. For example, you can use a system property to determine the number of retries for a job set that fails to execute.
You can open the Manage Job Sets tab using the Manage Enterprise Scheduler Job Definitions and Job Sets page. In the Setup and Maintenance work area, use the following:
-
Functional Area: Application Extensions or a product-specific functional area
-
Task: Manage Enterprise Scheduler Job Definitions and Job Sets
System Properties
This table lists some system properties with description.
System Property Name |
Description |
---|---|
|
Specifies if the same job definition can have multiple pending requests. |
|
Specifies the logical name of the Scheduling Services folder application used for request processing. Oracle Enterprise Scheduler automatically sets this property during request submission. |
|
Specifies the logical name of the Scheduling Services
folder application that is the effective application used to process
the request. You can associate a job definition, job type, or a job
set step with a different application by defining the |
|
Specifies the request processing priority. The priority interval is 0 to 9, where 0 is the lowest priority and 9 is the highest. If this property is not specified, the default value used is 4. |
|
Specifies the product used for submitting the request. |
|
Enables the job request to time out. |
|
Specifies the expiration time for a request. This represents the time (in minutes) that a request will expire after its scheduled execution time. An expiration value of zero (0) means that the request never expires. If this property is not specified, the default value used is 0. Request expiration only applies to requests that are waiting to run. If a request waits longer than the specified expiration period, it does not run. After a request starts running, the request expiration no longer applies. |
|
Specifies the retry limit for a failed request. If request execution fails, the request is retried up to the number of times specified by this property until the request succeeds. If the retry limit is zero (0), a failed request is not retried. If this property is not specified, the default value used is 0. |