Suppose I have a sequence like below
SEQUENCE_NAME | MIN_VALUE | MAX_VALUE | INCREMENT_BY | CYCLE_FLAG | ORDER_FLAG | CACHE_SIZE | LAST_NUMBER |
---|
SEQ_TRD_REFNO | 1 | 999999999999999999999999999 | 1 | N | N | 0 | 9532 |
Now I want to update the sequence to set the LAST_NUMBER as currentval + 900000000.I am a newbie to sequence in oracle. Can anyone help?