728x90
반응형
C:\oraclexe\app\oracle\product\11.2.0\server\jdbc\lib\ojdbc6.jar |
https://mvnrepository.com/artifact/com.oracle.database.jdbc/ojdbc6 ojdbc6-11.2.0.4.jar |
|
jdbc:oracle:thin:@localhost:1521:xe |
마리아 db는 사용자계정이 먼저 들어가ㅏㅏㅏㅏㅏ |
Class.forName("oracle.jdbc.driver.OracleDriver"); |
java.sql.Connection conn = DriverManager.getConnection("jdbc:oracle:thin:@localhost:1521:xe","test","1111"); |
예외처리 |
Connection conn = null; Statement stmt = null; ResultSet rs = null; |
728x90
반응형
'[JAVA]' 카테고리의 다른 글
[JSP] 오라클연결 - select, insert, update (0) | 2024.03.21 |
---|---|
[JSP] API (0) | 2024.03.21 |
Filter (0) | 2024.03.20 |
[JSP] filter - monitor.log (0) | 2024.03.20 |
[JSP] cookies (0) | 2024.03.20 |