| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Ora-1654 Unable to extend index on tablespace
Hi DBAs
Whenever I have the ora-1654, I
will
1. alter index/table name deallocate unused
2. alter tablespace name coalescs;
3. run querys to check dba_free_space and
dba_data_files
There are total 140 indexes on this tablespace with
setting init 1024k and next 1024k.
I got confused now that <FONT face=Arial
size=2>for message 'unable to extend by 256'. What is mean for 256
here?
The free space(byte) must be over 1024k here
to avoid ora-1654 for each of 140 index segments?
Thanks in advance.
Mitchell
This the query I run today. I only take first
few lines and last few lines.
compute sum LABEL 'TOTAL of SEGMENTS' of
totalofsegments on reportselect tablespace_name, bytes free_space,
count(bytes) segcount, (bytes *
count(bytes)) totalofsegments from dba_free_space where
tablespace_name=UPPER('&1') group by tablespace_name,
bytes order by tablespace_name, bytes;
<FONT face=Arial
size=2>TABLESPACE_NAME FREE_SPACE SEGCOUNT TOTALOFSEGMENTS------------------------------ ---------------- -------- ----------------IDX_FINC_C706144,096
4,096IDX_FINC_C7061424,576
147,456IDX_FINC_C7061428,672
size=2>IDX_FINC_C70614364,544
364,544IDX_FINC_C70614368,640
size=2>IDX_FINC_C706141,396,736
1,396,736IDX_FINC_C706142,801,664
2,801,664 ----------------TOTAL of SEGMENTS913,092,608
Mitchell have you tried coalescing
your tablespace? How big are your extents?
-----Original Message----- <FONT
face=Arial size=1>From: <FONT face=Arial
size=1>Mitchell [<A
href="mailto:SMTP:mitchell_at_comnet.ca">SMTP:mitchell_at_comnet.ca]
Sent: <FONT face=Arial
size=1>Monday, June 25, 2001 5:28 PM <FONT face=Arial
size=1>To: <FONT face=Arial
size=1>Multiple recipients of list ORACLE-L <FONT face=Arial
size=1>Subject: <FONT
face=Arial size=1>Re: Ora-1654 Unable to extend index on
tablespace
size=2>SEGMENT
TYP BYTES NEXT_EXTENT
size=2>-----------------------------------------------------------------------
--- ---------------- ------------
![]() |
![]() |