JDBC 자주발생하는 Error 정리
java.io.IOException: could not find resource jdbc.properties ⇒ Configuartion의 resource를 확인! java.lang.ClassNotFoundException : cannot find class: com.dto.D ⇒ Configuaration의 Alias의 이름 등 잘 연결 되었는지 확인! java.sql.SQLException: No suitable driver found for $~ ⇒ Configuaration의 property연결 확인 oracle.net.ns.NesException: Lisener refuse the connection with the following error: listener does not currently..