ORA-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.
        
     
    
    
        ORA-32043
        recursive WITH clause needs an initialization branch
        
        
        Cause
        A WITH clause query referred to itself (recursive) but did not have a branch in a UNION ALL with no references to itself (the initialization branch or anchor member).
        Action
        Rewrite the recursive WITH query to have a branch in a UNION ALL operation with no references to itself.
        
     
    
    
        ORA-32043
        recursive WITH clause needs an initialization branch
        
        
        Cause
        A WITH clause query referred to itself (recursive) but did not have a branch in a UNION ALL with no references to itself (the initialization branch or anchor member).
        Action
        Rewrite the recursive WITH query to have a branch in a UNION ALL operation with no references to itself.