aiaiDBA

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

13718043309

010-86462881

ORA-29937: domain index cannot be system-managed

ORA-29937: domain index cannot be system-managed
Cause: An ASSOCIATE STATISTICS command was issued with a domain index which is system-managed.
Action: Check to see if the domain index has been implemented with system-managed storage tables. To associate statitics with a system-managed domain index, issue ASSOCIATE STATISTICS command with the indextype of this domain index.

请先 登录 后评论

1 个回答

小智
ORA-29937:域索引不能由系统管理,
.原因:发出了带有系统管理的域索引的ASSOCIATE STATISTICS命令。,
.操作:检查域索引是否已使用系统管理的存储表实现。要将统计信息与系统管理的域索引相关联,请使用此域索引的索引类型发出ASSOCIATE STATISTICS命令。,
.
请先 登录 后评论