Database Error Messages

OCI-32489

element in sort specification list of SEARCH clause did not appear in the column alias list of the WITH clause element

Cause

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.


Action

Change the sort specification list to use only names which are listed in the column alias list of the WITH clause element.