Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Alter sequence

Status
Not open for further replies.

ofsouto

Programmer
Apr 29, 2000
185
0
0
BR
When I install a new application in a client, I need to load some tables with initial registers.
After load tables I need to drop some sequences and create them again with another start number
because I don't know how to do this automaticaly.
I create the load scritp with TOAD tool that don't put ident_xxxx.nextval on sequence attribute.
 
In order to reset the starting number, you have to drop and recreate the sequences. You cannot do this using ALTER SEQUENCE.
Thomas V. Flaherty Jr.
Birch Hill Technology Group, Inc.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top