dbdao吧 关注:1,186贴子:4,073
  • 0回复贴,共1

JCREATOR链接ORACLE时ORA-28040报错怎么办?

只看楼主收藏回复

try{
Class.forName("oracle.jdbc.driver.OracleDriver");
con=DriverManager.getConnection("jdbc:oracle:thin:@192.168.0.104:1521:osiris","scott","tiger");
stmt=con.createStatement(ResultSet.TYPE_SCROLL_SENSITIVE,ResultSet.CONCUR_UPDATABLE);
}
报错:java.sql.SQLException: ORA-28040: No matching authentication protocol


IP属地:江苏1楼2015-11-14 20:34回复