Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Very Urgent ,Help me
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
------_=_NextPart_001_01C049F4.7C9AE400
Content-Type: text/plain
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
> >--
> >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
> http://profiles.msn.com.
>
> --
> Please see the official ORACLE-L FAQ: 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
> also send the HELP command for other information (like subscribing).
------_=_NextPart_001_01C049F4.7C9AE400
Content-Type: text/html
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <HTML> <HEAD> <META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =charset=3DUS-ASCII">
<TITLE>RE: Very Urgent ,Help me</TITLE> </HEAD> <BODY>
<P><FONT COLOR=3D"#0000FF" SIZE=3D2 FACE=3D"Arial">or resize the =
datafile to a bigger size.</FONT>
</P>
<P><FONT COLOR=3D"#0000FF" SIZE=3D2 FACE=3D"Arial">Satar</FONT> </P> <UL> <P><FONT SIZE=3D1 FACE=3D"Arial">-----Original Message-----</FONT> <BR><B><FONT SIZE=3D1 FACE=3D"Arial">From: </FONT></B> <FONT =SIZE=3D1 FACE=3D"Arial">Madhavan Amruthur = [SMTP:mad012000_at_hotmail.com]</FONT>
<P><FONT SIZE=3D2 FACE=3D"Arial">Hi Saroj,</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">The problem is that you are not able =
to create a segment (table, index, etc) </FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">in a tablespace because there is no =
space in the tablespace.</FONT>
</P>
<P><FONT SIZE=3D2 FACE=3D"Arial">One solution is to create the segment =
in a different tablespace where there </FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">is space</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">create table/index =
<name></FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">tablespace =
<another_tbs_name></FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">....</FONT> <BR><FONT SIZE=3D2 FACE=3D"Arial">....</FONT> </P>
<P><FONT SIZE=3D2 FACE=3D"Arial">Or add a datafile to the tablespace =
and then create the segment.</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">alter table <curr_tbs_name> add =
datafile ......</FONT>
</P>
<P><FONT SIZE=3D2 FACE=3D"Arial">create table/index</FONT> <BR><FONT SIZE=3D2 FACE=3D"Arial">....</FONT> </P> <P><FONT SIZE=3D2 FACE=3D"Arial">Hope this helps.</FONT><BR><FONT SIZE=3D2 FACE=3D"Arial">Regards,</FONT> </P>
<P><FONT SIZE=3D2 FACE=3D"Arial">Madhavan</FONT> </P> <BR>
<P><FONT SIZE=3D2 FACE=3D"Arial">>From: "Dash, Saroj =
(CAP,CEF)" <Saroj.Dash_at_gecapital.com></FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">>Reply-To: =
ORACLE-L_at_fatcity.com</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">>To: Multiple recipients of list =
ORACLE-L <ORACLE-L_at_fatcity.com></FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">>Subject: Very Urgent ,Help =
me</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">>Date: Wed, 08 Nov 2000 17:40:53 =
-0800</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">></FONT> <BR><FONT SIZE=3D2 FACE=3D"Arial">>Hi,</FONT> <BR><FONT SIZE=3D2 FACE=3D"Arial">></FONT> <BR><FONT SIZE=3D2 FACE=3D"Arial">>I got a problem of error ora =1658.</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">></FONT> <BR><FONT SIZE=3D2 FACE=3D"Arial">>Please tell me what are the best = ways to solve this problem.</FONT> <BR><FONT SIZE=3D2 FACE=3D"Arial">></FONT> <BR><FONT SIZE=3D2 FACE=3D"Arial">>Tell me the step.</FONT> <BR><FONT SIZE=3D2 FACE=3D"Arial">>THe problem is like this.</FONT> <BR><FONT SIZE=3D2 FACE=3D"Arial">></FONT> <BR><FONT SIZE=3D2 FACE=3D"Arial">>, "unable to create INITIAL =extent for segment in tablespace %s"</FONT> <BR><FONT SIZE=3D2 FACE=3D"Arial">>// *Cause: Failed to find = sufficient contiguous space to allocate INITIAL</FONT> <BR><FONT SIZE=3D2 =
<BR><FONT SIZE=3D2 FACE=3D"Arial">>--</FONT> <BR><FONT SIZE=3D2 FACE=3D"Arial">>Please see the official ORACLE-L = FAQ:</FONT><U> <FONT COLOR=3D"#0000FF" SIZE=3D2 FACE=3D"Arial"><A =HREF=3D"http://www.orafaq.com" =
FACE=3D"Arial">>-----------------------------------------------------=---------------</FONT>
<P><FONT SIZE=3D2 =
FACE=3D"Arial">_________________________________________________________= ________________</FONT>
<P><FONT SIZE=3D2 FACE=3D"Arial">Share information about yourself, =
create your own public profile at </FONT>
<BR><U><FONT COLOR=3D"#0000FF" SIZE=3D2 FACE=3D"Arial"><A =
HREF=3D"http://profiles.msn.com" =
TARGET=3D"_blank">http://profiles.msn.com</A></FONT></U><FONT SIZE=3D2 =
FACE=3D"Arial">.</FONT>
</P>
<P><FONT SIZE=3D2 FACE=3D"Arial">-- </FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">Please see the official ORACLE-L =
FAQ:</FONT><U> <FONT COLOR=3D"#0000FF" SIZE=3D2 FACE=3D"Arial"><A =
HREF=3D"http://www.orafaq.com" =
TARGET=3D"_blank">http://www.orafaq.com</A></FONT></U>
<BR><FONT SIZE=3D2 FACE=3D"Arial">-- </FONT> <BR><FONT SIZE=3D2 FACE=3D"Arial">Author: Madhavan Amruthur</FONT> <BR><FONT SIZE=3D2 FACE=3D"Arial"> INET: =mad012000_at_hotmail.com</FONT>
<P><FONT SIZE=3D2 FACE=3D"Arial">Fat City Network =
Services -- (858) 538-5051 FAX: (858) =
538-5051</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">San Diego, =
California -- Public Internet =
access / Mailing Lists</FONT>
<BR><FONT SIZE=3D2 =
FACE=3D"Arial">---------------------------------------------------------=-----------</FONT>