如何“重置” UDF 确定性响应?

发布于 2025-01-04 12:04:48 字数 90 浏览 5 评论 0原文

在 DB2 V5R4 中,当您修改确定性 UDF 的功能时,它会暂时返回缓存的响应...

有什么方法可以重置缓存的响应吗?

提前致谢。

IN DB2 V5R4, When you modify the functionality of a DETERMINISTIC UDF It returns the cached response for a while...

There are any way to reset the cached responses?

Thanks in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

缘字诀 2025-01-11 12:04:48

它返回缓存的响应是什么?是通过远程连接还是本机访问?您可以尝试关闭并重新打开任何远程连接,或者结束并重新启动任何本地作业。

To what is it returning the cached response? Is it through a remote connection or a native access? You might try closing and re-opening any remote connection, or ending and restarting any local jobs.

自控 2025-01-11 12:04:48

我刚刚遇到了同样的问题。暂时创建函数非确定性,进行测试。当一切正常时,替换函数确定性

I just had the same problem. Temporarily create the function not deterministic, do your testing. When everything is fine replace the function deterministic.

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