使用 CFQuery 检索长文本 (CLOB)
我正在使用 CFQuery 从 Oracle DB 检索 CLOB 字段。如果 CLOB 字段包含的数据小于 ~ 8000,那么我可以看到
检索到了值(
o/p),但是如果 CLOB 字段大小中的值超过 8000 个字符,则不会检索该值。在
中,我可以看到检索到的查询为“空字符串”,尽管该值存在于 Oracle DB 中。
我在 CFadim 控制台中使用 Oracle 驱动程序,启用了“启用长文本检索 (CLOB)”。和“启用二进制大对象检索(BLOB)”。 '
将 'Long Text Buffer (chr)' 和 'Blob Buffer(bytes) ' 值设置为 6400000
有检索全文的建议吗?
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 <CFQuery >
retrieved the value (<cfdump>
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您是否在数据源配置中启用了 CLOB 字段?
如果没有,请确保您这样做。
您不需要为此重新启动CF。
Did you enable CLOB fields in the datasource configuration?
If not make sure you do.
You shouldn't need to restart CF for this.
不知道您是否找到问题的解决方案,但对我来说这是一个驱动程序问题:那么您需要更新 jdbc 驱动程序。查看此技术说明更新的 DataDirect JDBC 驱动程序(版本 3.4)
Don't know if you find the solution for your problem but for me it's a driver issue: then you need to update the jdbc driver. Look at this technote Updated DataDirect JDBC drivers (version 3.4)