ORA-02456
        The HASH IS column specification must be an Oracle Number.
        
        
        Cause
        The column specification must specify an Oracle Number.
        Action
        Specify the column definition as type NUMBER(precision, 0).
        
     
    
    
        ORA-02456
        The HASH IS column specification must be NUMBER(*,0)
        
        
        Cause
        The column specification must specify an integer.
        Action
        Specify the column definition as type NUMBER(precision, 0).
        
     
    
    
        ORA-02456
        The HASH IS column specification must be NUMBER(*,0)
        
        
        Cause
        The column specification must specify an integer.
        Action
        Specify the column definition as type NUMBER(precision, 0).