日期:2014-05-16 浏览次数:20438 次
?
这几天项目中进行大批量数据导入时,在运行一段时间后报如下异常:
java.sql.SQLException: Listener refused the connection with the following error:
ORA-12519, TNS:no appropriate service handler found
找了些网友的解决策略,贴上来,等自己遇到的解决后再做总结.
ORA-12519, TNS:no appropriate service handler foundurl:http://windows9834.blog.163.com/blog/static/273450042009102511540240/
Oracle?2009-11-25 11:54:00
ORA-12519: TNS:no appropriate service handler found 的解决?有时候连得上数据库,有时候又连不上.
可能是数据库上当前的连接数目已经超过了它能够处理的最大值.
SQL> select?count(*)?from?v$process;--当前连接数