Jul 18, 2004 #1 lhugh MIS Joined May 21, 2000 Messages 115 Location CA and how do I shut down the job that I do not want to run? Thank you all
Jul 18, 2004 #2 kishleo Programmer Joined May 1, 2002 Messages 77 Location US select * from dba_jobs_running if you do not want to run any job just remove job or schedule it with different interval Kishore MCDBA Upvote 0 Downvote
select * from dba_jobs_running if you do not want to run any job just remove job or schedule it with different interval Kishore MCDBA
Jul 18, 2004 Thread starter #3 lhugh MIS Joined May 21, 2000 Messages 115 Location CA thank you. Upvote 0 Downvote