JDK8+Ojdbc7,连接oracle

在使用jdk7\8 + ojdbc6/7 连接oracle时出现这样问题

java.sql.SQLException: IO exception: The Network Adapter could not establish the connetion

开始用,异常

oracle.jdbc.OracleDriver

后来 使用了驱动程序,就好了

oracle.jdbc.replay.OracleDataSourceImpl

猜测是oracle.jdbc.OracleDriver与jdk7/8不兼容,后来觉得是与oracle不兼容(都未证实

你可能感兴趣的:(JDK8+Ojdbc7,连接oracle)