and if you are using impdp then ...

table_exists_action=ignore

also need to double check the data type changes. if you reduce the value for ex. varchar2(20) to varchar2(10) import will fail.

Thanks,