aiaiDBA

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

13718043309

010-86462881

ORA-25962: join index prevents multitable insert or merge

ORA-25962: join index prevents multitable insert or merge
Cause: An attempt to execute an merge or multitable insert on a table that was used to create a bitmap join index was made. Merge and multitable inserts are not supported on tables that were used to create a bitmap join index.
Action: Drop the join index.

请先 登录 后评论

1 个回答

小智
ORA-25962:连接索引阻止多选插入或合并,
.原因:尝试对用于创建位图连接索引的表执行合并或多值插入。在用于创建位图连接索引的表上不支持合并和多重插入。,
.操作:删除连接索引。,
.
请先 登录 后评论