这个问题要怎么解,谢谢了,着急用,新来的没有C币.......谢了

Struts Problem Report
Struts has detected an unhandled exception:

Messages: ORA-00001: ???????? (REQUIREMENTS.PK_USER_LOGINLOG_ID)
Could not execute JDBC batch update
Could not execute JDBC batch update; nested exception is org.hibernate.exception.ConstraintViolationException: Could not execute JDBC batch update

File: oracle/jdbc/driver/DatabaseError.java
Line number: 342

看看是不是主键重复了,或者插入数据的时候不满足什么约束造成违例

先把update改成select,看看根据你的条件查出来的是不是你想要修改的那几条数据,因为你这修改的不是一条数据,而是很多条。然后再看看数据库中的
字段是不是规定不能有重复的,其中单主键默认为不能有重复的。

File: oracle/jdbc/driver/DatabaseError.java
Line number: 342

这个类342行,不能更新这个数据,应该看的懂吧,楼上正解