Re: Report failing with ORA-19011: Character string buffer too small

Posted by ErmanArslansOracleBlog on
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/Report-failing-with-ORA-19011-Character-string-buffer-too-small-tp12968p12971.html

Check the queries of that report. Probably you have an issue there. Values doesn't fit into the types..  For instance when you try to put a lot of bytes (beyond the limits) to a varchar2, you'll get this error.

Check for getting insight -> ORA-19011: Character String Buffer Too Small When Processing CLOB data in WHERE XML_COLUMN LIKE Conditionals (Doc ID 3076738.1)