scheduer jobs and "old style" jobs

andrea_m

Member
Hi All,

I am using PL SQL Developer 7 and PL SQL Developer 8.

I am using both traditional jobs and scheduler jobs.

I noticed that PL SQL Developers 7 only manages traditional jobs (querying the view all_jobs ), and PL SQL Developers 8 only manages scheduler jobs .

Can I use PL SQL Developer 8 to manage both kind of jobs?
How?

thanks,

andrea
 
Yes. In PL/SQL Developer 8.0, jobs created with the DBMS_JOB package are located in the "DBMS_Jobs" folder. Jobs created with the DBMS_SCHEDULER package are located in the "Jobs" folder. If either folder is not present, go to Tools > Object Browser Folders, select the missing folder, and enable the "Visible" property.
 
Back
Top