Database Error Messages

OCI-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.