ORA-39216: object type "string
"."string" hashcode mismatchWhat triggered 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.What should we do to fix it:
Drop the object type and dependent objects from the target system if possible and retry the operation.