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: ORA-1631: Unable to extend

Re: ORA-1631: Unable to extend

From: Johnny <johnny.verhoeven_at_village.uunet.be>
Date: Tue, 09 Mar 1999 19:35:36 +0100
Message-ID: <36E569F8.A64FA36@village.uunet.be>


What is the max_extents of the table.
It is probabley to low.

Set the table to 50 MB initial with 25 MB extent Also make sure you have 325MB (130000*2500) free space in the tablespace. You will need to extend it

Johnny Verhoeven
sriviswa_at_hotmail.com wrote:
>
> I have a tablespace of 300 mb (1 datafile). There are about 350 tables (none
> having any rows). We tried to load data (130000 rows X 2500 bytes max row
> length) into a new table that was created with 10mb initial extent and a next
> of 1mb. Ran into ORA-1631 at 82000 rows. Recreated the table with 50mb
> initial extent with 1mb next extent. This time ... we blew up at 22000 rows.
> Tried again with 25 mb initial and 1 mb next. 32000 rows and boom. The
> tblspace has 733 fragments. Just last week I truncated all tables to free up
> allocation. Any idea how to fix this problem and make it work.
>
> The tablespace shows a utilization of 9% (25 mb) and has 277mb free. We
> estimated the total data load to take up about 120 mb as many of the columns
> are varchar2s and have no data in them.
>
> Thanks,
>
> Srini.
>
> -----------== Posted via Deja News, The Discussion Network ==----------
> http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
Received on Tue Mar 09 1999 - 12:35:36 CST

Original text of this message

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