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 in an other tablespace

Re: Importing in an other tablespace

From: Dale Edgar <dale_at_databee.com>
Date: Thu, 24 Jan 2002 12:47:16 GMT
Message-ID: <3c5000f7.2151777@news.btclick.com>


Hi Frank

On Thu, 24 Jan 2002 12:18:25 +0100, "Frank Demuynck" <frank.demuynck_at_entelec.be> wrote:

>I want to move a user who is created in the tablespace users to an other
>tablespace on an other server.
> [...stuff snipped...]
>So the import want to create the table in the tablespace users who is
>offline
>But I want that the import create the tables in the new tablespace

The export file has the storage clause and tablespace information imbedded within it. You will have to pre-create the objects that are to go into the new tablespace and then import with the ignore=Y option.

If you don't wish to find and modify all the DDL by hand you should consider getting the free DBATool software. The DBATool is designed to read an export file and strip off (or replace) tablespace and storage clause information. It is a trival task to have the DBATool generate runnable SQL scripts of your DDL without the tablespace and storage clause information.

The DBATool can be found at: http://www.databee.com/dt_home.htm

Thanks
Dale Edgar
Net 2000 Ltd.
Dale_at_DataBee.com Received on Thu Jan 24 2002 - 06:47:16 CST

Original text of this message

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