aiaiDBA

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

13718043309

010-86462881

ORA-25958: join index where clause predicate may only contain column references

ORA-25958: join index where clause predicate may only contain column references
Cause: An attempt to create a join index was made, which failed because a predicate in the where clause contained something other than a simple column.
Action: Ensure that the where clause only contains columns.

请先 登录 后评论

1 个回答

小智
ORA-25958:连接索引where子句谓词只能包含列引用,
.原因:尝试创建连接索引,但由于where子句中的谓词包含除简单列之外的其他内容而失败。,
.操作:确保where子句只包含列。,
.
请先 登录 后评论