Datapump export question
Hello all,
another question for the experts.
I am running a Datapump job with the following parameters -
$ORACLE_HOME/bin/expdp SYSTEM/SwSys12Wxdb@ZMONOMS1 DIRECTORY=DATA_PUMP_DIR dumpfile=ZMONOMS1-$DATE.dmp logfile=ZMONOMS1-$DATE.log FULL=YES CONTENT=ALL;
The export dump file is created, however, I am consistently receiving the following errors in all export jobs -
ORA-31693 - Table data object failed to load/unload error
ORA-02354 - Error in exporting/importing data
ORA-02149 - Specified partition does not exist
This abovementioned block of messages happens six times in all export dumps.
Has anyone experienced this situation before?