我的数据库表是不是有问题,新人,没C币答谢,谢过了

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对数据进行修改(或增加)时?