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