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

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

?: Very Urgent ,Help me

From: Dash, Saroj (CAP,CEF) <Saroj.Dash_at_gecapital.com>
Date: Thu, 9 Nov 2000 12:49:52 +0900
Message-Id: <10674.121530@fatcity.com>


In that tablespace lots of space are there.No need of resize to a bigger size.More than 1.5gb are free space are there.  

I already have done alter tablespace coalasec.No improve ment.  

if i will resize the initial extents to smaller size ,can this problem will be solved. Tell me if any other steps are there.  

Saroj.

-----???????-----

???: Satar Naghshineh [mailto:Satar.Naghshineh_at_irvine.mellesgriot.com]
????: Thursday, November 09, 2000 AM 11:40
??: Multiple recipients of list ORACLE-L
??: RE: Very Urgent ,Help me


or resize the datafile to a bigger size.

Satar

        -----Original Message-----
From: Madhavan Amruthur [SMTP:mad012000_at_hotmail.com] Sent: Thursday, November 09, 2000 2:26 AM

To:     Multiple recipients of list ORACLE-L 
Subject:        Re: Very Urgent ,Help me 

	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
<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 <http://www.hotmail.com> .

        Share information about yourself, create your own public profile at http://profiles.msn.com <http://profiles.msn.com> .

        --
Please see the official ORACLE-L FAQ: http://www.orafaq.com <http://www.orafaq.com>

-- 
Author: Madhavan Amruthur 
  INET: mad012000_at_hotmail.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 
Received on Wed Nov 08 2000 - 21:49:52 CST

Original text of this message

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