EMD_MAINTENANCE.EXECUTE_EM_DBMS_JOB_PROCS scheduled using DBMS_SCHEDULER
Hello,
Is it possible to reschedule EMD_MAINTENANCE.EXECUTE_EM_DBMS_JOB_PROCS using DBMS_SCHEDULER instead of DBMS_JOB in an 11g database? I am surprised that Oracle would use DBMS_JOB for this since their recommendation is to use DBMS_SCHEDULER, and DBMS_JOB is being phased out.
Our security requirements follow the DISA STIG guidelines and having any jobs scheduled using DBMS_JOB is a finding.
Thanks for your help.
Susan
0