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: atual data size...

Re: atual data size...

From: fred <anon_at_spain.es>
Date: Wed, 09 Jan 2002 14:32:25 +0000
Message-ID: <3C3C5479.40555@spain.es>


select NUM_ROWS * AVG_ROW_LEN
from all_tables
where table_name = '<your table>';

This will give a good estimate of used space provided you have analyzed the table in question.

HTH
Anthony Hogan
hogananthony_at_hotmail.com Received on Wed Jan 09 2002 - 08:32:25 CST

Original text of this message

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