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: [Q] Moving tables between tablespaces?

Re: [Q] Moving tables between tablespaces?

From: Jerry Gitomer <jgitomer_at_ictgroup.com>
Date: Thu, 06 Aug 1998 08:27:28 -0400
Message-ID: <35C9A130.79C7@ictgroup.com>


Hi Chris,

        I don't think this will copy constraints or indexes but ...

		CREATE TABLE new_table AS
		SELECT * FROM old_table
		TABLESPACE new_tablespace;


Chris Muir wrote:
>
> Howdy.
>
> Is there a quick and simple way to move tables between tablespaces?
>
> If no what steps have to be done to achieve the same result?
>
> Any help appreciated in advance :)
>
> Regards,
> Chris
>
> cmuir_at_mitswa.com.au.no.spam
>
> If you would like to contact me via email, please remove the
> '.no.spam' from my email address.

--

Jerry Gitomer         	ICT Group
jgitomer_at_ictgroup.com	Langhorne PA
jgitomer_at_yahoo.com 	Opinions are mine not those of ICT Group
Received on Thu Aug 06 1998 - 07:27:28 CDT

Original text of this message

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