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: TEMP Tablespace is full????

RE: TEMP Tablespace is full????

From: Trassens, Christian <CTrassens_at_uni2.es>
Date: Thu, 11 Jan 2001 10:23:11 +0100
Message-Id: <10738.126385@fatcity.com>


Or you could issue in 8 and 8i:

alter session set events 'immediate trace name DROP_SEGMENTS level <ts#+1>';

<ts#: is the number of tablespace of temp > If the segments isn't locked, it will be droped.

> -----Mensaje original-----
> De: yong huang [SMTP:yong321_at_yahoo.com]
> Enviado el: jueves 11 de enero de 2001 6:46
> Para: Multiple recipients of list ORACLE-L
> Asunto: RE: TEMP Tablespace is full????
>
> Mike and others,
>
> Jonathan Lewis's article (http://www.jlcomp.demon.co.uk/smon_i.html) and
> Steve
> Adams' site (http://www.ixora.com.au/tips/admin/stray_temp.htm) both talk
> about
> why sometimes you do need to manually wake up SMON to clean up temporary
> segments and how. Among several ways to wake up SMON, Steve recommends
> oradebug
> wakeup [SMON pid].
>
> I believe Oracle's official answer to the problem several listers have
> experienced (i.e. manually wake up SMON to get users' work going) would be
> like
> "increase your TEMP tablespace size". (Maybe your TEMP tablespace is big
> enough
> while Winnie Liu's is not) Sure that can also solve the problem. It comes
> down
> to a balance between how much CPU you want to allocate to foreground
> server
> processes vs the instance background process.
>
> Yong Huang
> yong321_at_yahoo.com
>
> you wrote:
>
> I agree that you can force SMON to drop temporary segments in a TEMPORARY
> tablespace as you suggested. My point is that you should gain nothing from
> doing this as the allocated space isn't 'unavailable' in any sense.
>
> I seem to be ploughing a bit of a lonely furrow here but I've never had to
> clean up temporary segments in a TEMPORARY tablespace. I used to regularly
> need to clear temporary segments from old-style PERMANENT tablespaces.
>
> Regards, Mike Hately, DBA
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Photos - Share your holiday photos online!
> http://photos.yahoo.com/
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: yong huang
> INET: yong321_at_yahoo.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> 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 Thu Jan 11 2001 - 03:23:11 CST

Original text of this message

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