Hamid,

1) Do not let TEMP tablespace have autoextend set to on - my .02 is to never
have this set to on for any tablespace, but to monitor and expand as
necessary. Other DBAs like autoextend, so you may want that for other
tablespaces, but not for TEMP.

2) A nice trick to get TEMP cleared of allocated-but-no-longer-used space is
to set the next extent to, say 512MB (from say, 1024MB). This will cause all
space but what is being currently used to be wiped out. The set next extent
back to 1024 (or whatever it was before).

Thank you,

Paul Sherman
DBA    Elcom, Inc.
email - [EMAIL PROTECTED]


-----Original Message-----
Sent: Monday, May 20, 2002 1:59 PM
To: Multiple recipients of list ORACLE-L


Hi List,

I have two data files for my TEMP tablespace, & i just find out one of the
data file "AUTO EXTEND" is set to on is it right??
I beleive for TEMP tablespace autoextend shoudn't be ON, AM I RIGHT or NOT?
Now my data file almost full for TEMP tablespace how can I Clean it up, I
run 
ALTER TABLESPACE TEMP COALESCE       BUT STILL DATA FILE IS FULL
ORACLE 8.1.7.0 ON SUN SOLARIS

\THANKS ALLOT



Hamid Alavi
Office 818 737-0526
Cell    818 402-1987






======================= Confidentiality Statement ======================= 
The information contained in this message and any attachments is 
intended only for the use of the individual or entity to which it is 
addressed, and may contain information that is PRIVILEGED, CONFIDENTIAL 
and exempt from disclosure under applicable law.  If you have received 
this message in error, you are prohibited from copying, distributing, or 
using the information.  Please contact the sender immediately by return 
e-mail and delete the original message from your system. 
===================== End Confidentiality Statement =====================  


-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Hamid Alavi
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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.com
-- 
Author: Sherman, Paul R.
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).

Reply via email to