I am have a server which has oracle 10g installed. I have created dump of all the databases. I want to import those dumps into newly installed machine on which 10g is also installed. When I try to import dump it is giving error like below :
ORA-31626: job does not exist
ORA-31633: unable to create master table "SYSTEM.SYS_IMPORT_SCHEMA_06"
ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
ORA-06512: at "SYS.KUPV$FT", line 863
ORA-01658: unable to create INITIAL extent for segment in tablespace SYSTEM
Here is the command I am using
impdp SYSTEM/system SCHEMAS=test DUMPFILE=TEST.DMP TABLE_EXISTS_ACTION=replace LOGFILE=test.log