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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Importing dump in different tablespace

Re: Importing dump in different tablespace

From: Ghassan Salem <salem.ghassan_at_gmail.com>
Date: Mon, 19 Jun 2006 15:31:35 +0200
Message-ID: <411d50f60606190631l7956a124h49cfc339d8dea9c6@mail.gmail.com>


Hi,
you can assign the tablespace that you want as 'default tablespace' of the target schema, then use 'fromuser' 'touser' to imp from the source schema to the target one.

NB: this does not work for partitionned tables. In this case, you have to pre-create the tables, and use ignore=y upon import. You can get the DDL by using the indexfile parameter upon imp, and edit this resulting file.

rgds

On 6/19/06, Vijay Mishra <v.mishra_at_qualityg.com> wrote:
>
> Hi,
>
>
>
> How can an exp dump from Server1 be imported into the Server2 using
> different table space and different users?
>
>
>
>
>
> By default dump is getting imported into the server default tablespace not
> the user default tablespace. Please help I want to import the dump in user
> default tablespace.
>
>
>
>
>
>
>
> BR
>
>
>
> Vijay
>

--
http://www.freelists.org/webpage/oracle-l
Received on Mon Jun 19 2006 - 08:31:35 CDT

Original text of this message

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