DBAsupport.com Forums - Powered by vBulletin
Results 1 to 5 of 5

Thread: can't delete dbms_jobs

  1. #1
    Join Date
    Jan 2007
    Posts
    231

    can't delete dbms_jobs

    I have a dbms_job number 38. when i try to delete that using
    dbms_job.remove(job => 38)
    it shows as
    ORA-23421: job number 38 is not a job in the job queue
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 86
    ORA-06512: at "SYS.DBMS_IJOB", line 529
    ORA-06512: at "SYS.DBMS_JOB", line 171
    ORA-06512: at line 2

    but this job runs daily at 5pm.

    Thanks in advance.

  2. #2
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    38 wont be in YOUR job list

  3. #3
    Join Date
    Jan 2007
    Posts
    231
    So what should i do if i want delete that job which is not in job list.

  4. #4
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    log on as the user who owns the job

  5. #5
    Join Date
    Jan 2007
    Posts
    231
    thanks dave.
    I tried with sys user before, now it works.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width