Tips for Oracle DBA
Oracle Database Administration, How To, Daily DBA jobs, Oracle Error Cause and Action
Oracle DBA, How To, Error, Cause and Action
Back To Menu
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
Newer Post
Older Post
Home