Hi Experts,
is there any way to calculate the size of partial records in a table. Like I have flag in a table which identfies whether the row is active (A)or inactive (I). I want to calculate how much space I can save if I physically remove the inactive records which are no longer required.
So I want to calculate the space occupied by active/inactive rows.
calculate space from table where flag_value='I';
Thanks and Regards,
Arindam
Forums: