ORA-32488
        missing column alias list in WITH clause element string
        
        
        Cause
        The specified WITH clause element used the SEARCH clause or the CYCLE clause or both but did not specify a column alias list.
        Action
        Add a column alias list for the WITH clause element. That is, add a list of aliases for the select list items following the WITH clause element name.
        
     
    
    
        ORA-32488
        WITH clause element did not have a column alias list
        
        
        Cause
        A WITH clause element used the SEARCH clause or CYCLE clause or both but did not have a column alias list specified for it.
        Action
        Add a column alias list for the WITH clause query name.
        
     
    
    
        ORA-32488
        WITH clause element did not have a column alias list
        
        
        Cause
        A WITH clause element used the SEARCH clause or CYCLE clause or both but did not have a column alias list specified for it.
        Action
        Add a column alias list for the WITH clause query name.