Oracle 1z0-900 Question Answer
Given a JSL document describing a batch job:
How do you initiate a batch job?
Get the JobExecution object from BatchRuntime and call its start() method.
Get the JobExecution object from BatchRuntime and set its status to JobStatus.INITIATED.
Get the JobOperator object from BatchRuntime and call its start() method.
Call BatchRunTime.initialize(“ProductLoadJob”);
TESTED 13 Jul 2025
Copyright © 2014-2025 ACE4Sure. All Rights Reserved