Trouble removing disabled jobs from oracle scheduler.
700837Jan 26 2010 — edited Feb 1 2010Hi,
When I run the query :-
select job_name,job_subname,program_name,enabled,auto_drop,state
from all_SCHEDULER_JOBS
where enabled = 'FALSE'
and state = 'RUNNING'
I get the following results :-
job_name job_subname program_name enabled auto_drop state
DAILY_LOAD STEP30 EQUIP_STATUS_EXECUTE_SCRIPT FALSE TRUE RUNNING
WEEKLY_CHAIN_IMMEDIATE_JOB STEP30_1 MONITOR_EXECUTE_SCRIPT FALSE TRUE RUNNING
There are no entries on the 'ALL_SCHEDULER_RUNNING_CHAINS' table for these jobs.
How can I remove these jobs that are not disabled but have a state of 'running'.