aiaiDBA

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

13718043309

010-86462881

ORA-38913: Index specified in the index hint is invalid

ORA-38913: Index specified in the index hint is invalid
Cause: The index specified in an IGNORE_ROW_ON_DUPKEY_INDEX or CHANGE_DUPKEY_ERROR_INDEX hint could not be found.
Action: Specify a unique index that exists on the table. The index cannot be a non-unique index or a bitmap index.

请先 登录 后评论

1 个回答

小智
ORA-38913:在索引提示中指定的索引无效,
.原因:找不到在IGNORE_ROW_ON_DUPKEY_INDEX或CHANGE_DUPKEY_ERROR_INDEX提示中指定的索引。,
.操作:指定表上存在的唯一索引。索引不能是非唯一索引或位图索引。,
.
请先 登录 后评论