Home >Database >Mysql Tutorial >Oracle 相关错误或异常

Oracle 相关错误或异常

WBOY
WBOYOriginal
2016-06-07 15:20:001085browse

记录一下自己遇到的 Oracle 数据库相关的错误。 java.sql.SQLException: The Network Adapter could not establish the connection 解决:开启服务OracleOraDb11g_home1TNSListenerLISTENER1(总是忘了~) java.sql.SQLException: Listener refused the conn

记录一下自己遇到的 Oracle 数据库相关的错误。

java.sql.SQLException: The Network Adapter could not establish the connection

解决:开启服务OracleOraDb11g_home1TNSListenerLISTENER1(总是忘了~)


java.sql.SQLException: Listener refused the connection with the following error:

ORA-12519, TNS:no appropriate service handler found

解决:因为我用的是新建的CAD实例,这里关了OracleServiceORCL服务后问题解决。

(针对我的应用,只读txt数据,存到Oracle)开启的服务如图:

Oracle 相关错误或异常


Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:Oracle 体系结构Next article:Oracle循环语句