ORA-17410:无法从套接字中获取更多数据。知道的进
ORA-17410: No more data to read from socket
Your database connection has timed out, either due to network problems or due to Oracle reaching the IDLE_TIME profile limit.
Your application however tried to use the connection, but as the connection has closed, failed to do so.
This error mostly happens when using connection pools. Normally, when a connection is timed out or gone, the application should automatically reconnect.
Failure to do so results in this error.
是的,我是用weblogic跑的服务,里面配的连接池。oracle也没有给出解决办法呀。难道在程序里面 手动获得Connection?
是我数据库连接池链接配的不够大吗。多配几个也不能从根本上解决问题呀,解决过的进来说一下呀。