There are several batch jobs that are part of the CMA process, especially the import step. And in some cases, a single batch jobs may process multiple states in the same business object lifecycle. Implementations must decide the best way to manage the batch job submission depending on how they plan to work.
Batch scheduler. If an implementation wishes to put these batch jobs in the batch scheduler, a given job may need to be included several times to manage progressing the records to completion.
Timed Batches. The batch controls can be configured as timed batches so that they run every N minutes based on the setting. This allows for the batch jobs to run periodically and process whatever is ready. A user doesn’t have to manually submit a batch request. Navigate to Timed. Fill in the additional information that appears for timed batches.
and select the appropriate batch controls. For each one, change the Batch Control Type toManual submission. The user managing the CMA import process submits the appropriate batch jobs on demand when a particular step is ready. Navigate using
, select the appropriate batch control and fill in the parameters as needed.Note that for the CMA batch processes, especially the “apply” batch processes, the setting of the Thread Pool Name parameter is important. This parameter specifies the thread pool that will be executed by the batch. Since the CMA apply processes update administrative data that is usually read from a cache during batch processing, the thread pool named here must be one with the L2 cache disabled. In addition, after successfully applying the migrated data, the L2 cache of all thread pools must be refreshed. For more information, see Caching Considerations.
Refer to the parameter descriptions in the batch control metadata for more information about filling in the parameters.
For additional details on submission controls, refer to the topic Batch Job Submission - Main in the Batch Jobs section.
Copyright © 2007, 2016, Oracle and/or its affiliates. All rights reserved. Documentation build: 2.5.2016 10:21:45 [T1_1454696505000]