Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Importing Sequences
You will need to import in user mode not table mode as a sequence is a seperate object within the database and owned by a user, it is not part of a table even though you may use it to generate unique keys
Gazza
> Is there anyway to import a sequence? I can import tables, but one
> table
> has a sequence associated with one column. When I use imp80 to import
> the tables I want to import, the sequence is not imported.
>
> Thanks,
> Kevin
>
Received on Thu Dec 09 1999 - 06:25:25 CST
![]() |
![]() |