aiaiDBA

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

13718043309

010-86462881

ORA-29888: cannot create domain index on a table with row movement enabled

ORA-29888: cannot create domain index on a table with row movement enabled
Cause: A create domain index statement was issued on a table that has row movement enabled.
Action: Disable the row movement in the table and then reissue the create domain index statement.

请先 登录 后评论

1 个回答

小智
ORA-29888:无法在启用了行移动的表上创建域索引,
.原因:在启用了行移动的表上发出了创建域索引语句。,
.操作:禁用表中的行移动,然后重新发出创建域索引语句。,
.
请先 登录 后评论