Oracle Solution for Error imp-00071

IMP-00071: Object identifier of imported table mismatches object identifier of existing table

What triggered the Error:

An attempt was made to import data into a table that was recreated under a different object identifier than the object identifier used for the exported object table. Under this situation, REF's to this table that are contained within the dump file will also be invalid.

What should we do to fix it:

Drop the offending object table prior to import.