Oracle Error ORA-32488: WITH clause element did not have a column alias list

Oracle Error Message

ORA-32488: WITH clause element did not have a column alias list

Reason for the Error

A WITH clause element used the SEARCH clause or CYCLE clause or both but did not have a column alias list specified for it.

Solution

Add a column alias list for the WITH clause query name.