Oracle Error Message
ORA-32484: duplicate name found in cycle column list for CYCLE clause of WITH clause
Reason for the Error
A CYCLE clause was specified for a recursive query with a cycle column list which contained duplicate names.
Solution
Remove the duplicate names from the cycle column list of the CYCLE clause.