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

Home -> Community -> Usenet -> c.d.o.tools -> Re: Temp Tablespace

Re: Temp Tablespace

From: Walter T Rejuney <BlueSax_at_Unforgetable.com>
Date: 2000/06/05
Message-ID: <393BE886.9352A311@Unforgetable.com>#1/1

jackwithman_at_my-deja.com wrote:
>
> Hello Everyone,
>
> I am very curious of something.
> I'm running under oracle 8.1.5 and my temp tablespace (200 M) is always
> full (99%). As soon as I shut down my database, the temp tablespace is
> purged but when I bring the database back up it starts growing and in
> half a day, temp is choking and I have sometimes failures to extend.
>
> Looks like a lot of space is lost.
> Is there any way to 'shrink' it, other than bringing the tablespace
> offline and online right after?
>
> ThanXs for your help.

A couple things to check:

  1. Make sure that TEMP tablespace will only allow the creating of temporary segments. By default it does not have that restriction.
  2. Make sure that there are no rollback segments defined in the TEMP tablespace.
  3. Make sure that applications are not using large joins and then leaving the session open.
Received on Mon Jun 05 2000 - 00:00:00 CDT

Original text of this message

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