How to Submit Batch Jobs

Most batch jobs are submitted via a batch scheduler. For cloud customers, refer to the Batch Scheduler for Cloud Implementations topi in the Oracle Utilities Cloud Service Foundation documentation for more information. For on premises customers, refer to your third party scheduler documentation for more information.

Batch jobs may be configured as Timed, which means they will automatically be run based on the timer frequency.

You can manually submit your adhoc background processes or submit a special run for one of your scheduled background processes using the online batch job submission portal.

The system provides a REST web service (using the inbound web service F1-SubmitJob) to create a batch job submission request from an external system. Note that no parameter defaulting occurs when submitting a record using a web service. All the desired parameter values must be provided.