Could not execute JDBC ORA-00957: 重复的列名

 

org.springframework.dao.InvalidDataAccessResourceUsageException: Could not

execute JDBC batch update;
Caused by: org.hibernate.exception.SQLGrammarException: Could not execute JDBC

batch update
Caused by: java.sql.BatchUpdateException: ORA-00957: 重复的列名

 

从打印的sql中看不出错误,

检查发现实体类中有重复的列名

你可能感兴趣的:(Could not execute JDBC ORA-00957: 重复的列名)