ORA-01654: unable to extend index user.index_x by 16 in tablespace tablespa
Hi all,
I get the error message : ORA-01654: unable to extend index user.index_x by 16 in tablespace tablespace_t after an insert into table table_x(having the index index_x ).
Could you please help me ? Should I add new datafile? Is there any other solution
I have get this message before, I have added new datafile to this tablespace,
ALTER TABLESPACE tablespace_t ADD DATAFILE 'C:\APP\...\ORADATA\MABASE\S_TAB_user02.DBF' SIZE 500M
AUTOEXTEND ON NEXT 100M MAX SIZE 1000M;
TABLESPACE_NAME ALLOUE OCCUPE LIBRE
1 tablespace_t 5720 5421 297