ORA-41411
        too many round trips in request; replay disabled
        
        
        Cause
        The Oracle server process failed after executing a single request with more than 65535 round trips from the client to the server.
        Action
        Do not resubmit. Reduce application calls per request, for example, use an array fetch or set a prefetch size.
        
     
    
    
        ORA-41411
        too many round trips in request; replay disabled
        
        
        Cause
        The Oracle server process failed after executing a single request with more than 65535 round trips from the client to the server.
        Action
        Do not resubmit. Reduce application calls per request, for example, use an array fetch or set a prefetch size.
        
     
    
    
        ORA-41411
        too many round trips in request; replay disabled
        
        
        Cause
        The Oracle server process failed after executing a request with more than 65535 round trips, so replay of the request is not possible.
        Action
        Resubmit, and consider partitioning application calls into more requests with fewer round trips.