I've got a sequence with MAXVALUE 999999999
which will result in MAXVALUE 1e+009 after reverse engineering
which is MAXVALUE 1000000000
This will lead to problems when using this sequence with CYCLE for a NUMER(9) field, since MAXVALUE exceeds the possible range.
Regards, Peter