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: Clean temporary tablespace

Re: Clean temporary tablespace

From: <Jared.Still_at_radisys.com>
Date: Fri, 14 Nov 2003 09:09:42 -0800
Message-ID: <F001.005D6AEE.20031114090942@fatcity.com>


End of the day, read to it through fast, what can I say.

I totally blew by the part that said 'TEMPORARY'.

Now that I realize which thread I'm in, going back through it reveals that the original poster has still not clarified his original post.

eg. there isn't enough information provided to form any conclusions

Jared

"GovindanK" <gkatteri_at_fastmail.fm>
Sent by: ml-errors_at_fatcity.com
 11/13/2003 05:34 PM
 Please respond to ORACLE-L  

        To:     Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
        cc: 
        Subject:        Re: Clean temporary tablespace


Jared

Though manual says it, in reality the SMON does not really release the TEMP segments at periodic intervals. I agree with the fact that if pcti
> 0 then SMON is supposed to coalesce. But the frequency with which it
does may not be acceptable when compared to the rate at which the TEMP segment is getting filled. Hence i suggested this. This is mentioned in Metalink too.

HTH
GovindanK

On Thu, 13 Nov 2003 17:19:24 -0800, Jared.Still_at_radisys.com said:
> Actually, you need to set the PCTINCREASE to a non zero value for
> automatic coalescing to take place.
>
> It isn't needed in any case. Oracle will do this automatically, if
> needed, when an object extends.
>
> It's all in the fine concepts manual.
>
> Jared
>
>
>
>
>
> "GovindanK" <gkatteri_at_fastmail.fm> Sent by: ml-errors_at_fatcity.com
> 11/13/2003 03:54 PM Please respond to ORACLE-L
>
>
> To: Multiple recipients of list ORACLE-L <ORACLE-
> L_at_fatcity.com>
> cc: Subject: Re: Clean temporary tablespace
>
>
> 8.1.6.3
> SQL> select status,contents,extent_management,allocation_type from
> dba_tablespaces where tablespace_name='TEMP';
>
> Extent STATUS CONTENTS Management ALLOCATIO



> --------- ---------- --------- ONLINE TEMPORARY
> DICTIONARY USER
>
> SQL> alter tablespace TEMP default storage(pctincrease 0);
>
> Tablespace altered.
>
> SQL>
>
> This will force the SMON to wake up and coalesce those segments which
> have been used but not freed. This will work if you are using
> DICT.Managed temp tablespaces. I have been using it regularly with
> results.
>
> HTH GovindanK
>
> On Tue, 11 Nov 2003 22:24:24 -0800, "VirVit"
> <virvit_at_prodtorg.udm.net> said:
> > Hello!
> >
> > How can I clean temporary tablespace? It grows up faster and faster.
> >
> > --
> > pOCELUEW wITALIJ iGOREWI^ (VirVit) Oracle 9i DBA beginner
>
-- 
http://www.fastmail.fm - The way an email service should be
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: GovindanK
  INET: gkatteri_at_fastmail.fm

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: 
  INET: Jared.Still_at_radisys.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Fri Nov 14 2003 - 11:09:42 CST

Original text of this message

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