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: Export/Import

Re: Export/Import

From: Erwin Dondorp <erwindon_at_wxs.nl>
Date: Tue, 24 Jul 2001 10:38:13 +0200
Message-ID: <3B5D33F5.C32D5D35@wxs.nl>

Yaroslav Perventsev wrote:
> AFAIK...
> import use default user tablespace(if tablespace from which exported doesn't
> exist) .

Sorry, import uses the tablespace that the table was originally in when the export was done.

But you can force the tables to be in a certain tablespace by first creating all the empty tables in the wanted tablespace. On import, the table-create will fail, but that can be ignored. After that the data will be loaded into the table.

        Erwin

> Zeyad S <sweidanz_at_yahoo.com> ñîîáùèë â íîâîñòÿõ
> ñëåäóþùåå:3B5D2A27.9DAF7B1C_at_yahoo.com...
> > Does anyone know how to change the tablespace when you import a
> > table(s)? I have looked at the manuals and nothing is mentioned in this
> > matter. When exporting a table, Oracle specifies the tablespace name in
> > the create table statement. When importing the table, I would like to
> > change that tablespace or leave it to the default of the user importing
> > that table.
Received on Tue Jul 24 2001 - 03:38:13 CDT

Original text of this message

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