Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Newbie DBA Question: ORA-01658
On 30 Oct 2001 08:40:32 -0800, jerryli60540_at_yahoo.com (Jerry Li)
wrote:
>ORA-01658: unable to create INITIAL extent for segment in tablespace
>TASDEVT_INDEXES_VOD
>
>What do I need to do?
oerr ora 1658 gives us:
01658, 00000, "unable to create INITIAL extent for segment in tablespace %s"
// *Cause: Failed to find sufficient contiguous space to allocate // INITIAL extent for segment being created. // *Action: Use ALTER TABLESPACE ADD DATAFILE to add additional space // to the tablespace or retry with a smaller value forINITIAL You can also try coalescing space in the tablespace. Received on Tue Oct 30 2001 - 11:00:08 CST
![]() |
![]() |