代码搜索:OracleDriver
找到约 566 项符合「OracleDriver」的源代码
代码结果 566
www.eeworm.com/read/257267/4364820
txt 2005-05-20.txt
2005-05-20: 成功注册JDBC驱动程序oracle.jdbc.driver.OracleDriver
2005-05-20: 成功创建连接池connpool
2005-05-20: Oracle来不及响应,无法创建下列URL的连接: jdbc:oracle:thin:@222.28.39.246:1521:hgbj
java.sql.SQLException: Io 异常: The
www.eeworm.com/read/375482/9358968
txt 新建 文本文档.txt
此文中的代码主要列出连接数据库的关键代码,其他访问数据库代码省略
1、Oracle8/8i/9i数据库(thin模式)
Class.forName("oracle.jdbc.driver.OracleDriver").newInstance();
String url="jdbc:oracle:thin:@localhost:1521:orcl";
www.eeworm.com/read/241984/4557130
properties dbinfo.properties
##数据库驱动名称
driver=oracle.jdbc.driver.OracleDriver
##数据库连接URL
url=jdbc:oracle:thin:@192.168.201.252:1521:orcl
##数据库用户名称
user=sino01015
##数据库密码
passwd=sino01015
##数据库最大连接数
maxConnNum=100
www.eeworm.com/read/188791/5206627
txt 2005-05-29.txt
2005-05-29: 成功注册JDBC驱动程序oracle.jdbc.driver.OracleDriver
2005-05-29: 成功创建连接池connpool
2005-05-29: Oracle来不及响应,无法创建下列URL的连接: jdbc:oracle:thin:@localhost:1521:hgbj
java.sql.SQLException: Io 异常: Connect
www.eeworm.com/read/188791/5206628
txt 2005-04-24.txt
2005-04-24: 成功注册JDBC驱动程序oracle.jdbc.driver.OracleDriver
2005-04-24: 成功创建连接池connpool
2005-04-24: Oracle来不及响应,无法创建下列URL的连接: jdbc:oracle:thin:@localhost:1521:mydata
java.sql.SQLException: ORA-01017: i
www.eeworm.com/read/377545/2699161
txt 2005-05-29.txt
2005-05-29: 成功注册JDBC驱动程序oracle.jdbc.driver.OracleDriver
2005-05-29: 成功创建连接池connpool
2005-05-29: Oracle来不及响应,无法创建下列URL的连接: jdbc:oracle:thin:@localhost:1521:hgbj
java.sql.SQLException: Io 异常: Connect
www.eeworm.com/read/377545/2699162
txt 2005-04-24.txt
2005-04-24: 成功注册JDBC驱动程序oracle.jdbc.driver.OracleDriver
2005-04-24: 成功创建连接池connpool
2005-04-24: Oracle来不及响应,无法创建下列URL的连接: jdbc:oracle:thin:@localhost:1521:mydata
java.sql.SQLException: ORA-01017: i
www.eeworm.com/read/257267/4364814
txt 2005-05-29.txt
2005-05-29: 成功注册JDBC驱动程序oracle.jdbc.driver.OracleDriver
2005-05-29: 成功创建连接池connpool
2005-05-29: Oracle来不及响应,无法创建下列URL的连接: jdbc:oracle:thin:@localhost:1521:hgbj
java.sql.SQLException: Io 异常: Connect
www.eeworm.com/read/257267/4364815
txt 2005-04-24.txt
2005-04-24: 成功注册JDBC驱动程序oracle.jdbc.driver.OracleDriver
2005-04-24: 成功创建连接池connpool
2005-04-24: Oracle来不及响应,无法创建下列URL的连接: jdbc:oracle:thin:@localhost:1521:mydata
java.sql.SQLException: ORA-01017: i
www.eeworm.com/read/375497/9358571
txt 新建 文本文档.txt
JAVA连接其他数据库的关键代码
蒲永辉 发表于 2005-4-4 9:03:00
1、Oracle8/8i/9i数据库(thin模式)
Class.forName("oracle.jdbc.driver.OracleDriver").newInstance();
String url="jdbc:oracle:thin:@localhost:1521:orcl";
//o