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
我是先從別的數據庫導出的數據庫表,是不是在導出表時禁止了外鍵約束的原因,才會再倒入我現在用的數據庫時出現這樣的問題?
你是怎麼在哪裡面弄成這樣的?是數據導入時還是用java對數據進行修改(或增加)時?