aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

ORA-14281: CHECK constraint mismatch in ALTER TABLE EXCHANGE SUBPARTITION

ORA-14281: CHECK constraint mismatch in ALTER TABLE EXCHANGE SUBPARTITION
Cause: The corresponding columns in the tables specified in the ALTER TABLE EXCHANGE SUBPARTITION statement have CHECK constraint defined on them.
Action: Ensure that the two tables do not have CHECK constraint defined on any column

请先 登录 后评论

1 个回答

小智
ORA-14281:ALTER TABLE EXCHANGE SUBPARTITION中的CHECK约束不匹配,
.原因: ALTER TABLE EXCHANGE SUBPARTITION语句中指定的表中的相应列具有在其上定义的CHECK约束。,
.操作:确保这两个表没有在任何列上定义CHECK约束,
.
请先 登录 后评论