IMPDP-Problem with Oracle 11g XE
j.siebenDec 27 2011 — edited Dec 27 2011Hi,
I'm trying to import a dump file from an Oracle 11g R2 Database into Oracle 11g XE. I set up the directory and everything starts fine. But after a few second, impdp stops with the following error:
C:\Users\Administrator>impdp system directory=IMP_DIR dumpfile=exp_full.dmp
Import: Release 11.2.0.2.0 - Production on Di Dez 27 11:27:33 2011
Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
Password:
Connected to: Oracle Database 11g Express Edition Release 11.2.0.2.0 - Production
UDI-31626: operation generated ORACLE error 31626
ORA-31626: job does not exist
ORA-39086: cannot retrieve job information
ORA-06512: at "SYS.DBMS_DATAPUMP", line 3326
ORA-06512: at "SYS.DBMS_DATAPUMP", line 4551
ORA-06512: at line 1
Has anybody seen this before or anybody able to help me out? I tried connecting as SYS, SYSTEM and also tried full imports or only certain schema imports, all with no luck.
Best regards,
Jürgen