Error - ORA-01658: unable to create INITIAL extent for segment in tablespace DEVDTAI
Hi,
currently submited report and spend long time processing, but log say:
Error - ORA-01658: unable to create INITIAL extent for segment in tablespace DEVDTAI
I find:
•add a new datafile into the tablespace to increase space. example:ALTER TABLESPACE SYSTEM ADD DATAFILE 'c:/oraclexe/oradata/xe/system2.dbf' size 25M
•set AUTOEXTEND on for the data file for the tablespace. example:ALTER DATABASE DATAFILE 'c:/oraclexe/oradata/xe/system2.dbf' AUTOEXTEND ON;
•increase the size of the existing datafile. example:ALTER DATABASE DATAFILE 'c:/oraclexe/oradata/xe/system2.dbf' RESIZE 25M;
please could hlp me to resolve this issue..in basic word.