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: temporary tablespace

Re: temporary tablespace

From: Tim Gorman <tim_at_sagelogix.com>
Date: Thu, 29 Jan 2004 16:54:53 -0700
Message-ID: <BC3EEB5D.F5C1%tim@sagelogix.com>


Don't bother trying to use anything but uniform-sized extents in a temporary tablespace...

    SQL> create temporary tablespace t2 tempfile '/tmp/t2.dbf' size 10M       2 extent management local autoallocate;     extent management local autoallocate

                            *

    ERROR at line 2:
    ORA-25139: invalid option for CREATE TEMPORARY TABLESPACE

Sometimes, itıs better not to have options... :-)

on 1/29/04 1:05 PM, Mladen Gogala at mladen_at_wangtrading.com wrote:

> It depends. If you can create sort_area_size that can dynamically
> autoallocate larger and larger chunks of memory, then go ahead, create
> autoallocate temporary tablespace. If your sort_area_size is fixed,
> then you should create temporary tablespace with the uniform extent
> size.
> 
> On 01/29/2004 02:54:37 PM, Jeffrey Beckstrom wrote:

>> Is it better to create the temporary tablespace with uniform
>> allocation or autoallocate.
>>
>>
>>
>> Jeffrey Beckstrom
>> Database Administrator
>> Greater Cleveland Regional Transit Authority
>> 1240 W. 6th Street
>> Cleveland, Ohio 44113
>>
>> ----------------------------------------------------------------
>> Please see the official ORACLE-L FAQ: http://www.orafaq.com
>> ----------------------------------------------------------------
>> To unsubscribe send email to: oracle-l-request_at_freelists.org
>> put 'unsubscribe' in the subject line.
>> --
>> Archives are at http://www.freelists.org/archives/oracle-l/
>> FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
>> -----------------------------------------------------------------
>>
> ----------------------------------------------------------------
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> ----------------------------------------------------------------
> To unsubscribe send email to:  oracle-l-request_at_freelists.org
> put 'unsubscribe' in the subject line.
> --
> Archives are at http://www.freelists.org/archives/oracle-l/
> FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
> -----------------------------------------------------------------


----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
Received on Thu Jan 29 2004 - 17:54:53 CST

Original text of this message

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