I've came across a scenario where we have to pull data from a table which is having a column of NCLOB datatype.
Now, challenge is coming we have to pull only distinct data including NCLOB type of column from that table.
It is showing following error.
ORA-00932: inconsistent datatypes: expected - got NCLOB
- 00000 - "inconsistent datatypes: expected %s got %s"
*Cause:
*Action:
Error at Line: 3 Column: 16
Any suggestion would be much appreciated.