aiaiDBA

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

13718043309

010-86462881

ORA-14631: the partition bounds do not match the subpartition bounds of the partition

ORA-14631: the partition bounds do not match the subpartition bounds of the partition
Cause: When exchanging a partitioned table with a composite partition the bounds that describe the partitions of the table must match the bounds that describe the subpartitions of the composite partition.
Action: Ensure that the bounds describing partitions in the partitioned table is the same as the bounds of the subpartitions in the the composite partition.

请先 登录 后评论

1 个回答

小智
ORA-14631:分区边界与分区的子分区边界不匹配,
.原因:使用复合分区交换分区表时,描述表的分区的边界必须与描述复合分区的子分区的边界相匹配。,
.操作:确保分区表中描述分区的边界与复合分区中子分区的边界相同。,
.
请先 登录 后评论