Oracle DBA, How To, Error, Cause and Action

ORA-08004: sequence string.NEXTVAL string stringVALUE and cannot be instantiated

ORA-08004: sequence string.NEXTVAL string stringVALUE and cannot be instantiated


Cause:


instantiating NEXTVAL would violate one of MAX/MINVALUE



Action:


alter the sequence so that a new value can be requested

No comments:

Post a Comment

Thanks for your comment.