How to find size of partitions
I am trying to find the size(in mb) of partitions for a certain table. I am able to query the user_tab_partitions view however this only provides me with a row count - is there anyway to retrieve or calculate the actual size of the partitions? We are running on Oracle 10g version 10.2.0.3.0.
Thanks in advance,
Adam