Oracle Error Message
ORA-22901: cannot compare VARRAY or LOB attributes of an object type
Reason for the Error
Comparison of VARRAY or LOB attributes of an object type was attempted in the absence of a MAP or ORDER method.
Solution
Define a MAP or ORDER method for the object type.