Re: Temporary tablespaces using tempfile and concurrent insert/update



On Mon, 27 Feb 2006 15:54:06 -0800, Noons wrote:

You're confusing extent management (LMT) with segment management.
You need the latter to get rid of freelist management issues.
It's the SEGMENT SPACE MANAGEMENT [AUTO|MANUAL] option
of CREATE TABLESPACE.

One can not create ass managed (thanks, Pete S.!) temporary tablespaces:

1 create temporary tablespace temp1
2 extent management local uniform size 4M
3* segment space management auto
SQL> /
segment space management auto
*
ERROR at line 3:
ORA-30573: AUTO segment space management not valid for this type of tablespace

As you can see, Oracle kicks ass right out of the picture for the
temporary tablespaces. If anyone finds my language objectionable,
I'm not a native English speaker and my English is sometimes ridden
with mistakes.





--
http://www.mgogala.com

.



Relevant Pages

  • Re: Weird extent sizes in locally managed tablespace
    ... The Co-operative Oracle Users' FAQ ... >I created a tablespace with the following parameters. ... > segment space management auto ... > The tablespace only has 1 datafile and the datafile has never been ...
    (comp.databases.oracle.server)
  • Weird extent sizes in locally managed tablespace
    ... I created a tablespace with the following parameters. ... segment space management auto ... The tablespace only has 1 datafile and the datafile has never been ...
    (comp.databases.oracle.server)
  • Re: Mixing DDL & PL/SQL
    ... 'CREATE TABLESPACE "test" LOGGING SEGMENT SPACE MANAGEMENT MANUAL ...
    (comp.databases.oracle.misc)
  • Re: create tablespace creating a problem
    ... >I am using the following query to create a tablespace, ... sql> CREATE TABLESPACE INDEX02 ... Uniform size for auto segment space managed tablespace ... In 10g Release 2 automatic segment space management is the default for ...
    (comp.databases.oracle.server)