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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Very Urgent ,Help me

Re: Very Urgent ,Help me

From: Madhavan Amruthur <mad012000_at_hotmail.com>
Date: Wed, 08 Nov 2000 18:23:40 PST
Message-Id: <10674.121525@fatcity.com>


Hi Saroj,
The problem is that you are not able to create a segment (table, index, etc) in a tablespace because there is no space in the tablespace.

One solution is to create the segment in a different tablespace where there is space
create table/index <name>
tablespace <another_tbs_name>
....
....

Or add a datafile to the tablespace and then create the segment. alter table <curr_tbs_name> add datafile ......

create table/index
....

Hope this helps.
Regards,

Madhavan

>From: "Dash, Saroj (CAP,CEF)" <Saroj.Dash_at_gecapital.com>
>Reply-To: ORACLE-L_at_fatcity.com
>To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
>Subject: Very Urgent ,Help me
>Date: Wed, 08 Nov 2000 17:40:53 -0800
>
>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).



Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at Received on Wed Nov 08 2000 - 20:23:40 CST

Original text of this message

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