Datapump import errors
Hello all,
I am doing a Datapump export using the following parameters -
$ORACLE_HOME/bin/expdp AAAAAA/BBBB@CCCCCC SCHEMAS=DDDDDD DIRECTORY=DATA_PUMP_DIR_DDDDDD dumpfile=DDDDDD-$DATE.dmp logfile=DDDDDD-$DATE.log flashback_time=systimestamp.
The export job completes successfully.
Using the dump file created in the abovementioned job, I now run a Datapump import job - on the same system/DB/schema using the following parameters -
$ORACLE_HOME/bin/impdp \"/ as sysdba\" DIRECTORY=DATA_PUMP_DIR_DDDDDD dumpfile=DDDDDD-$DATE.dmp SCHEMAS=DDDDDD logfile=impdp_DDDDDD.log TABLE_EXISTS_ACTION=REPLACE
The import job "completes" however, with errors -