ORA-22813
        The operand value exceeds the system limits.
        
        
        Cause
        The object or collection value was too large. Either the size of the value might have exceeded 30 KB in a SORT context, or the size might be too big for the available memory.
        Action
        Avoid parallelism of objects larger than 30 KB when sorting. This can be done by using the NO_PARALLEL hint. Alternatively, parallelism can be done without SORT BY.
        
     
    
    
        ORA-22813
        operand value exceeds system limits
        
        
        Cause
        Object or Collection value was too large. The size of the value might have exceeded 30k in a SORT context, or the size might be too big for available memory.
        Action
        Choose another value and retry the operation.
        
     
    
    
        ORA-22813
        operand value exceeds system limits
        
        
        Cause
        Object or Collection value was too large. The size of the value might have exceeded 30k in a SORT context, or the size might be too big for available memory.
        Action
        Choose another value and retry the operation.