ORA-01654:unable to extend index HR.XXHRS_PER_PEOPLE_F_N1 by 35 in [message #137097] |
Tue, 13 September 2005 04:23 |
puneetsachar
Messages: 97 Registered: March 2005 Location: New Delhi, India
|
Member |
|
|
Subject - ORA-01654: unable to extend index HR.XXHRS_PER_PEOPLE_F_N1 by 35 in
tablespace HRX
Hi chaps!
hope my message finds everyone in best of health and sprits!
I've got this error and need your suggestion
I have ran this
select db.FILE_NAME,
db.AUTOEXTENSIBLE,
db.INCREMENT_BY,
db.USER_BLOCKS,
t.INITIAL_EXTENT,
t.NEXT_EXTENT,
t.EXTENT_MANAGEMENT
FROM dba_data_files db,
dba_tablespaces t
where db.TABLESPACE_NAME = t.TABLESPACE_NAME
and t.TABLESPACE_NAME = 'HRX'
and got this -->
/export/H003_overflow/H003_index/hrx01.dbf
and see the df -k for export
35529837 30403424 4771115 87% /export
plz help me, what I do
Regards
Puneet
|
|
|
|
|
|
|