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

Home -> Community -> Usenet -> c.d.o.server -> Re: Importing Sequences

Re: Importing Sequences

From: Gary Waldrom <garyw_at_amonra-insight.com>
Date: Thu, 9 Dec 1999 12:25:25 -0000
Message-ID: <E47927FC0A9CD3119D090000216DAFF50173C8@THOTH>

        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

Original text of this message

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