aiaiDBA

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

13718043309

010-86462881

ORA-14167: only one subpartition may be moved

ORA-14167: only one subpartition may be moved
Cause: ALTER TABLE MOVE SUBPARTITION contained descriptions of more than one subpartition to be moved
Action: Ensure that the statement describes exactly one subpartition to be moved and that it does not contain any commas

请先 登录 后评论

1 个回答

小智
ORA-14167:只能移动一个子分区,
.原因: ALTER TABLE MOVE SUBPARTITION包含要移动的多个子分区的描述,
.操作:确保语句正好描述要移动的一个子分区,并且不包含任何逗号,
.
请先 登录 后评论