Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

how to alter sequence?

Most Wanted!!!!Dec 14 2011 — edited Dec 15 2011
hello gurus,

i have a sequence like this
CREATE SEQUENCE  seq_idea
  START WITH 6
  MAXVALUE 9999999999
  MINVALUE 1
  NOCYCLE
  NOCACHE
  NOORDER;
i want to change the start with as 100 ,can any one tell me how to alter sequence



regards,
friend
This post has been answered by BelMan on Dec 15 2011
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 12 2012
Added on Dec 14 2011
8 comments
263 views