...Jobs Converted to DBMS_SCHEDULER Jobs in Oracle Database 19c
During upgrades to 19c, any jobs defined usingDBMS_JOBget converted toDBMS_SCHEDULERjobs. SeeMike Dietrich's postabout this. TheSCHEDULER$_DBMSJOB_MAPdictionary table provides the mapping between the oldDBA_JOBSjob and theDBA_SCHEDULERjob. ...