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 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 report
select 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; TABLESPACE_NAME
FREE_SPACE SEGCOUNT TOTALOFSEGMENTS
------------------------------ ---------------- -------- ---------------- IDX_FINC_C70614 4,096 1 4,096 IDX_FINC_C70614 24,576 6 147,456 IDX_FINC_C70614 28,672 1 28,672 IDX_FINC_C70614 364,544 1 364,544 IDX_FINC_C70614 368,640 2 737,280 IDX_FINC_C70614
1,396,736
1
1,396,736
IDX_FINC_C70614 2,801,664 1 2,801,664 ---------------- TOTAL of SEGMENTS 913,092,608 ----- Original Message -----
|
Title: RE: Ora-1654 Unable to extend index on tablespace
- Re: Ora-1654 Unable to extend index on tablespace Mitchell
- RE: Ora-1654 Unable to extend index on tables... Page, Bruce
- RE: Ora-1654 Unable to extend index on tables... Smith, Ron L.
- Re: Ora-1654 Unable to extend index on tables... Stephane Faroult
- Re[2]: Ora-1654 Unable to extend index on ta... dgoulet
- RE: Ora-1654 Unable to extend index on tables... Christopher Spence
- RE: Ora-1654 Unable to extend index on tables... Koivu, Lisa
- RE: Ora-1654 Unable to extend index on tables... Mitchell
- RE: Ora-1654 Unable to extend index on tables... Nicoll, Iain (Calanais)
- RE: Ora-1654 Unable to extend index on tables... Mohan, Ross