springboot 连接Oracle数据库报ORA-12505, TNS:listener does not currently know of SID given in connect descr

2022/4/28 19:12:45

本文主要是介绍springboot 连接Oracle数据库报ORA-12505, TNS:listener does not currently know of SID given in connect descr,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

springboot 连接Oracle数据库报ORA-12505, TNS:listener does not currently know of SID given in connect descriptor

处理方式

  • 将jdbc:oracle:thin:@127.0.0.1:1522:KFPTDB 改为 jdbc:oracle:thin:@127.0.0.1:1522/KFPTDB 两种连接方式不一样


这篇关于springboot 连接Oracle数据库报ORA-12505, TNS:listener does not currently know of SID given in connect descr的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!


扫一扫关注最新编程教程