Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Change the table space name
ALTER TABLE my_table MOVE TABLESPACE eco;
That should do the trick!
HTH,
Brian
priya wrote:
>
> Just started on with oracle 9i v 9.2.0.1
> I have created a table space named 'ECO' and created some tables under
> tablespace eco from the enterpris managers console front end.
>
> But some of the tables which were created has gone under the table pace
> 'SYSTEM'
>
> I would like to put all these tables also under the tablespace 'ECO'.
>
> Can some one give me a 'alter table ...' command to change the tablespace of
> these tables(Which has rows, primary and secondary keys under it ) which is
> under tablespace 'SYSTEM' to tablespace 'ECO'
>
> priya,
Received on Tue Apr 22 2003 - 13:01:52 CDT
![]() |
![]() |