Oracle数据库IO异常:Connection reset解决方案

项目中遇到了Oracle这个BUG,折腾了很久,在网上找到了其他人的踩坑blog,转发到此,聊做记录。

转:Oracle JDBC 连接卡死后 Connection Reset解决过程
我的解决办法:直接修改$JAVA_HOME/jre/lib/security路径下的java.security文件。把securerandom.source=file:/dev/random修改成securerandom.source=file:/dev/./urandom。


你可能感兴趣的:(Bug,数据库,Oracle,Linux,random)