Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Estimating required space in autoallocated tablespace

Re: Estimating required space in autoallocated tablespace

From: Connor McDonald <connor_mcdonald_at_yahoo.com>
Date: Thu, 29 Aug 2002 18:51:00 +0100
Message-ID: <3D6E5F04.403A@yahoo.com>


Yash R. Ganthe wrote:
>
> Hi,
> Perhaps a DBA should think over this.
> I know the approximate number of records that will be loaded in the table
> through SQL*Loader. The tablespace is autoallocated, locally managed . Is it
> possible to estimate the space the entire data will take, before the loading
> is actually done? I am using Oracle 8.1.7. I also know the approximate space
> a single row will take. This is based on past performance with user managed
> tablespaces. I am aware that the sizes of extents allocated in autoallocated
> tablespaces is variable. That complicates my problem.
>
> Can somebody help?
>
> Yash

If you can, probably the most accurate way is to load up a sample, run an analyze and check xxx_tables. The takes into account the various block and row overheads.

hth
connor

-- 
==============================
Connor McDonald

http://www.oracledba.co.uk

"Some days you're the pigeon, some days you're the statue..."
Received on Thu Aug 29 2002 - 12:51:00 CDT

Original text of this message

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