retreving long text (CLOB) using CFQuery

Posted by CFUser on Stack Overflow See other posts from Stack Overflow or by CFUser
Published on 2011-02-22T07:20:58Z Indexed on 2011/02/22 7:25 UTC
Read the original article Hit count: 485

Filed under:
|
|

I am using CFQuery to retrieve the CLOB field from Oracle DB. If the CLOB filed contains the Data less than ~ 8000, then I can see retrieved the value ( the o/p), however If the value in CLOB field size is more than 8000 chars, then its not retrieving the value. in <cfdump> i can see the query retrieved as 'empty String' though the value exists in Oracle DB.

I am using the Oracle Driver in CFadim console enabled 'Enable long text retrieval (CLOB).' and 'Enable binary large object retrieval (BLOB). ' set 'Long Text Buffer (chr)' and 'Blob Buffer(bytes) ' values to 6400000

any suggestions to retrieve the full text?

© Stack Overflow or respective owner

Related posts about coldfusion

Related posts about clob