DB/Oracle9 JAVA Oracle DB Exception 정리 * 드라이브 이름을 찾지 못했을 때java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver1 * db url이 올바르지 않을 때java.sql.SQLException: Listener refused the connection with the following error: ORA-12505, TNS:listener does not currently know of SID given in connect descriptor The Connection descriptor used by the client was:* db id나 pw가 틀릴 때java.sql.SQLException: ORA-01017: invalid username/password; l.. 2019. 7. 23. [Oracle SQL Developer Error]The Network Adapter could not establish the connection 서비스 - 오라클리스너 실행/ 오라클서비스 XE 실행 2019. 6. 28. Dual 테이블이란? 참고 : https://goddaehee.tistory.com/92 Dual 테이블의 사용 용도 - 사용자가 함수(계산)을 실행할 때 임시로 사용하는 데 적합 ex) select sequence.NEXTVAL from dual;select sysdate from dual;select current_date from dual; 2019. 6. 27. oracle 11g 트랜잭션 관리COMMIT ROLLBACKDML 인강 트랜잭션 / 롤백 / 커밋 알기 쉽게 설명해주는 인강 https://www.youtube.com/watch?v=8mr0LwGz8oY 2019. 5. 31. 이전 1 2 3 다음