On Wed, Jun 11, 2008 at 1:42 AM, Devendra Singh Rawat <Devendra_Rawat@xxxxxxxxxxx> wrote: > Hi All, > > I recreated my database this morning with a dump size of 3GB, which after database creation occupied 3.5GB on disk. > And in less than 8 hours it has bloated to additional 3.7GB (the disk size now is 7.2GB). > > There are quite a few DML operations which are happening on my DB. Note that 7.4 was pretty poor at recovering space from the catalogs and the associated indexes. It could be that you would need to shut down each night and vacuum full the catalogs in single user mode to recover the space. But it's been a while since I ran something older than 8.1 or so, so it might have been an even older version that had those issues.