Oracle Error Message
ORA-32489: element in sort specification list of SEARCH clause did not appear in the column alias list of the WITH clause element
Reason for the Error
An element in the sort specification list of a SEARCH clause that was specified for a recursive WITH query did not appear in the column alias list of the WITH clause element.
Solution
Change the sort specification list to use only names which are listed in the column alias list of the WITH clause element.