shrink a database in oracle 11g
问题 I am not a database administrator by any means so I might be wrong in stating some of the things here. In SQL Server, when we add a large amount of data in 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 get reduced to the original size. We need to shrink it. Do the same fundamentals work in Oracle? If yes then how should I go about shrinking an Oracle 11g database? 回答1: Full explanation from the Oracle