aiaiDBA

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

13718043309

010-86462881

ORA-14118: CHECK constraint mismatch in ALTER TABLE EXCHANGE PARTITION

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

请先 登录 后评论

1 个回答

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