JDBC / JAVA 와 DB 연결 / CONNECTION
1. [ojdbc6.jar] 파일 다운 받기 Oracle : https://www.oracle.com/database/technologies/jdbcdriver-ucp-downloads.html 2. 다운 받은 파일로 build Path하기 (1)[build Path할 Project 선택 후 마우스 오른쪽 클릭 - Build Path - Configure Build Path] (2) [Add External JARs - 파일 선택 - Apply and Close] 3. 연결이 잘 되었는지 테스트 해보기 Class.forName(className, true, currentLoader); the Class object for the class with the specified name. String url=..