PL/SQL (MOSC)

MOSC Banner

Fail in job's event condition

edited Dec 1, 2011 12:31AM in PL/SQL (MOSC) 4 commentsAnswered
 Hi everyone, this is my first message after a long time. From 2003.

I wrote a procedure that create dynamically jobs that start one after the other with the event condition that this job can start when the the previous job it's finished.
For example: I create JOB1. Then i create JOB2 with the event condition tab.user_data.event_type = 'JOB_SUCCEEDED' and tab.user_data.object_name = 'JOB1' .
And so on, for all the parameters.
This code woks, but sometimes the event concatenations stopped. The jobs are well declared, but it happened that a job do not start the next one.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center