CNC, DB and Operating System - JDE1 (MOSC)

MOSC Banner

Error - ORA-01658: unable to create INITIAL extent for segment in tablespace DEVDTAI

edited Apr 29, 2015 4:14PM in CNC, DB and Operating System - JDE1 (MOSC) 9 commentsAnswered

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.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center