Calculate actual segments size
On DB1 I select sum(bytes) from dba_segments to get all the actual allocation objects size in the DB, that is around 80GB. I know that after export from DB1 and import into DB2, I will have more space save due to possible fragmentation on each of the objects.
How do i check on DB1 to get the actual space size after import into DB2 without actually doing export and import?
Best regards