Droping job in all_scheduler_jobs table
Hi,
I am not able to drop the jobs by executing the below block in oracle 11g in windows platform:
begin
dbms_scheduler.drop_job ('IQT_1224796');
end;
Its showing the following error though the job is present.
ORA-27475:"SYS.IQT_1224796" must be a job
ORA-06512:at "SYS.DBMS_ISCHED",
ORA-06512:at "SYS.DBMS_SCHEDULER"
Plz let me know the reason.
Thanks in advance,
Snehotosh.