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 segment is not being realsed.

RE: TEMP segment is not being realsed.

From: Mohammad Rafiq <rafiq9857_at_hotmail.com>
Date: Tue, 28 May 2002 08:38:31 -0800
Message-ID: <F001.0046CDDD.20020528083831@fatcity.com>


Ravi,

1)Temporary solution:
Around off-peak time do the following to get release of temp tablespace alter tablespace temp offline;
Just after putting offline , run following immediately alter tablespace temp online;

2) Create temp tablespace using tempfile like

create temporary tablespace temp
tempfile '/u6/oracle/SID_NAME/data/temp_01.dbf' size 501M extent management local uniform size 10M; No need of coalescing or putting online/offline Regards
Rafiq

Reply-To: ORACLE-L_at_fatcity.com
To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com> Date: Tue, 28 May 2002 05:58:25 -0800

  Thank you John,

The things is When we run a partucular query based on view it takes around 1Gb space from TEMP tablespace and is not being relased and from that point on words It give space problem on other txns. that means It didn't mark fro Free to use does it?

Ravi.


Do You Yahoo!?
Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: =?iso-8859-1?q?Nalla=20Ravi?=
   INET: vvnrk2001_at_yahoo.co.uk

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).




MOHAMMAD RAFIQ


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Mohammad Rafiq
  INET: rafiq9857_at_hotmail.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 Tue May 28 2002 - 11:38:31 CDT

Original text of this message

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