Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Next extent with Locally managed tablespace on 9i
Christain,
do not ever mix large and small objects in the same tablespace. You end up with a thing called free space fragmentation which can mean that you have over 100 MB of free space in a tablespace yet you cannot allocate 5 MB for a NEXT or INITIAL extent.
Read this document here for details on FSF :
http://www.jlcomp.demon.co.uk/faq/RclmFreeSpace.html
In addition, the time taken to drop a segment is far less with LMT than DMT - no dictionary tables to get exclusive locks on and update for each extent.
Cheers,
Norman.
Tel: 0113 289 6265 Fax: 0113 289 3146 URL: http://www.Lynx-FS.com
-------------------------------------
-----Original Message-----
From: Christian M. [mailto:cm_at_sdv.fr]
Posted At: Monday, August 05, 2002 8:29 AM
Posted To: server
Conversation: Next extent with Locally managed tablespace on 9i
Subject: Re: Next extent with Locally managed tablespace on 9i
Ok !
But I wonder if it's not better to use DMT ! It's more flexible when we
use
small and large objects in the same tablespace.
Isn't it ?
It is really better to use LMT ???? Received on Mon Aug 05 2002 - 03:57:26 CDT
![]() |
![]() |