Expdp fails with ORA-31693 ORA-02354 ORA-01466 using flashback_time
Hi!
Im trying to take a consistent export of five schemas.
Version: 10.2.0.4
But I get errors for two tables.
ORA-31693: Table data object "user"."table1" failed to load/unload and is being skipped due to error:
ORA-02354: error in exporting/importing data
ORA-01466: unable to read data - table definition has changed
I use FLASHBACK_TIME="TO_TIMESTAMP(TO_CHAR(SYSDATE,'YYYY-MM-DD HH24:MI:SS'),'YYYY-MM-DD HH24:MI:SS')"
Is there any way around this?
This is a production db.
Regards
U
Im trying to take a consistent export of five schemas.
Version: 10.2.0.4
But I get errors for two tables.
ORA-31693: Table data object "user"."table1" failed to load/unload and is being skipped due to error:
ORA-02354: error in exporting/importing data
ORA-01466: unable to read data - table definition has changed
I use FLASHBACK_TIME="TO_TIMESTAMP(TO_CHAR(SYSDATE,'YYYY-MM-DD HH24:MI:SS'),'YYYY-MM-DD HH24:MI:SS')"
Is there any way around this?
This is a production db.
Regards
U
0