Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to not export jobs from Oracle

User_RFKSXOct 5 2021

Hi,
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

Comments
Post Details
Added on Oct 5 2021
1 comment
263 views