3.3.1 Scheduler Jobs
Oracle SQL Developer for VS Code provides a Jobs node for creating, viewing, and managing Scheduler jobs. The Jobs Management Dashboard enables you to monitor job status, review run information, and perform common job management operations.
3.3.1.1 Jobs Management Dashboard
The Jobs Management Dashboard provides a centralized interface for viewing and managing Oracle Scheduler jobs in the current schema. It enables you to inspect job details and status information, search and filter jobs, and perform common job management operations such as creating, running, editing, enabling, disabling, and dropping Scheduler jobs.
- Open SQL Developer for VS Code.
- In the Connections panel, expand your database connection tree.
- Expand DBA, and then expand Scheduler.
- Right-click Jobs and select Jobs Management Dashboard.
Note:
The DBA node is displayed only for connections configured with DBA (Database Administrator) option. For more information, see Creating a Connection.The Jobs Management Dashboard opens and displays a grid of Scheduler jobs for the current schema. The grid includes job details such as job name, owner, state, job type, run count, failure count, and last start date.
Run and Manage Jobs
- Create Job: Opens the Job Editor with a blank job definition form.
- Run: Runs the selected Scheduler job.
- Edit: Opens the selected job in the Job Editor. Read-only fields remain non-editable.
- Drop: Deletes the selected job after confirmation.
- Enable: Enables a disabled job.
- Disable: Disables an enabled job.

