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 move changes rowids?

Re: table move changes rowids?

From: Daniel Morgan <damorgan_at_x.washington.edu>
Date: Tue, 18 Nov 2003 13:51:52 -0800
Message-ID: <1069192335.415435@yasure>


Ed Stevens wrote:

> On Tue, 18 Nov 2003 08:03:28 -0800, Daniel Morgan
> <damorgan_at_x.washington.edu> wrote:
>
>

>>Lucyna Witkowska wrote:
>>
>>
>>>Michael J. Moore <NOhicamelSPAM_at_comcast.net> wrote:
>>>
>>>
>>>>Thanks for the info. I'd hate to imagine the performance problems that could
>>>>result if you didn't know you had to rebuild the indexes.
>>>
>>>
>>>Not performance problems but ORA-01502 error!
>>>I wonder why 'alter table move' don't rebuild indexes itself.
>>>
>>>Greetings,
>>>LW
>>
>>Because it doesn't know where you might want them rebuilt or with
>>what modifications.

>
>
> I like the suggestion. I'd guess that if that functionality were
> given to ALTER TABLE MOVE, the syntax would be expanded to support the
> index specification. At the very "worst" it could (with no additional
> syntax) rebuild the index in its current location with its current
> definition.

I like it. Perhaps something like:

ALTER TABLE <table_name> MOVE <move stuff> REBUILD INDEX ASIS;

-- 
Daniel Morgan
http://www.outreach.washington.edu/ext/certificates/oad/oad_crs.asp
http://www.outreach.washington.edu/ext/certificates/aoa/aoa_crs.asp
damorgan_at_x.washington.edu
(replace 'x' with a 'u' to reply)
Received on Tue Nov 18 2003 - 15:51:52 CST

Original text of this message

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