Oracle Error ORA-01415: too many distinct aggregate functions

Oracle Error Message

ORA-01415: too many distinct aggregate functions

Reason for the Error

The query contains more distinct aggregates than can be processed. The current limit is 255.

Solution

Reduce the number of distinct aggregate functions in the query.