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: space script

Re: space script

From: Joseph Viau <JoeViau_at_ids.net>
Date: 1998/09/04
Message-ID: <35F096F7.E05F17DF@ids.net>#1/1

Why not analyze the table in question, and:

SELECT avg_row_len FROM user_tables
WHERE TABLE_NAME = 'the table in question'

Hope this helps. I found this to be useful when estimating data sizing for production environments from tables in the development environment.

Ed Lufker wrote:
>
> Hi All;
>
> Does anyone have a script that will calculate average row
> length????
>
> thanks in advance
> eddie lufker
 

-- 
 ------------------------------------------------------------
| JoeViau_at_ids.net | It's a paradox within an enigma, wrapped |
|                 | by a riddle dipped in special sauce,     |
|                 | with a pickle to go!                     |
 ------------------------------------------------------------
Received on Fri Sep 04 1998 - 00:00:00 CDT

Original text of this message

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