For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
I am using 11.2.0.4
I have a table testing and some rows, then I half of the table using
delete from testing where col1 < 1000 ( for example)
Then how can I estimate the space freed after this delete ?