Oracle Error ORA-39216: object type “string”.”string” hashcode mismatch

Oracle Error Message

ORA-39216: object type “string”.”string” hashcode mismatch

Reason for the Error

An object type in a transportable tablespace set could not be used because there was a type with the same name but a different hashcode (and type definition) on the target system. Tables in the transportable tablespace set that use this object type cannot be created.

Solution

Drop the object type and dependent objects from the target system if possible and retry the operation.