Database Error Messages

ORA-32485

element in cycle column list of CYCLE clause must appear in the column alias list of the WITH clause element

Cause

An element in the cycle column list of a CYCLE 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 cycle column list to use only names which are listed in the column alias list of the WITH clause element.