Database Administration (MOSC)

MOSC Banner

DBMS_SCHEDULER - should I define PROGRAMS?

edited Dec 19, 2012 3:40AM in Database Administration (MOSC) 11 commentsAnswered
Hello all,

We're in the process of moving from DBMS_JOB to DBMS_SCHEDULER. We have some 50 jobs, of which only some are jobs that run at multiple times either with the same arguments or different arguments. I'm wondering if I should create all jobs as scheduler jobs using a program (and argument) definition, or if I should create jobs that contain the pl/sql call directly.

I can't find much in the Oracle docs about the reasons/advantages of using the PROGRAM: I guess if you have a lot of jobs that run the same PL/SQL it has an advantage.

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