Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> alter table move resets NEXT?
Hi all:
We are running oracle 8.1.7.2 in parallel mode. A DBA on my team noticed that when he moves a table into a new tablespace via:
alter table XXX move tablespace YYY;
the table XXX's NEXT extent is being changed to its original value (the one table was created with). Even when he tried
alter table XXX move tablespace YYY storage (NEXT ZZZ)
it still didn't help and the next extent was not set to ZZZ. I know that truncate command does this - resets NEXT to its original value, but does alter table move resets NEXT too? Does anyone know if this is a bug? a feature?
thanks
Gene
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Thu May 23 2002 - 10:13:35 CDT
![]() |
![]() |