Oracle Solution for Error ora-39133

Solution for Oracle Error ORA-39133

ORA-39133: object type "string

"."string

" already exists with different typeid

What triggered the Error:

An object type in a transportable tablespace set already exists on the target system, but with a different typeid. The typeid could not be changed because the type is used by an existing table. Tables in the transportable tablespace set that use this object type cannot be read.

What should we do to fix it:

Drop the object type from the target system and retry the operation.