ORA-32499
        Operation is not supported on older version of CONNECT BY clause.
        
        
        Cause
        The statement attempted to combine an older version of the CONNECT BY clause with an operation that the older version does not support.
        Action
        Replace the use of the older version of the CONNECT BY clause with one for the current version and retry.
        
     
    
    
        ORA-32499
        operation not supported with old CONNECT BY clause
        
        
        Cause
        The query used the old CONNECT BY clause on operations that are not supported.
        Action
        Disable the old CONNECT BY clause by disabling the _old_connect_by_enabled parameter.
        
     
    
    
        ORA-32499
        operation not supported with old CONNECT BY clause
        
        
        Cause
        The query used the old CONNECT BY clause on operations that are not supported.
        Action
        Disable the old CONNECT BY clause by disabling the _old_connect_by_enabled parameter.