Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Import + Sequences
Make sure all users are off the system and make sure all jobs are
disabled. Use a consistent export. You could drop your new sequences
and then use a program like TOAD to generate your create sequence
statements and change the script to to make sure it starts the new
sequence at n+x.
Example: your old sequence starts at 100023, start your new sequence at 100024 and you should be set to go. Received on Tue Mar 14 2006 - 16:24:10 CST
![]() |
![]() |