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

Home -> Community -> Usenet -> c.d.o.server -> Re: Error on Table Creation ORA-01658

Re: Error on Table Creation ORA-01658

From: James Petts <jpetts_at_celltech.co.uk>
Date: 1998/01/12
Message-ID: <34BA3FA0.5EF9@celltech.co.uk>#1/1

M.Puig wrote:
>
> Trying to create a new table on Oracle 7.1.5.2 over OpenVMS 6.2 1H3 the
> following error occurs:
> ORA-01658 Unable to create INITIAL extent for segment in tablespace
> HISTORIA.
Appropriate message is below. It means there is not enough contiguous free space to allocate the initial extent for your table.

ORA-01658 unable to create INITIAL extent for segment in

          tablespace name
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 for INITIAL.

-- 
James "I'd rather fall off Ilustrada than ride any other horse" Petts
Received on Mon Jan 12 1998 - 00:00:00 CST

Original text of this message

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