SQL Language (MOSC)

MOSC Banner

oracle sequence not able to alter

edited Jan 4, 2012 9:12PM in SQL Language (MOSC) 21 commentsAnswered
hi,  I need to alter oracle sequence every day 12.00 mid night. 

my sequence is


CREATE SEQUENCE GRP_TRVL
  START WITH 533
  INCREMENT BY   1
  MAXVALUE 9999999999999999999999999999
  MINVALUE 1
  NOCYCLE
  NOCACHE
  NOORDER;

I need to  change  START WITH  parameter. 

alter sequence   GRP_TRVL START WITH 1;

this is not working

pl hlep

thanks

ashwan

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center