How to list real space usage of the tables in a schema?
Hi,
I would like to know how much disk space does may schema (tables + indexes) are really using? I would like to pack my schema with all it's data into an Oracle XE instance. XE has a 4 GB database size limit, so I would like to know if this is possible at all.
Could some one please link me a to script that show the space used by a schema's tables and indexes? Allocated extent is misleading, since an almost empty extent is using space, although there is hardly any data in it.
Thanks in advance.
Tamas