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 Database File Overgrown (20 Gigs)

Re: Temp tablespace Database File Overgrown (20 Gigs)

From: DA Morgan <damorgan_at_x.washington.edu>
Date: Mon, 25 Apr 2005 17:20:03 -0700
Message-ID: <1114474567.336805@yasure>


Walt wrote:

>
> On one instance, the size of the TEMP01.DBF file is enormous - over 20
> Gigs (none of the other .dbf files are more than a gig or so) This has
> maxed out the disc space - apparently it's just grown until the disk has
> become full.
>
> Now, according to my research (limited, so far) this should clean itself
> up automatically eventually, and bouncing the instance should clean it
> up right away.
>
> That is not my experience. Bouncing the instance has no effect.
>
> Any suggestions? Since this is temp data, I should be able to throw it
> away with no ill effect, right? Unfortunately, I'm not sure how to
> dump the temp data.
>
> BTW, I've verified that there are no permanent objects in the temp
> tablespace (SELECT * FROM DBA_SEGMENTS WHERE TABLESPACE_NAME = 'TEMP';)
>
> sort_area_size == 524288
> Oracle 9.2 on W2k3.

Just for fun ... share the results:

SELECT tablespace_name, status, contents, extent_management allocation_type
FROM dba_tablespaces;

Just in case it isn't the obvious.

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu
(replace 'x' with 'u' to respond)
Received on Mon Apr 25 2005 - 19:20:03 CDT

Original text of this message

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