Setup dba_jobs to use a service in a RAC enviroment.
I am migrating the Jobs defined with dbms_jobs to dbms_scheduler. Some of our applications are not supported to use dbms_scheduler. My enviroment is an Oracle Rac 11.2.0.2 with two node.
I want to control in with instance the jobs are executed and get same statistics of the jobs execution, because of that I had defined a service for each group of jobs, for the jobs planned in the scheduler.
With the dms_jobs I can force the instance in with the job will be executed, but if the node go down the jobs is not executed and the statistics that I can get is about SYS$USERS who include more thing than the jobs.