I use CFQueryto extract CLOB fields from an Oracle database. If the CLOB file contains data less than ~ 8000, then I can see the received value (o / p), however, if the value in the size of the CLOB field is more than 8000 characters, then it does not receive the value. in <cfdump>I see a query received as an "empty string", although this value exists in Oracle DB.
I am using the Oracle driver in the CFadim console enabled "Enable long text search (CLOB)". and โEnable binary large object search (BLOB).โ set the values โโof โLong Text Buffer (chr)โ and โBlob Buffer (bytes)โ to 6400000
any suggestions for getting the full text?
source
share