Oracle Error ORA-19208: parameter string of function string must be aliased

Oracle Error Message

ORA-19208: parameter string of function string must be aliased

Reason for the Error

The indicated parameter of the XML generation function has not been aliased, although it is an expression.

Solution

Specify an alias for the expression using the AS clause.