aiaiDBA

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

13718043309

010-86462881

ORA-14295: column type or size mismatch between partitioning columns and subpartitioning columns

ORA-14295: column type or size mismatch between partitioning columns and subpartitioning columns
Cause: When exchanging a partitioned table with a composite partition the type and size of the partitioning columns of the table must match the type and size of the subpartitioning columns of the composite partition.
Action: Ensure that the type and size of the partitioning columns of the partitioned is the same as the type and size of the subpartitioning columns of the composite partition.

请先 登录 后评论

1 个回答

小智
ORA-14295:分区列和子分区列之间的列类型或大小不匹配,
.原因:使用复合分区交换分区表时,表的分区列的类型和大小必须与复合分区的子分区列的类型和大小相匹配。,
.操作:确保分区的分区列的类型和大小与复合分区的子分区列的类型和大小相同。,
.
请先 登录 后评论