1.

When a job is picked for processing, select the correct order in which job executes.1. Starts a database session as the owner of the job, starts a transaction, and then starts executing the job.2. Gathers all the metadata needed to run the job. As an example, arguments of the program and privilege information.3. Once the job is complete, the slave commits and ends the transaction.4. Closes the session

A. 1, 2, 3, 4
B. 2, 1, 3, 4
C. 2, 3, 1, 4
D. 1, 3, 2, 4
Answer» C. 2, 3, 1, 4


Discussion

No Comment Found

Related MCQs