ORA-01428
        Argument string is out of range.
        
        
        Cause
        An invalid value for a mathematical function argument was specified. For example: SELECT SQRT(-1) "Square Root" FROM DUAL.
        Action
        Check the Oracle documentation. Find the valid arguments, correct the request, and retry the operation.
        
     
    
    
        ORA-01428
        argument 'string' is out of range
        
        
        Cause
        An illegal value for a mathematical function argument was specified. For example:
SELECT SQRT(-1) "Square Root" FROM DUAL;
        Action
        See the Oracle9i SQL Reference for valid input and ranges of the mathematical functions.
        
     
    
    
        ORA-01428
        argument 'string' is out of range
        
        
        Cause
        An illegal value for a mathematical function argument was specified. For example:
SELECT SQRT(-1) "Square Root" FROM DUAL;
        Action
        See the Oracle9i SQL Reference for valid input and ranges of the mathematical functions.