Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Re: Unable to create INITIAL extent for segment in tablespace

Re: Unable to create INITIAL extent for segment in tablespace

From: Connor McDonald <connor_mcdonald_at_yahoo.com>
Date: 2000/03/02
Message-ID: <38BE3A0E.5946@yahoo.com>#1/1

Yulia wrote:
>
> I want to create a simple table and I got error like:
>
> create table test_db (line_num number(3), line_text varchar2(128));
> *
> ERROR at line 1:
> ORA-01658: unable to create INITIAL extent for segment in tablespace
> DEV_DATA1
>
> What can I do about it?

Have a look at DBA_FREE_SPACE for tablespace DEV_DATA1. It probably needs either a coalesce ( to get a single chunk large enough) or an increase in space (via its datafiles)

HTH

-- 
===========================================
Connor McDonald
http://www.oracledba.co.uk

We are born naked, wet and hungry...then things get worse
Received on Thu Mar 02 2000 - 00:00:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US