Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

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