Oracle Database Error Code ORA-30454 Description :
summary contains STDDEV without corresponding SUM & COUNT
Error Cause:
Incremental refresh of summaries with STDDEV(X) requires COUNT(X) and SUM(X) columns to be included in the summary definition
How to Solve :
Make sure that the required columns are part of the summary definition if incremental refresh capability is desired.