| Error | ORA-30454 |
Description | summary contains STDDEV without corresponding SUM & COUNT | Cause | Incremental refresh of summaries with STDDEV(X) requires COUNT(X) and SUM(X) columns 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. |