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: Move a object to another data file of the same tablespace

Re: Move a object to another data file of the same tablespace

From: Ralph Ganszky <Ralph.Ganszky_at_sap.com>
Date: Mon, 30 Aug 1999 15:02:21 +0200
Message-ID: <37CA80DD.1C3ADAA9@sap.com>


Hi Kevin,

You cannot told oracle where it should put Your table, but You can allocate

extents where You want. There is a command

ALTER TABLE table ALLOCATE EXTENT ( DATAFILE 'filename' SIZE int [k|m] );

to allocate Extents for a table or index. If You create the table with minimal extent of two blocks, You can allocate further extents
with the obove command. But if the space of the table will become to small for the data
the database will allocate a next extent where the database want.

--
Best regards

Ralph Ganszky

KC wrote:

> Dear all,
>
> Is it possible to move a table to a new datafile on the same tablespace
> after addition of new datafiles?
>
> Thanks,
> Kevin Cheung
Received on Mon Aug 30 1999 - 08:02:21 CDT

Original text of this message

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