ORA-00932: inconsistent datatypes: expected - got CLOB
When using DISTINCT in a query which uses CLOB column getting the error:
ORA-00932: inconsistent datatypes: expected - got CLOB
but the same query is working on another schema. What may be the issue and resolution?
0