Datapump import fails with error for a 11.2.0.3 database
Hi,
While trying to import, we are getting below error, can you suggest?
Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP,
Data Mining and Real Application Testing options
ORA-31626: job does not exist
ORA-31637: cannot create job SYS_IMPORT_SCHEMA_01 for user
ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
ORA-06512: at "SYS.KUPV$FT", line 1569
ORA-39062: error creating master process DM00
ORA-31613: Master process DM00 failed during startup.
the parfile used:
DIRECTORY=DP_DUMP_DIR
DUMPFILE=***.dmp
SCHEMAS=***
LOGFILE=***.log
parallel=4
cluster=N
Any help will be very much welcome.