JDBC连接oracle数据库: Listener refused the connection with the following error: ORA-12505, TNS:listener d
使用oracle就感觉是深一脚浅一脚的采坑。在学习JDBC连接oracle的时候,出现次错误。这个问题出现在这里:Connectionconn=DriverManager.getConnection("jdbc:oracle:thin:@LocalHost:1521:oracle","scott","qwer");是我们jdbc中的连接串使用的不正确。首先要明白JDBC连接oracle的格式是什么