Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: difference between temporary tablespaces
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
-- 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
![]() |
![]() |