Oracle Error Message
ORA-39265: Cannot alter object_type of object table: string
Reason for the Error
DBMS_METADATA_DIFF was comparing object tables based on different object types. There is no SQL ALTER statement to change an object table’s object type.
Solution
The difference cannot be eliminated with an SQL ALTER statement.