Datapump problem with scheduler jobs
Hello,
I am having a problem with datapump export and import jobs. Or maybe it is with the dbms scheduler environment. This is the environment.
Windows 2012 server with Oracle 12c Enterprise Edition, no containter and no RAC
The background is that my developers have created pl/sql procs to add jobs to the dbms_scheduler system. They are of the job type plsql_block and the jobs work as expected in each Oracle database.
The problem is that when I expdp the schema (with schema=XX) and then impdp into a different database, the destination database starts sending out errors (and self coded email messages) until the jobs can be dropped from the destination database and recreated with our custom code.