I have created a sequence, but I can't change the increment not after that

the sequence of creation

CREATE SEQUENCE STEP 2 START WITH 1000 10 MINVALUE;

change the sequence

change the FOLLOWING SEQUENCE of STEP increase BY 3 START WITH 1000 MINVALUE 10;

So, the error message is quite obvious...

Why you don't include any properties in your change the order, you do not want to change?

a: just do

ALTER SEQUENCE LEVEL BY 3.

HTH

Tags: Database

Similar Questions

Maybe you are looking for