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: Moving Table in Tablespace

Re: Moving Table in Tablespace

From: eugen <eugennyffeler_at_netscape.net>
Date: 2000/04/04
Message-ID: <38EA36CC.FEA1052A@netscape.net>#1/1

But keep in mind, that you have to create the table in the new tablespace before you start the import,
otherwise your tables are created in the old tablespace, or if it doesn't exist, the import will fail.

an other way would be "create table xyz as select * from abc" with the correct tablespace and
storage clause. the drawback is that you don't get the constraints, indexes, grants and so on
automatically.

rgds
eugen

Eugene Firyago wrote:

> export/import
>
> Duarte Nuno Sousa <Duarte.Sousa_at_solsuni.pt> wrote in message
> news:38E9E89A.5576F60_at_solsuni.pt...
> >
> > What is the best mode of moving tables, with data, across Tablespaces ?
> >
> > Duarte Nuno de Sousa
> > duarte.sousa_at_solsuni.pt
> >
> >
Received on Tue Apr 04 2000 - 00:00:00 CDT

Original text of this message

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