Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Autoextend
On Fri, 01 Oct 1999 10:03:36 -0400, Kenneth C Stahl
<BlueSax_at_Unforgettable.com> wrote:
>This is one of those oracle questions that can best be answered by "it
>depends". For some tablesspaces it can be a good idea but for others it
>might be a poor choice. It also depends on space availability on the disk.
>On a UNIX system with large availablity in the slice where the datafile
>exists then autoextend might work out, but if there is only limited space
>you might want to add another datafile on a different slice.
>
>My general experience has been that once I turn autoextend on I have to pay
>attention to what happens with the datafiles. If I allow autoextend on the
>tablespace where my rollback segments reside I usually will shrink the
>datafiles back to a more reasonable size if they have been autoextended due
>to some large transaction.
>
>My suggestion is that you give some thoughts to your goals, the system
>capacity, the usage of the tablespaces and then make a decision for each
>tablespace of how you want to treat handle it.
>
>Frank Calfo wrote:
>>
>> Is autoextend a good feature to turn on or is it better to leave it off and
>> add datafiles manually as needed?
>>
>> Is there any performance advantage in using or not using autoextend?
Another thing, where can you look to find out if autoextend has been turned on or not?
I've looked in dba_data_files and v$datafile's but it's not either of those.
Jason. Received on Fri Oct 01 1999 - 09:34:30 CDT
![]() |
![]() |