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: temp tablespace

Re: temp tablespace

From: Connor McDonald <connor_mcdonald_at_yahoo.com>
Date: Fri, 08 Sep 2000 16:54:55 +0800
Message-ID: <39B8A95F.1BC3@yahoo.com>

senthil wrote:
>
> hi there,
> my temp tablespace holds 1gb of data which is not freeing up. i am
> unable to restart my database since its on production site. is there
> any command clean the temp tablespace.
> any help is appreciated.
> thanks
> -senthil.
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.

If its type is TEMPORARY (select * from dba_tablespaces) then its meant to stay full, since these can be re-used by either sort operations.

Some earlier versions of Oracle didn't "mark" these areas free for re-use which may be the cause of your problems...

Options:

HTH

-- 
===========================================
Connor McDonald
http://www.oracledba.co.uk

We are born naked, wet and hungry...then things get worse
Received on Fri Sep 08 2000 - 03:54:55 CDT

Original text of this message

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