I creating sequence - create sequence customer_seq cache 10;
What I get from alter sequence customer_seq:
A. NOCACHE – NEXTVAL 1
B. INCREMENT BY 10 - NEXTVAL 10.
C. START WITH 11 - ORA-02283: cannot alter starting sequence number
D. MINVALUE 11 - ORA-04007: MINVALUE cannot be made to exceed the current value
E. CYCLE 11 - ORA-00933: SQL command not properly ended
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
yaya32
6 months, 2 weeks agoArth1989
6 months, 3 weeks agojm9999
10 months agoRamunele
10 months, 2 weeks agoIzzicertificacion
12 months ago