Class.forName("oracle.jdbc.OracleDriver");
Connection c = DriverManager.getConnection(
"jdbc:oracle:thin:@localhost:1521:orcl", "scott", "tiger");
요거임.
'Server Enterprise > JDBC & DBCP' 카테고리의 다른 글
PreparedStatement 객체 재사용하기 (0) | 2016.06.22 |
---|---|
Oracle DBCP Connection pool - Eclipse 환경 (0) | 2013.02.07 |
DBCP 에서 JNDI 설정 방법 (0) | 2012.07.20 |