在配置好weblogic进行测试连接的时候出现了以下问题
Warning! Connectivity to backend database not verified. This is either because required connection pool attribute "TestConnectionsOnReserve" has not been enabled, or an invalid value has been specified for attribute "TestTableName". Please check the server log for more details..
google了一下 找到解决方法:
weblogic的控制台中
要测试链接的
Configuration->Connectionspool->Advanced Options->选中Test Reserved Connections,并且Test Table Name使用默认值即可
这样配置之后 问题就解决了
Warning! Connectivity to backend database not verified. This is either because required connection pool attribute "TestConnectionsOnReserve" has not been enabled, or an invalid value has been specified for attribute "TestTableName". Please check the server log for more details..
google了一下 找到解决方法:
weblogic的控制台中
要测试链接的
Configuration->Connectionspool->Advanced Options->选中Test Reserved Connections,并且Test Table Name使用默认值即可
这样配置之后 问题就解决了
本文介绍了在WebLogic中配置数据库连接池时遇到的一个警告问题及其解决方案。通过启用TestReservedConnections选项并确保TestTableName使用默认值,可以避免连接测试失败导致的警告。
1952

被折叠的 条评论
为什么被折叠?



