Im trying to convert Long data type to Char but getting this error
ORA-00932: inconsistent datatypes: expected CHAR got LONG
select TO_CHAR(SUBSTR(to_char(terms),0,3999)) FROM
term_table
Im trying this query in BI Publisher report and getting this error ORA-00932: inconsistent datatypes: expected CHAR got LONG
Please help me in converting Long data type column to Vrchar or char. or help me in any other solution