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: difference between temporary tablespaces

Re: difference between temporary tablespaces

From: Deepak Thapliyal <deepakthapliyal_at_yahoo.com>
Date: Wed, 05 Dec 2001 12:27:21 -0800
Message-ID: <F001.003D60B3.20011205120023@fatcity.com>

Hi Helmut,

here is the breakdown

Tablespaces
1 DMT (dictionary managed)

   a> Normal
   b> temporary(only temp objects)

2. LMT temporary tblspces (True temp tblspces)

   syntax: create temporary tablespace ....    

    The behaviour of this is similar to the /tmp of unix as temp files gets flushed (gone) on db bounce. Also rman full backups ignore these which is a big plus. these are visible using v$tempfile or dba_temp_files or somin like that

Deepak       


Do You Yahoo!?
Buy the perfect holiday gifts at Yahoo! Shopping. http://shopping.yahoo.com
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Deepak Thapliyal
  INET: deepakthapliyal_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 Wed Dec 05 2001 - 14:27:21 CST

Original text of this message

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