springboot 连接Oracle数据库报ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
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 两种连接方式不一样