on the database 10g we have both jobs created with the deprecated DBMS_JOB (select * from all_jobs;) and created with the new DBMS_SCHEDULER (select * from all_scheduler_jobs;). Is there a way to distinguish between the two kinds of jobs when exporting the whole database from production to test instances? Or anyway a way to not export only some particular jobs?
Thanks!
Mark