HomeOracleOracle Error QSM-02114: no GROUP BY clause, no aggregates and not >= 9.0 compatibility

Oracle Error QSM-02114: no GROUP BY clause, no aggregates and not >= 9.0 compatibility

Oracle Error Message

QSM-02114: no GROUP BY clause, no aggregates and not >= 9.0 compatibility

Reason for the Error

The capability in question is not supported when the materialized view has no GROUP BY clause, no aggregates and compatibility mode is less than 9.0.

Solution

Re-phrase the query to avoid the include a GROUP BY clause or an aggregate function. Or set compatibility mode to 9.0 or greater.

Share:

Leave a Reply

You May Also Like

Oracle Error Message CLSGN-32767: Internal error. Reason for the Error An unexpected error occurred. Solution Examine the message(s) that accompany...
Oracle Error Message CLSGN-00211: OCR batch operation failed. string Reason for the Error Setting a set of Oracle Cluster Registry...
Oracle Error Message CLSGN-00210: failed to get value for OCR key “string”. string Reason for the Error It was not...