I loaded up a 450M data file into the database and found out that it was taking too much hard drive space. So when I did a delete from tablea; the data got deleted but the hard drive showed the same amount of space being occupied by the database and no less.
What could be the problem?
Im running oracle in a Linux box and do a df to find out the space remaining.
Thanks.