The nextval for sequence AR_PAYMENT_SCHEDULES_S and it is 2,149,210,001.
If the variable used in the program ARLPLB to store this value is define as a 4 byte integer it will not be able to store this value (the maximum int value is 2,147,483,647) and will raise the error. The maximum value for BINARY_INTEGER and PLS_INTEGER is 2,147,483,647
Changes
Cause
To view full details, sign in with your My Oracle Support account.
Don't have a My Oracle Support account? Click to get started!