ORA-04015
        MAXVALUE must be specified for ascending sequences that cycle.
        
        
        Cause
        The MAXVALUE was not specified for this ascending SEQUENCE that was created with the CYCLE option.
        Action
        Re-create the SEQUENCE and specify a MAXVALUE for sequences that use the CYCLE option.
        
     
    
    
        ORA-04015
        ascending sequences that CYCLE must specify MAXVALUE
        
        
        Cause
        sequences that cycle must have their wrap-wrap specified
        Action
        re-create the sequence, specifying its wrap-value
        
     
    
    
        ORA-04015
        ascending sequences that CYCLE must specify MAXVALUE
        
        
        Cause
        sequences that cycle must have their wrap-wrap specified
        Action
        re-create the sequence, specifying its wrap-value