Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Temporary tablespaces
As long as you do not store perm objects in it, all is well.
-----Original Message-----
To: Multiple recipients of list ORACLE-L
Sent: 5/21/01 6:17 PM
Hi Steve,
Is there any disadvantage to using a tempfile tablespace for the TEMP tablespaces used by the application? Apart from the fact that they are non-recoverable. In the past I have created TEMP tablespaces with datafiles. I suppose the nature of the temp tablespace is that it contains temporary data and does not need to be recoverable.
Thanks for the info.
Glen
Steve Adams wrote:
Hi Glen,
A tablespace created with the CREATE TEMPORARY TABLESPACE command uses
tempfiles
instead of datafiles, and as such is often called a "tempfile
tablespace". A
tempfile tablespace is equivalent to a locally managed datafile
tablespace with
temporary contents, except that tempfiles do not participate in recovery
in
anyway and thus do not need to be backed up.
@ Regards,
@ Steve Adams
@ http://www.ixora.com.au/ <http://www.ixora.com.au/>
@ http://www.christianity.net.au/ <http://www.christianity.net.au/>
-----Original Message-----
<mailto:glen.mitchell_at_peace.com> ]
Sent: Monday, 21 May 2001 11:15
To: Multiple recipients of list ORACLE-L
I am interested to know what the difference between a tablespace that is
"created as temporary" and a "temporary tablespace" is?
-- Glen Mitchell NZ Phone: +64 9 3730400 Energy Research Lab URL: http://www.peace.com <http://www.peace.com> Peace Software Email: glen.mitchell_at_peace.com -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Christopher Spence INET: cspence_at_FuelSpot.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 Mon May 21 2001 - 18:04:36 CDT
![]() |
![]() |