Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Q about compressed table
This query should give you a low-confidence estimate, based on
dba_tables.avg_row_len and num_rows, so your stats must be up to date.
I wrote it just now and it seems that I have missed something as it predicts the real space usage 3-5% lower when uncompressing the table with alter table move...
I tested it on freelist managed tablespace, ASSM adds additional overhead.
select
t.num_rows -- number of rows in table
Tanel.
From: oracle-l-bounce_at_freelists.org [mailto:oracle-l-bounce_at_freelists.org]
On Behalf Of rjamya
Sent: Friday, January 19, 2007 22:53
To: Oracle Discussion List
Subject: Q about compressed table
I have a 400GB compressed partitioned table in a 10gR2 db. Is there a way to estimate uncompressed size without exporting/dpexporting or copying the table into another schema? The estimate feature of expdp doesn't work all that well with compressed segments.
TIA
rjamya
-- http://www.freelists.org/webpage/oracle-lReceived on Fri Jan 19 2007 - 12:29:17 CST
![]() |
![]() |