The Jobs Feature
The Jobs feature automates the tasks run by the Data Studio suite of tools. It can be scheduled to run at specific intervals or triggered by certain events.
Topics:
The different types of tasks the Jobs feature of the Data Studio tool run are:
- Data Load using the Data Load Tool
- Augment data with Table AI Assist Tool
- Run PL/SQL procedures
- Run REST Calls
Note
You need the CREATE JOB
privilege to create jobs in your own schema and CREATE ANY JOB
to create jobs in other schemas.
The following pages describes the Jobs feature:
- How to Access the Jobs Feature?
Navigate to the Oracle Autonomous Database Data Studio, launch the Jobs feature, and start running it. - Conceptual Diagram of the Jobs Feature
The following diagram displays the conceptual workflow diagram of the Jobs feature: - Create a Job
The Jobs feature automates the steps that were performed in the prerequisites section. - Manage and Monitor the Job
Once the job is scheduled and created, you can mange the job and monitor each step you run for the job via the Report feature. - DBMS_DATA_TOOLS_JOBS Package Reference
This chapter provides information about the packages you use with the Jobs feature in Data Studio. The Summary ofDBMS_DATA_TOOLS_JOBS
Subprograms topic also covers the procedures included in theDBMS_DATA_TOOLS_JOBS
package.
Parent topic: Analyze