主题 : 这是哪里问题 |
级别: 商业授权用户
![]() |
15# 发表于:2017-05-05 15:57:58 IP:119.17.*.*
15:49:24.069 ERROR org.hibernate.engine.jdbc.spi.SqlExceptionHelper - ORA-00001: 违反唯一约束条件 (COPCFUND.SYS_C0017512)
15:49:24.070 ERROR org.hibernate.engine.jdbc.spi.SqlExceptionHelper - ORA-00001: 违反唯一约束条件 (COPCFUND.SYS_C0017512) 15:49:24.070 ERROR org.hibernate.engine.jdbc.batch.internal.BatchingBatch - HHH000315: Exception executing batch [could not execute batch] 15:50:25.496 ERROR org.hibernate.engine.jdbc.spi.SqlExceptionHelper - ORA-00001: 违反唯一约束条件 (COPCFUND.SYS_C0017512) 15:50:25.496 ERROR org.hibernate.engine.jdbc.spi.SqlExceptionHelper - ORA-00001: 违反唯一约束条件 (COPCFUND.SYS_C0017512) 15:50:25.496 ERROR org.hibernate.engine.jdbc.batch.internal.BatchingBatch - HHH000315: Exception executing batch [could not execute batch] 15:58:24.215 ERROR org.hibernate.engine.jdbc.spi.SqlExceptionHelper - ORA-00001: 违反唯一约束条件 (COPCFUND.SYS_C0017512) 15:58:24.215 ERROR org.hibernate.engine.jdbc.spi.SqlExceptionHelper - ORA-00001: 违反唯一约束条件 (COPCFUND.SYS_C0017512) 15:58:24.215 ERROR org.hibernate.engine.jdbc.batch.internal.BatchingBatch - HHH000315: Exception executing batch [could not execute batch] |
||
---|---|---|---|
级别: 版主
![]() |
16# 发表于:2017-05-05 16:01:59 IP:106.167.*.*
alter table node drop constraint SYS_C0017512
到库里执行下这个 |
||
---|---|---|---|
级别: 商业授权用户
![]() |
17# 发表于:2017-05-05 16:05:52 IP:119.17.*.*
[SQL]alter table node drop constraint SYS_C0017512
[Err] ORA-00942: table or view does not exist |
||
---|---|---|---|
级别: 版主
![]() |
18# 发表于:2017-05-05 16:08:32 IP:106.167.*.*
alter table 表名 drop constraint SYS_C0017512
|
||
---|---|---|---|
级别: 版主
![]() |
20# 发表于:2017-05-05 16:09:12 IP:106.167.*.*
alter table 表名 drop constraint SYS_C0017512
|
||
---|---|---|---|