Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Cancelling or removing the scheduled job

645300Apr 9 2010 — edited Apr 20 2010
HI,
I have job running ...i made use of the following SQL statements
  
  Select * from All_scheduler_jobs;

  select * from USER_SCHEDULER_JOBS;
  
  select * from user_scheduler_running_jobs;
And i see the job is running ...How do i cancel or remove the job ??


Thank you!!
This post has been answered by 591186 on Apr 9 2010
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 18 2010
Added on Apr 9 2010
8 comments
15,449 views