Exporting scheduled jobs via DBMS_DATAPUMP
Hi,
I am trying to export a schema and import into a new db. I am doing a schema import of 1 specific schema alone.
I am having issues exporting the scheduled jobs.
#1. Jobs that have completed successfully have the changed "state" to "DISABLED" instead of "COMPLETED"
#2. Jobs that are scheduled also change the state to "DISABLED".
#3. The job arguments in dba_scheduler_job_args are not being imported.
Can you please let me know what extra steps do I need to do while exporting for the above 3 to be successful ?