Actual table size
I have a DB running 11.2.0.2, recently I have a request to export the largest table in the DB, this table with around 120GB size based on DBA_SEGMENTS, after the export the logfile shows only 2GB, and dumpfile size around 2GB too.
My questions:
1) Is this means that this table is a good candidate for re-org?
2) How do I check the actual table size used?
thanks