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: Partition and primary key

Re: Partition and primary key

From: Jared Still <jkstill_at_cybcon.com>
Date: Fri, 07 Feb 2003 08:09:25 -0800
Message-ID: <F001.0054728B.20030207080925@fatcity.com>

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).
Received on Fri Feb 07 2003 - 10:09:25 CST

Original text of this message

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