DBMS_Scheduler job removal
I am trying to remove the job from RAC database 10.2.0.4 but getting below error:
It is not in sys user but under an application user.
SQL> BEGIN
DBMS_SCHEDULER.DROP_JOB (
job_name => 'RUN_HDER');
END;
/ 2 3 4 5
BEGIN
*
ERROR at line 1:
ORA-27475: "SYS.RUN_HDER" must be a job
ORA-06512: at "SYS.DBMS_ISCHED", line 178
ORA-06512: at "SYS.DBMS_SCHEDULER", line 544
ORA-06512: at line 2
Regards