How to Get The Unused Space In Block Level?
Hi i am using 10.2.0.1.0 of oracle.
I want to calculate the unused space for particular object/Segment in my Production DB in terms of blocks/bytes. I dont have execute privileges 'DBMS_SPACE.UNUSED_SPACE' but i do have select rights on v$* views. So is there way to directly query any data dictionary to get the information regarding used/unused spaces for the segemnt, what is the datadictionary name?