Oracle Error Message
PLW-05022: argument ‘string’ is not comparable
Reason for the Error
An argument to either IN, BETWEEN or MEMBER OF was not of a comparable type. Or, if the argument was of an object type, no MAP or ORDER method was specified for the type.
Solution
Use appropriate arguments, or specify a MAP or ORDER method.