ORA-00001: unique constraint (string.string) violated 违反唯一约束条件(.)

北城以北 提交于 2020-10-28 17:08:47

 

 

ORA-00001: unique constraint (string.string) violated  

ORA-00001: 违反唯一约束条件(.)

 

Cause:

      An UPDATE or INSERT statement attempted to insert a duplicate key. For Trusted Oracle configured in DBMS MAC mode, you may see this message if a duplicate entry exists at a different level.

 

Action:

      Either remove the unique restriction or do not insert the key.

 

错误说明:当在唯一索引所对应的列上键入重复值时,会触发此异常。

 

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!