Thanks
set job_queue_processes to 0
Regards
Michel
Thanks Michel.
Thanks Michel.
That will stop all jobs. You could, depending on Oracle version, use
dbms_scheduler or dmbs_job to just diaable the job in question if the
other tasks need to run. Also do not forget to reset the
job_queue_processes back to what it was.
HTH -- Mark D Powell --
Mark,
Thanks. Didn't need to do that this time around though, since I was
restoring the production backups to a test server only to extract the
lost data and have since restored the test database back.
Pradeep