Re: Table belongs to Original tablespace after export with DataPump

From: Niall Litchfield <niall.litchfield_at_gmail.com>
Date: Fri, 30 Jan 2009 09:30:06 +0000
Message-ID: <7765c8970901300130v4177ff8dx50a035762ddefb6d_at_mail.gmail.com>



Hi i'd take a look at the docs. I suspect that you can't use both remap options in the same command. Though clearly that's a fairly obvious use case.

On 1/29/09, Amir Gheibi <gheibia_at_gmail.com> wrote:
> Hi listers,
> I have a 10g DB on HP-UX. I used data pump to make a copy of one of the
> tablespaces. So I exported from one and imported into another one:
>
> $ expdp user1/pass1 schemas=user1 directory=dump_dir
> dumpfile=exp.dmp logfile=expLog.log
>
> $ impdp user2/pass2 directory=dump_dir dumpfile=exp.dmp
> logfile=impLog.log REMAP_SCHEMA=user1:user2
> REMAP_TABLESPACE=tblspc1:tblspc2
>
>
> User1's default tablespace is tblspc1 and User2's default tablespace is
> tblspc2.
>
> What happens is that the "tablespace" property of the imported tables owned
> by "User2" don't change as they are just pointing back to the original
> tables in "tblspc1". Are'nt the imported tables supposed to be copied to the
> destination tablespace?
>
> I logged in as "User2" and ran:
>
> $ select table_name, tablespace_name from user_tables where table_name =
> 'MYTBL'
>
> TABLE_NAME TABLESPACE_NAME
> ---------------------------------------------------------
> MYTBL tblspc1
>
>
> Shouldn't the tablespace_name be "tblspc2"? I thought the data pump creates
> the table in the destination tablespace and then import the data into it.
> How should I prevent that problem at the import time?
>
> Regards,
> Amir Gheibi
>

-- 
Sent from Google Mail for mobile | mobile.google.com

Niall Litchfield
Oracle DBA
http://www.orawin.info
--
http://www.freelists.org/webpage/oracle-l
Received on Fri Jan 30 2009 - 03:30:06 CST

Original text of this message