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: How to find the size of a table that is not yet been used?

Re: How to find the size of a table that is not yet been used?

From: R. Schierbeek <bytelife_at_worldonline.nl>
Date: 1996/12/08
Message-ID: <bytelife-0812961225370001@ldn1-p32.worldonline.nl>#1/1

In article <32a4d1d9.0_at_news1.starnetinc.com>, jitano_at_starnetinc.com (Marco G Chiriboga) wrote:
> Can any one please let me know how to determine with accuracy the size
> of a table that is not yet used. We need to find out if the size is
> correct before hand.
> Regards
> Marco

Check out DBA_SEGMENTS if the table has been created. If it's not then you can add ad storage clause to your "create table" stmt. If you dont add a storage clause then the default storage is used. (see DBA_TABLESPACES)

<PLUG>
There are some good storage scripts on:

   http://www.worldonline.nl/~bytelife
<END of plug>

R. Schierbeek, DBA                         ---|--- 
I'd rather be flying    _____________________ | _____________________
email: bytelife_at_worldonline.nl               (_)
Received on Sun Dec 08 1996 - 00:00:00 CST

Original text of this message

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