ORA-08003
        Sequence string.NEXTVAL exceeds internal limits.
        
        
        Cause
        The sequence was created with invalid values for some of the parameters. The calculation of NEXTVAL cannot be made because it exceeds the maximum allowed size.
        Action
        Alter or re-create the sequence number within the allowed limits.
        
     
    
    
        ORA-08003
        sequence string.NEXTVAL exceeds internal limits
        
        
        Cause
        The sequence was created with unsafe values for some of the parameters. The calculation of NEXTVAL cannot be made because it exceeds the legal represention size.
        Action
        Alter or recreate the sequence number with legal limits.
        
     
    
    
        ORA-08003
        sequence string.NEXTVAL exceeds internal limits
        
        
        Cause
        The sequence was created with unsafe values for some of the parameters. The calculation of NEXTVAL cannot be made because it exceeds the legal represention size.
        Action
        Alter or recreate the sequence number with legal limits.