Hello,
I have a clob column in the table, which I'd like to display in an Interactive Report. Not to display it directly, but display the first sentence, then when mouse moves to it, the whole text is displayed as tooltips. But for bigger contents, I got this error:
ORA-22835: Buffer too small for CLOB to CHAR or BLOB to RAW conversion (actual: 7386, maximum: 4000)
Thanks.