Database Error Messages

OCI-32651

GROUP BY ALL is not supported with MODEL clause

Cause

GROUP BY ALL is used in a query with a MODEL clause, which is not supported.


Action

Modify the query to use GROUP BY with explicit expressions from the SELECT list.