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: Table fragmentation

Re: Table fragmentation

From: Mark D Powell <Mark.Powell_at_eds.com>
Date: 12 Jan 2005 16:09:36 -0800
Message-ID: <1105574976.589757.308180@z14g2000cwz.googlegroups.com>


Don't forget the easiest way providing adequate space exists in the tablespace or the tablespace can be changed: alter table x move;

No loss of grants, constraints, etc... to worry about Just follow with alter index x_1 rebuild;

Same warning exists that the index tablespace must have enough free space to hold the index or you will have to relocate it to a new tablespace.

HTH -- Mark D Powell -- Received on Wed Jan 12 2005 - 18:09:36 CST

Original text of this message

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