FAQ--EAS连接断开,报ORA-12516, TNS:listener could not find available ha...
4,114次浏览
编辑于2017年01月12日 10:26:01
EAS系统连接断开,如下图:
报错信息有以下字样:
java.sql.SQLException: javax.resource.ResourceException: java.sql.SQLException: Listener refused the connection with the following error:
ORA-12516, TNS:listener could not find available handler with matching protocol stack
错误信息:select data error.ORA-00604: error occurred at recursive SQL level 1
ORA-00018: maximum number of sessions exceeded
原因分析:
Oracle数据库的用户连接数过多,导致超出了数据库的session参数限制,导致登陆不了数据库。
解决方法:需要修改参数,增加参数值。
推荐阅读