|
ORA-01654: Unable to extend index %s.%s by %s in tablespace %s
There is not enough space left either due to the datafiles being full, autoextend which is not set at datafile level or due to a disk which's full. You'll have to check the size of the datafiles attached to the tablespace and check whether they can autoextend or not.
Either add more datafiles to the tablespace, set the autoextensible flag or enlarge the datafile(s). To add more space to a file issue following command:
To turn on the autoextend feature on a datafile use following command:
To add a new datafile to the tablespace use following command:
Forum Messages
Add your message for ORA-01654
| ||||||||
