1. SQLGrammarException: Could not execute JDBC batch update forum.hibernate.orgHi, I am getting the following error .. i couldn't resolve it. please try to give me the solution for this. Code: 2010-10-19 04:11:35,392 [WARN ] JDBCExceptionReporter.logExceptions(77) - SQL Error: -99999, SQLState: null 2010-10-19 04:11:35,392 [ERROR] JDBCExceptionReporter.logExceptions(78) - Non-atomic batch failure. The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() ... |
2. Could not execute Batch Update (SQLGrammarException) forum.hibernate.orgHi All, I am using Hibernate to migrate data from DB2(8.1) database to Oracle10g. I have a simple scenario where there is a foreign key association between 2 tables. migrateObject - which helps in migrating process: private void migrateObject(String entity) { Transaction trans = null; Session oracleSession = null; Session DB2Session = null; try { DB2Session = DB2Factory.getSessionFactory().openSession(); oracleSession = OracleFactory.getSessionFactory().openSession(); ... |
3. SQLGrammarException: Could not execute JDBC batch update forum.hibernate.orgNewbie Joined: Sun Oct 05, 2008 10:44 am Posts: 7 my data base table contains 4 columns 1.docid.2.first.3.middle.4.last my hibernate config xml is given below Code: |