如何从Tomcat为oracle启用implicitCachingEnabled(语句缓存)?

发布于 2024-08-21 04:10:13 字数 306 浏览 5 评论 0 原文

我一直在阅读有关 Oracle jdbc 驱动程序的implicitCachingEnabled 和 MaxStatements 的内容。

我尝试将implicitCachingEnabled =“true”添加到server.xml中作为数据源定义,但这没有什么区别。

我还注意到很久以前的其他帖子,人们未能通过在 tomcat 配置文件中设置此设置来使其正常工作。

那么万一有人让它工作,有什么窍门吗?

与此同时,我将调查是否可以通过代码来完成此操作,但我们正在使用 JPA,所以我不确定这将如何工作!

谢谢, 担

I've been reading about implicitCachingEnabled and MaxStatements with the oracle jdbc driver.

I've tried adding implicitCachingEnabled="true" into the server.xml for the datasource definition but it makes no difference.

I've also noted other posts admittedly from a long time ago, where people have failed to get this setting to work simply by setting it in the tomcat config files.

So just on the offchance someone has it working, is there a trick to it?

In the mean time i'll investigate whether it's possible or not to do this via code, but we're using JPA so i'm not sure how that'll work!

Thanks,
Dan

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

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

发布评论

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

评论(1

蹲在坟头点根烟 2024-08-28 04:10:13

尝试设置值 OracleConnection.setStatementCacheSize () 而不是 MaxStatements

http://www.stanford.edu/dept/itss/docs/oracle/10g/java.101/b10979/stmtcach.htm

Try to set the value OracleConnection.setStatementCacheSize () instead of MaxStatements

http://www.stanford.edu/dept/itss/docs/oracle/10g/java.101/b10979/stmtcach.htm

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