Saturday, January 19, 2008

Oracle 10g: DBMS_SCHEDULER.DROP_JOB

/*
How to drop a scheduler job? Check this one out
*/

BEGIN
DBMS_SCHEDULER.DROP_JOB (job_name => 'test_job');
END;
/

1 comment:

AN - Aleeza's Mama said...

Hello,
I'm working with Oracle Scheduler's interfacing with J2EE application.
Do you have any information about how to Manually rollback the job, chains, rules, actions etc. incase of any exception, in the middle of our block; where few of the oracle APIs are called and few were left. I see oracle immediately committing after each API call.
Any pointer will be appreciative.

Regards,
Ayesha Nosher