Database Error Messages

ORA-19214

XMLAGG expression not allowed with window functions or first and last expressions

Cause

An attempt was made to use an XMLAGG expression with window functions or first and last expressions.


Action

Do not use window functions or first and last expressions with the XMLAGG expression.