4.3.2 Starting Jobs

The Oracle administrator starts jobs by running the start_mantas.sh script.

To start a new job, follow these steps:

  1. Create the new job and job description through the Oracle Financial Services Job Editor. The application automatically assigns a unique ID to the job when it is created.
  2. Associate the new job to a Job Template Group using the KDD_JOB_TEMPLATE table (See section Understanding the Oracle Financial Services Job Protocol for more information).
  3. Execute the start_mantas.sh script as follows: start_mantas.sh <template ID>

The following events occur automatically:

  1. The job goes into the job queue.
  2. The dispatcher starts the job in turn, invoking the mantas process and passing the job ID and the thread count to the mantas process.
  3. The mantas process creates the run entries in the metadata tables. Each job consists of one or more runs.
  4. The mantas process handles the job runs.

After a job runs successfully, you can no longer copy, edit, or delete the job. The start_mantas.sh script waits for all jobs in the template group to complete.