Oracle Solution for Error ora-36376

Solution for Oracle Error ORA-36376

ORA-36376: (XSAGZERO) AGGREGATE attempted to divide by zero. Set DIVIDEBYZERO to YES if you want NA to be returned as the result of a division by zero.

What triggered the Error:

A calculation in the current AGGREGATE command attempted to divide by zero as a result of an AVERAGE, WAVERAGE, HAVERAGE or HWAVERAGE operation.

What should we do to fix it:

Either fix the data, or set DIVIDEBYZERO to YES to return NA instead of signaling an error.