Oracle Error Message
QSM-02139: agg(expr) requires correspondng agg(expr+expr) function
Reason for the Error
The capability in question is not supported when the materialized view uses certain aggregate functions but omits an invocation of that same aggregate function on the same argument added to the same argument.
Solution
Add the indicated aggregate function to the select list.