出现错误
java.sql.SQLException: Listener refused the connection with the following error: ORA-12505, TNS:list
在网上查了一下说是要配置sid重启监听
win+r 输入Regedit
我是重启服务就可以连接了
或者
打开路径 HKEY_LOCAL_MACHINE\SOFTWARE\Oracle\KEY_OraDB18Home1
找到 ORACLE_SID
URL = "jdbc:oracle:thin:@localhost:1521:orcl";,最后的 orcl改为 该项值就好了,这里改为 orcl
这里改成自己的SID 值