Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: How do I control NEXT parameter in the table....
number 1, make pctincrease 0
number 2. alter table tablename storage(next <some other number>);
joe
Uday C Basavaraj wrote:
>
> Hi All,
> My database report says that for couple of tables (in the same tablespace)
> The NEXT (storage parameter) is greater than the available space in the
> tablespace. Actually I have more free space in the tablespace (may be they
> are not continues). I don't want to add another datafile to the tablespace.
> By simply reducing the NEXT and PCTINCREASE storage parameter value can I
> solve this problem? or do I have to recreate the table?. Can anyone tell me
> how do I resolve this problem by not adding new datafile..
>
> Thanks in advance
> Uday
>
> ------------------------------------------------------------------------
> Name: winmail.dat
> winmail.dat Type: application/ms-tnef
> Encoding: 7bit
-- Joe Testa Performing Remote DBA Services, need some backup DBA support? For Sale: Oracle-dba.com domain, its not going cheap but feel free to ask :) -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Joe Testa INET: teci_at_the-testas.net 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 Fri Jul 20 2001 - 15:22:33 CDT
![]() |
![]() |