How to fix the Oracle error ORA-36765: (XSAGGCNTMOVE03) A string aggregation variable cannot have a string AGGCOUNT.?
In this post, you’ll learn more about the Oracle ErrorORA-36765: (XSAGGCNTMOVE03) A string aggregation variable cannot have a string AGGCOUNT. with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-36765: (XSAGGCNTMOVE03) A string aggregation variable cannot have a string AGGCOUNT.
Reason for the Error ORA-36765: (XSAGGCNTMOVE03) A string aggregation variable cannot have a string AGGCOUNT.
The specified AGGCOUNT variable did not have the same permanence as the aggregation variable.
How to fix the Error ORA-36765: (XSAGGCNTMOVE03) A string aggregation variable cannot have a string AGGCOUNT. ?
You can fix this error in Oracle by following the below steps
Select an AGGCOUNT variable with the same TEMPORARY or PERMANENT attribute as the aggregation variable.
Leave Your Comment