ORA-08002
        Sequence string.CURRVAL is not yet defined in this session.
        
        
        Cause
        Sequence CURRVAL was selected before sequence NEXTVAL.
        Action
        Select NEXTVAL from the sequence before selecting CURRVAL.
        
     
    
    
        ORA-08002
        sequence string.CURRVAL is not yet defined in this session
        
        
        Cause
        sequence CURRVAL has been selected before sequence NEXTVAL
        Action
        select NEXTVAL from the sequence before selecting CURRVAL
        
     
    
    
        ORA-08002
        sequence string.CURRVAL is not yet defined in this session
        
        
        Cause
        sequence CURRVAL has been selected before sequence NEXTVAL
        Action
        select NEXTVAL from the sequence before selecting CURRVAL