Oracle数据库连接失败……
java.sql.SQLException: Listener refused the connection with the following error:
ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
The Connection descriptor used by the client was:
127.0.0.1:1521:orcljava
出错的代码是下面这行:
DriverManager.getConnection("jdbc:oracle:thin:@127.0.0.1:1521:orcljava","lisi", "lisi") ;
我的oracle SID是orcljava
谢谢……