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: ORA-01652: unable to extend temp segment

Re: ORA-01652: unable to extend temp segment

From: Michael McMullen <ganstadba_at_hotmail.com>
Date: Mon, 23 Jan 2006 14:43:09 -0500
Message-ID: <BAY103-DAV137F9F13796D86C41083C1A6100@phx.gbl>


It doesn't look like you are running out of temp tablespace, unless your temp tablespace is named PSAPREROGI
It's building the index in parallel so each process will take take up n extents during the build and then be coalesced at the end. What are your extent sizes on PSAPREROGI. Is it ASM? You can build the index serially if you can handle the extra time delay.
I had the same problem last week, my final index was 5.3Gb but was taking > 13Gb during the parallel build.
You can see all of this happening by querying dba_segments during the build.

Mike

--
http://www.freelists.org/webpage/oracle-l
Received on Mon Jan 23 2006 - 13:43:09 CST

Original text of this message

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