I am getting an error ORA-39143 when importing a dump file
I get ORA-39143: dump file "c:\oraload\expdat.dmp" may be an original export dump file
when importing a dump file created by 9.2 exp into 10.2 database using impdp
I need to use the impdp utility with the table_exists_action option which doesn't appear to exist in imp
What is the proper mix of versions/flags/options to export from a 9.2 database and import into an existing 10.2 database while replacing existing data?
thanks