`
baibashige
  • 浏览: 143369 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

ORA-12505, TNS:listener does not currently know of SID given in connect descript

 
阅读更多
错误:
java.sql.SQLException: Listener refused the connection with the following error:
ORA-12505, TNS:listener does not currently know of SID given in connect 

且不能修改数据库的配置文件。
解决:
select instance_name from v$instance

查找数据库SID
替换到url中,jdbc就可连接到数据库了。
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics