Re: sparse temp files

From: Hemant K Chitale <hkchital_at_singnet.com.sg>
Date: Sat, 11 Oct 2008 00:58:11 +0800
Message-Id: <200810101658.m9AGwA6j024418@smtp43.singnet.com.sg>

Create tablespace dummy_tbs datafile '/u01/oradata/MYDB/temp01.dbf' size 2000M;

Drop Tablespace dummy_tbs;
(do NOT add the "including contents and datafiles")

Create temporary tablespace temp tempfile '/u01/oradata/MYDB/temp01.dbf' REUSE;

Hemant K Chitale

At 12:41 AM Saturday, Joe Smith wrote:
>How do you create temporary files as non-sparse files in oracle?
>
>I thought there was a note on metalink about this, but I can't find it now.
>
>

Hemant K Chitale
http://hemantoracledba.blogspot.com

"A 'No' uttered from the deepest conviction is better than a 'Yes' merely uttered to please, or worse, to avoid trouble." Mohandas Gandhi Quotes
: http://www.brainyquote.com/quotes/authors/m/mohandas_gandhi.html

--
http://www.freelists.org/webpage/oracle-l
Received on Fri Oct 10 2008 - 11:58:11 CDT

Original text of this message