disable scheduler job does halt/stop the current job execution in ora10g???
scheduler job is executing unexpected way and it is scheduler run very frequently.. what i want to do is to stop next scheduler job run without stopping current job execution..
will dbms_scheduler.disable disables the scheduler job next exeuciton without terminating current job execution?
Please help... thanks advance.