Oracle Solution for Error ora-36764

Solution for Oracle Error ORA-36764

ORA-36764: (XSAGGCNTMOVE02) AGGCOUNT variable workspace object

must be of type INTEGER, not string

.

What triggered the Error:

An attempt was made to create a non-INTEGER AGGCOUNT.

What should we do to fix it:

Select an INTEGER AGGCOUNT variable.