Dan Cramer

The occasional thought on the stuff I think about

Tag archive for ‘dbms_job’

Removing an Oracle Job

I’m just getting started in the world of Oracle Jobs, but here’s a nice little tip I had to look up today. You can stop a job by calling the REMOVE(job_id) function of the DBMS_JOB package. Notice there is no ‘S’ after DBMS_JOB, a minor mistake that I already made today.
So if I have a [...]


Tagged as , , + Categorized as SQL