JDBC
JDBC API 사용법
Statment를 안 가지
면 maximum open cursor exceed ! 에러나 Limit on number of statements exceeded 에러 발생
JDBC 드라이버의 4가지 타입
http://www.onjava.com/pub/a/onjava/excerpt/javaentnut_2/index1.html
각종 DBMS JDBC 드라이버 셋팅법 정리
http://blog.naver.com/jeany4u/20003041849
http://blog.naver.com/sj1g/80010958766
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver"); // JdbcOdbcDriver 로드
에러 관련
ORA-01000: maximum open cursors exceeded 조사
ResultSet 의 close 메소드를 finally 에서 반드시 부르지 않아도 되는 이유
JDBC 중복할당에 의한 WAS행(Hang)현상 추적하기
Mysql fetchsize
http://bleujin.tistory.com/152
http://dev.mysql.com/doc/refman/5.1/en/connector-j-reference-implementation-notes.html
http://deadlock.tistory.com/273
http://java.sun.com/j2se/1.5.0/docs/api/java/sql/Statement.html#setFetchSize(int)
http://www.databasesandlife.com/reading-row-by-row-into-java-from-mysql/
connector 버전 5.0.2이상에서는 useCursorFetch가 먹음
http://wiki.gxtechnical.com/commwiki/servlet/hwiki?Client+and+server+cursors+-+using+MySQL,
Mysql autoreconnect=true
http://dev.mysql.com/doc/refman/5.1/en/connector-j-usagenotes-j2ee.html
Mysql batchupdate
BLOB image 관련
http://blog.naver.com/yacjae/100020395789
API사용
Ijava
기타
http://java.dzone.com/articles/lightweight-sql-interfaces-jav
History
Last edited on 06/16/2011 13:40 by benelog
Comments (0)