Hi Saroj
// *Action: Use ALTER TABLESPACE ADD DATAFILE to add additional space to the
// tablespace or retry with a smaller value for INITIAL
You have also an option to resize the datafile:
alter database datafile '<dfname>' resize XXX M ;
Check dba_data_files, v$datafile for the datafile name
With regards
Alex Afanassiev
Oracle DBA, TOC OPS/Internet.Operations
Tel: (03) 8 661 20 61
Fax: (03) 9 650 36 74
> -----Original Message-----
> From: Dash, Saroj (CAP,CEF) [SMTP:Saroj.Dash_at_gecapital.com]
> Sent: Thursday, November 09, 2000 12:41 PM
> To: Multiple recipients of list ORACLE-L
> Subject: Very Urgent ,Help me
>
> Hi,
>
> I got a problem of error ora 1658.
>
> Please tell me what are the best ways to solve this problem.
>
> Tell me the step.
> THe problem is like this.
>
> , "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 for INITIAL
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Dash, Saroj (CAP,CEF)
> INET: Saroj.Dash_at_gecapital.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
Received on Wed Nov 08 2000 - 21:04:37 CST