springboot项目中报错:listener does not currently know of SID given in connect descriptor
时间:2019-02-13 10:40:50
收藏:0
阅读:2438
springboot项目中报错:listener does not currently know of SID given in connect descriptor
出现这个问题的原因是SID写错了:
配置文件代码里面我写的是:
我配置文件里面写的orcl是小写,改成大写的ORCL,问题解决~
原文:https://www.cnblogs.com/modou/p/10368204.html
评论(0)