Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将我的项目部署到 weblogic,我意识到我没有关闭连接,因为 weblogic 服务器过载。
我修好了它们。但我仍然有同样的问题。在 weblogic 监控中,活动连接数正在增加,但在数据库 (Oracle) 中,此连接无效。
问题是泄漏连接。为了找到它们,我确实按照步骤操作。
服务 - 数据源 - 我的数据源 - 连接池 - 高级,我设置非活动连接超时 = 15
Services - Datasources - MyDatasource - Diagnosticts,我检查了 Profile Connection Leak 属性。
诊断 - 日志文件 - MyServer 的数据源日志,我可以看到哪里有泄漏连接。
清除项目中的所有泄漏连接后,最好设置回 Inactive Connection Timeout 属性。