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 dbms_job, oracle, vsession_longops+ Categorized as SQL