How to fix the Oracle error ORA-36380: (AGGRECURSE) AGGREGATE was called recursively, which is not allowed.?
In this post, you’ll learn more about the Oracle ErrorORA-36380: (AGGRECURSE) AGGREGATE was called recursively, which is not allowed. with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-36380: (AGGRECURSE) AGGREGATE was called recursively, which is not allowed.
Reason for the Error ORA-36380: (AGGRECURSE) AGGREGATE was called recursively, which is not allowed.
A model, NATRIGGER, or other object called the AGGREGATE function or command while another AGGREGATE function or command was already in progress.
How to fix the Error ORA-36380: (AGGRECURSE) AGGREGATE was called recursively, which is not allowed. ?
You can fix this error in Oracle by following the below steps
Modify your objects so that they do not need to have two AGGREGATE commands or functions executing at once.
Leave Your Comment