Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> alter table move resets NEXT?

alter table move resets NEXT?

From: Gurelei <gurelei_at_YAHOO.COM>
Date: Thu, 23 May 2002 07:13:35 -0800
Message-ID: <F001.00469367.20020523071335@fatcity.com>


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



Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
http://launch.yahoo.com
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Gurelei
  INET: gurelei_at_yahoo.com
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

Original text of this message

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