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:
- 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.
- Associate the new job to a Job Template Group using the
KDD_JOB_TEMPLATEtable (See section Understanding the Oracle Financial Services Job Protocol for more information). - Execute the
start_mantas.shscript as follows:start_mantas.sh <template ID>
The following events occur automatically:
- The job goes into the job queue.
- The dispatcher starts the job in turn, invoking the mantas process and passing the job ID and the thread count to the mantas process.
- The mantas process creates the run entries in the metadata tables. Each job consists of one or more runs.
- 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.