-
-
@thj 小试身手Lv3
发表于2018-9-10 11:10
悬赏4
已解决
楼主
上次用的时候还是好的,这次再用就直接提示我数据库异常, 中途没有进行任何操作, 就一个开关机就出问题了,有没有大神帮忙指导一下怎么解决这个问题 ![]() java.sql.SQLException: 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: 127.0.0.1:1521 ![]() 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: 127.0.0.1:1521 ![]() |
5个回答
是否是有重新进行过网络配置呢?可以看看这些网址是不是同样的问题
https://blog.csdn.net/king0406/article/details/73929163
https://www.cnblogs.com/fengzikuange/p/6202994.html
ORA-12505是oracle数据库监听报错,此时PLsql上应该也是无法正常登陆的,去数据库检查下监听配置呢。
https://www.cnblogs.com/Neil223/p/5863940.html
这个是数据方面的问题,可以百度到