aiaiDBA

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

13718043309

010-86462881

ORA-30453: summary contains AVG without corresponding COUNT

ORA-30453: summary contains AVG without corresponding COUNT
Cause: Incremental refresh of summaries with AVG(X) requires a COUNT(X) column to be included in the summary definition
Action: Make sure that the required columns are part of the summary definition if incremental refresh capability is desired.

请先 登录 后评论

1 个回答

小智
ORA-30453:summary包含没有相应COUNT的AVG,
.原因:使用AVG(X)的增量刷新汇总需要将COUNT(X)列包含在汇总定义中,
.操作:如果需要增量刷新功能,请确保所需的列是摘要定义的一部分。,
.
请先 登录 后评论