Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> ORA-01654 Fix?
I am being told to create another tablespace for an error that I have been
getting (ORA-01654: unable to extend index SYSADM.OPS_TRANS_IDX1 by 138254
in tablespace SYSTEM ORA-27039: create file failed, file size limit reached
OSD-02067: illegal option specified ORA-27039: create fil).
I am trying to understand this.....
Based on the info below, do I have a tablespace that is autoextending to 3 datafiles?
would my SQL look like this? alter tablespace system add datafile 'sys1:\orahome\datalive\sys4live.ora size 2000000000 autoextend on;
Why is it that the 3rd datafile is only 2G and the 1st and 2nd are 4G? Would if be more beneficial to increase the size of the 3rd datafile?
TABLESPACE_NAME BYTES AUTOEXTENSIBLE
============================== =========== ==============
SYSTEM 4292128768 YES
FILE_NAME
![]() |
![]() |