I am not a database administrator in any way, so I may be mistaken in declaring some things here.
In SQL Server, when we add a large amount of data to the database, and then when we delete it, the size of the data files (.mdf file) or database (or whatever it is called) does not come down to the original size. We need to squeeze it.
Does Oracle have the same basics? If so, how should I change the Oracle 11g database?
samar
source share