ORA-32044: cycle detected while executing recursive WITH query Cause: A recursive WITH clause query produced a cycle and was stopped in order to avoid an infinite loop. Action: Rewrite the recursive WITH query to stop the recursion or use the CYCLE clause.