Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

OCI-32043

missing initialization branch in recursive WITH clause element WITH_clause_name
  • WITH_clause_name: name of the WITH clause element

Cause

The specified recursive WITH clause element did not have a branch in the UNION ALL with no references to itself. That is, it was missing the initialization branch or anchor member.


Action

Rewrite the recursive WITH clause to have a branch in the UNION ALL operation without references to itself.