Path: news.easynews.com!core-easynews!newsfeed1.easynews.com!easynews.com!easynews!c03.atl99!c01.usenetserver.com!news.usenetserver.com!elnk-atl-nf1!newsfeed.earthlink.net!prodigy.com!newsmst01a.news.prodigy.com!prodigy.com!postmaster.news.prodigy.com!newssvr27.news.prodigy.com.POSTED!af4f5987!not-for-mail
From: Mark Bole <makbo@pacbell.net>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax)
X-Accept-Language: en-us, en
MIME-Version: 1.0
Newsgroups: comp.databases.oracle.server
Subject: Re: tablespace management
References: <iTtRc.470$7S3.170392@wagner.videotron.net>
In-Reply-To: <iTtRc.470$7S3.170392@wagner.videotron.net>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Lines: 42
Message-ID: <qavRc.2437$4P1.1654@newssvr27.news.prodigy.com>
NNTP-Posting-Host: 63.201.157.10
X-Complaints-To: abuse@prodigy.net
X-Trace: newssvr27.news.prodigy.com 1091993366 ST000 63.201.157.10 (Sun, 08 Aug 2004 15:29:26 EDT)
NNTP-Posting-Date: Sun, 08 Aug 2004 15:29:26 EDT
Organization: SBC http://yahoo.sbc.com
X-UserInfo1: Q[RGWXCE^RVMBFH[OZK@_TDAYZOZ@GXOXZ\@LWQHBATBTSUBYFWEAE[YJLYPIWKHTFCMZKVMB^[Z^DOBRVVMOSPFHNSYXVDIE@X\BUC@GTSX@DL^GKFFHQCCE\G[JJBMYDYIJCZM@AY]GNGPJD]YNNW\GSX^GSCKHA[]@CCB\[@LATPD\L@J\\PF]VR[QPJN
Date: Sun, 08 Aug 2004 19:29:26 GMT
Xref: core-easynews comp.databases.oracle.server:227815
X-Received-Date: Sun, 08 Aug 2004 12:28:58 MST (news.easynews.com)

rupinder braich wrote:

> Hello
>          I have been using Oracle 8i with tablespace having  autoextend set
> to ON and currently the tablespace is used 97% (checked through DBA studio).
> I want to know when Oracle will autoextend the tablespace. The database is
> responding very slowly and could it be one of the reason that tablespace is
> low?
> 
> I also want to know when the oracle is going to extend the size of the
> tablespace(is it when it reaches 100% full) or should it be little bit
> earlier? I have also checked the disk space and there is sufficient disk
> space available to extend the tablespace.
> 
> 
> Thanking you in advance.
> 
> Rupinder
> 

The actual process of increasing a datafile's size, whether you do it 
"by hand" or allow it to autoextend, will cause a performance (I/O) hit 
for the relatively short time it is occurring, and if you have 
autoextend on, the transaction that triggered the extension will have to 
wait until it completes.  But simply having a tablespace (one or more 
datafiles) at 97% high water mark should not by itself cause any 
performance problems.

Why not just extend the tablespace yourself now, to eliminate the 
suspense over when it will happen?  Some would recommend that you never 
use autoextend, instead be fully aware of your database's growth and 
usage patterns and size all the tablespaces appropriately, so that no 
transaction has to unexpectedly incur this overhead.

If you're trying to figure out a general performance problem, 
autoextension probably isn't the first place to start.  There is an 
entire book "Oracle 8i Designing and Tuning for Performance" at 
http://tahiti.oracle.com, start there.  And consider upgrading to 
version 9i as soon as you can.

--Mark Bole

