Create Job
It describes how to create the Job object with the Gui Operation.
Job object can be created through the GUI operation as executing the following process.
Job Folder > Context Menu > Create Job

The users can configure the details of the job through each option, and they can check the SQL to which the settings are applied in the SQL area at the bottom.
What to Execute
Specifies the procedure or PL/SQL block to be executed.
The users can click the +
button to open the Search Object Modal, and search and add the procedure to be executed.
Next Date
Sets the date and time when the Job will be executed for the first time. The users can specify the detailed date and time when selecting the user Defined type.
Interval
Sets the execution cycle of the Job.
No Parse
Parse
Sets whether to parse the executed procedure in advance.If it is False, parse it in advance, and if it is True, parse it when the Job is executed.
Instance
Sets the instance number to execute the Job.

After completing the detailed settings for each option, click the [Create button] to create a Job object with the settings.
Last updated