使用 CFQuery 检索长文本 (CLOB)

发布于 2024-10-18 15:48:31 字数 434 浏览 2 评论 0原文

我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

拧巴小姐 2024-10-25 15:48:31

您是否在数据源配置中启用了 CLOB 字段?
如果没有,请确保您这样做。

  1. 转到coldfusion管理员
  2. 选择数据源
  3. 编辑数据源
  4. 单击高级设置
  5. 检查“启用clob”
  6. 保存数据源

您不需要为此重新启动CF。

Did you enable CLOB fields in the datasource configuration?
If not make sure you do.

  1. Go to the coldfusion administrator
  2. select datasources
  3. edit your datasource
  4. click on advanced settings
  5. check the "enable clob"
  6. save datasource

You shouldn't need to restart CF for this.

以为你会在 2024-10-25 15:48:31

不知道您是否找到问题的解决方案,但对我来说这是一个驱动程序问题:那么您需要更新 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)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文