Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Re: Re: Auto sequencing

Re: Re: Auto sequencing

From: <rtproffitt_at_my-deja.com>
Date: 2000/04/19
Message-ID: <8dkp6n$uck$1@nnrp1.deja.com>#1/1

Upon further reading of Shaun's question, the simple answer is:
Yes, set the sequence generater to max(USERID)+1

Either (a) recreate the sequence using START WITH n or (b) change the INCREMENT BY, do a nextval to bump it up a large number, then change the INCREMENT BY back to 1
(3 steps)....

(Anyone know other ways to change a sequence?)

Robert Proffitt

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Wed Apr 19 2000 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US