Hi–I’ve been learning about the Scheduler and experimenting with creating jobs, schedules, etc. However, I can’t seem to get anything to show up in the Jobs tab in the Schema Browser. I’m using Toad 10.1.1.8 with Oracle 11g R2.
Thanks–
- Pete J.
Hi–I’ve been learning about the Scheduler and experimenting with creating jobs, schedules, etc. However, I can’t seem to get anything to show up in the Jobs tab in the Schema Browser. I’m using Toad 10.1.1.8 with Oracle 11g R2.
Thanks–
The Jobs tab refers to the old jobs created with dbms_job .
The newer scheduler jobs are in the “ Sched . Job” tab, but this
requires the DBA Module.
You need the DBA Module which offers all the new job scheduler tabs (e.g.
schedules, programs, etc). The old dbms_jobs support is not going to work with
the new scheduler. So you’d need to upgrade to the DBA module.
Ah, that explains it. Sure would like to see Scheduler included since DBMS_JOB
is being deprecated.
John Dorlon wrote:
The Jobs tab refers to the old jobs created with dbms_job .
The newer scheduler jobs are in the “ Sched . Job” tab, but this
requires the DBA Module.
Yep. I also would like to see the scheduler stuff. It made me sad when I
uncovered that all too.
Eva