Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Partition and primary key
Philippe
If you are using parallel clause in index creation/rebuilding you need more space in target tablespace as well as temp tablespace.
Regards
Rafiq
Reply-To: ORACLE-L_at_fatcity.com
To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
Date: Fri, 07 Feb 2003 08:09:25 -0800
You are running out of space in the SCOPE_MD_IDX tablespace.
i.e. your index won't fit.
It appears that you are also using up all the TEMP space. Most unusual, at least to me. I've never seen both the tablespace and the temp tablespace run out of space at the same time.
Jared
On Friday 07 February 2003 00:38, NGUYEN Philippe (Cetelem) wrote:
> Here a sample of my alert.log, SCOPE_MD_IDX is my index tablespace :
>
> ORA-1652: unable to extend temp segment by 320 in tablespace
> SCOPE_MD_IDX
> ORA-1652: unable to extend temp segment by 320 in tablespace
> TEMP
>
>
> 1. I've then created a primary key with DISABLE option
> 2. Build the indexes ---> succeeded
> 3. when I turned the constraint on --> OR-1652
>
> TIA
> Philippe
Content-Type: text/html; charset="iso-8859-1"; name="Attachment: 1" Content-Transfer-Encoding: quoted-printable Content-Description: ----------------------------------------
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Jared Still INET: jkstill_at_cybcon.com Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- 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). _________________________________________________________________ Help STOP SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail -- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: M Rafiq INET: rafiq9857_at_hotmail.com Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- 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 Fri Feb 07 2003 - 14:17:00 CST