jdbc
独守那份伤痛
嗯,酷爱编程...
展开
-
at oException:racle.jdbc.driver.OracleCallableStatement.getObject(OracleCallableStatement.java:1401)
调用有返回值的存储过程时报:Exception in thread "main" java.lang.NullPointerExceptionat oracle.jdbc.driver.T4CResultSetAccessor.getCursor(T4CResultSetAccessor.java:309)at oracle.jdbc.driver.ResultSetAccesso原创 2012-11-28 00:08:04 · 2326 阅读 · 0 评论 -
配置hibernate:org.hibernate.exception.ConstraintViolationException: Could not execute JDBC batch updat
今天配置hibernate时报:org.hibernate.exception.ConstraintViolationException: Could not execute JDBC batch updateCaused by: java.sql.BatchUpdateException: ORA-00001: 违反唯一约束条件 (SCOTT.SYS_C005635)这...原创 2012-12-05 16:03:20 · 3561 阅读 · 2 评论 -
DBCP.properties 模版
#连接设置driverClassName=com.mysql.jdbc.Driverurl=jdbc:mysql://localhost:3306/mydbusername=rootpassword=root#dataSource.initialSize=10#dataSource.maxIdle=20#dataSource.minIdle=5原创 2013-04-03 16:12:51 · 3422 阅读 · 0 评论