org.apache.tomcat.dbcp.dbcp.SQLNestedException解决方案

org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (Listener refused the connection with the following error:
ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
The Connection descriptor used by the client was:

localhost:1521:xe

试着翻译:

无法创建连接池(监听器拒绝了此连接,错误如下: ORA- 12505,TNS:监听器目前并不知道连接的sid,客户使用的连接符应该是:localhost:1521:xe


1.确定服务是启着的
 2.确定网络没问题.
3.其他软件没把oracle的端口占用,或配置文件里端口号没有写错。
4.把服务器的防火墙关了,再试一下。
5.是不是你数据库设置了最大连接,然后其他项目的连接池又把连接占用完了呢。 


我的情况:Oracle服务被关闭了,启动OracleServiceXE(我的是快捷版本,请对号入座)



你可能感兴趣的:(Oracle异常)