ORA-01694
        maximum number of extents string reached in the LOB segment string.string partition string
        
        
        Cause
        Additional space could not be allocated because the LOB segment has reached the maximum number of extents allowed.
        Action
        Increase MAXEXTENTS for the LOB segment, or re-create the LOB segment with larger extents.
        
     
    
    
        ORA-01694
        max # extents (string) reached in lob segment string.string partition string
        
        
        Cause
        A LOB segment tried to extend past maxextents
        Action
        If maxextents is less than the system max, raise it. Otherwise, you must recreate with larger initial, next or pctincrease params.
        
     
    
    
        ORA-01694
        max # extents (string) reached in lob segment string.string partition string
        
        
        Cause
        A LOB segment tried to extend past maxextents
        Action
        If maxextents is less than the system max, raise it. Otherwise, you must recreate with larger initial, next or pctincrease params.