Database Error Messages

ORA-18179

XMLTABLE column expression must be specified using XMLTYPE(SEQUENCE) BY REF clause.

Cause

The output of the XMLTABLE column expression was passed to an XMLTABLE row expression with PASSING BY REF clause.


Action

Specify the XMLTABLE column expression using the XMLTYPE(SEQUENCE) BY REF clause.