Re: SQL*Loader REALLY unique sequences

From: Joel Fedorko <jfedorko_at_ncsa.uiuc.edu>
Date: Fri, 11 Dec 1992 20:19:22 GMT
Message-ID: <1992Dec11.201922.20372_at_ncsa.uiuc.edu>


To get a unique sequence on each load you can also use

 colname SEQUENCE (startnum,increment) ! where startnum is spec'd by you

 colname SEQUENCE (MAX,increment) ! where (if I remember right) MAX is the

! largest value for the col currently in
! the table and loader will start #'ing
! w/MAX+increment
-- Joel Fedorko Remember Bit Hopper, Consultant You must become one with the machine. Day Data jfedorko_at_ncsa.uiuc.edu Any opinions I express will be ignored.
Received on Fri Dec 11 1992 - 21:19:22 CET

Original text of this message