Database Error Messages

ORA-62038

missing GROUP BY clause in statement containing KEY VECTOR function

Cause

A statement containing a KEY VECTOR function did not have a GROUP BY clause.


Action

Add a GROUP BY clause to the statement containing the KEY VECTOR function, or remove the KEY VECTOR function from the statement.