Database Error Messages

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

ORA-04005

The INCREMENT must be less than the MAXVALUE minus MINVALUE.

Cause

The specified INCREMENT integer value was either greater than or equal to the difference between the MAXVALUE integer value and the MINVALUE integer value.


Action

Specify an INCREMENT integer value that is less than the difference between the MAXVALUE integer value and the MINVALUE integer value.