Oracle 12c migration to 19c and jobs
Hi,
When you update from 12c to 19c jobs are converted to scheduler jobs. So if you have a job 712 in 19c a dbms_job$_712 is created. So far so good. No problems with that.
But when I look at the 'last date' of the job and the 'last start date' of the sched. job it looks like the action defined in the job/sched.job is being executed twice. I can't imagine this is the case.
Any clarification/pointer to documentation about this?
And another question: what is best practice: drop the job (so only the sched.job is being executed)?