aiaiDBA

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

13718043309

010-86462881

ORA-38499: expression set already configured for stored/indexed attributes

ORA-38499: expression set already configured for stored/indexed attributes
Cause: The expression set already had a list of stored and indexed attributes. Additional attributes cannot be specified in the CREATE INDEX parameters clause.
Action: Remove TOP, STOREATTRS and INDEXATTRS clauses from the parameters clause or clear the expression set statistics using DBMS_EXPFIL.INDEX_PARAMETERS API.

请先 登录 后评论

1 个回答

小智
ORA-38499:已为存储/索引属性配置的表达式集,
.原因:表达式集已经具有存储和索引属性的列表。不能在CREATE INDEX parameters子句中指定其他属性。,
.操作:从parameters子句中删除TOP,STOREATTRS和INDEXATTRS子句,或者使用DBMS_EXPFIL.INDEX_PARAMETERS API清除表达式set statistics。,
.
请先 登录 后评论