Oracle DBA, How To, Error, Cause and Action

ORA-08002: sequence string.CURRVAL is not yet defined in this session

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

No comments:

Post a Comment

Thanks for your comment.