Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: how do I calculate free space in schema
I think you should include the space occupied by the indexes as well as
the tables. The application isn't going to run very well if the
indexes are not there and if you specify that the required space is
equal to what the tables take then you could easily be understating the
true need by half.
IMHO -- Mark D Powell -- Received on Fri Nov 04 2005 - 08:34:33 CST