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

Home -> Community -> Usenet -> c.d.o.server -> Re: Help with temp tablespace problem

Re: Help with temp tablespace problem

From: Chuck Hamilton <chuck_hamilton_at_yahoo.com>
Date: Wed, 08 Aug 2001 11:38:33 -0400
Message-ID: <t1n2nt0e0b1vegmeiq5qdn8g6ls6nra9nt@4ax.com>

On 7 Aug 2001 14:48:05 -0400, stanb_at_panix.com (Stan Brown) wrote:

>I'm trying to run a slect that involves an ORDER BY on a table with over 1
>million rows.
>
>I originaly got an error message about not being able to extend the TEMP_TS
>tablespace. So I looked around and found a 500MB tablespace that I had
>created for a test a while back, and that has since been completly emptied
>out. I did a ALTER USER to set the user I was runig as temporary tablespce
>to this tablespace, and thought everything would be fine. Unfortunately,
>now I am geting this error message:
>
>ORA-01630: max # extents (121) reached in temp segment in tablespace GNUMETRICS_TS
>
>What do I need to do to allow the use of larger temporary segments in this
>new tablespace?
>
>Oracle 7.3.4, if it matters.
>

This is probably not a temp tablespace problem any more. You need to either increase the max extents to unlimited, or better yet, increase the initial and next extent sizes on your table to something much larger.

--
Chuck Hamilton
chuck_hamilton_at_yahoo.com

"Do not be deceived, God is not mocked; 
for whatever a man sows, this he will also
reap." (Gal 6:7 NASB)
Received on Wed Aug 08 2001 - 10:38:33 CDT

Original text of this message

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