aiaiDBA

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

13718043309

010-86462881

ORA-14133: ALTER TABLE MOVE cannot be combined with other operations

ORA-14133: ALTER TABLE MOVE cannot be combined with other operations
Cause: An attempt was made to combine an ALTER TABLE MOVE statement with another operation, such as MODIFY.
Action: Make sure that MOVE is the only operation specified in ALTER TABLE statement;

请先 登录 后评论

1 个回答

小智
ORA-14133:ALTER TABLE MOVE不能与其他操作组合,
.原因:尝试将ALTER TABLE MOVE语句与另一个操作(例如MODIFY)组合。,
.操作:确保MOVE是ALTER TABLE语句中指定的唯一操作;,
.
请先 登录 后评论