在Java连接数据库时出现以下问题:
ORA-12516:TNS:listener could not find available handler with matching protocol stack
原因:可能是连接的会话过多(也就是多次打开connection)
解决方法,就是在Java中减少连接的次数
在Java连接数据库时出现以下问题:
ORA-12516:TNS:listener could not find available handler with matching protocol stack
原因:可能是连接的会话过多(也就是多次打开connection)
解决方法,就是在Java中减少连接的次数