In one of the report, the union approach is used. The two objects on which I am doing union are having CLOB data type in the Database and BO has Long text as datatype.
When I run the report, getting error as "The database Error Text ORA 00932 : Inconsistent datatypes: Expect - got CLOB (WIS 10901)
As per the requirement, I need to use both Union and CLOB. Just wondering if there is a workaround on this.
Can we do anything on report side to handle this.