A reader, March 26, 2001 - 2:48 am UTC
Eric Grancher, March 28, 2001 - 5:35 pm UTC
Table Sizing
Sudip Sarkar from PricewaterHouseCoopers, March 30, 2001 - 5:00 am UTC
BEfore loading the dat into the database then to determine the sizing sometimes cause delays in projects like when the clients wants to order the h/w after the sizing is done.
reader, June 15, 2001 - 4:53 am UTC
I believe each of DBA has his own set of formula (either spreadsheet or programs), even though PCTUSED, PCTFREE are variables.
From DBA who does not use spreadsheet
Dusan, June 15, 2001 - 10:53 am UTC
I agree that the best way for table sizing is just populating of the table with sample data.
When using localy managed tablespaces (LMT) with uniform sizes, the whole issue (after identifying how 'big' the table really is) is simple - take decision to which tablespace put the table (index). To the 'small', 'medium' or 'big' tablespace. Thanks procedure show_space and LMT strategy, I calculated very precisely space needed for tables, indexes and tablespaces, and then rebuilt production database (saving a lot of GB!). The only inputs were number of rows and the real size of table or index, investigated by show_space.
From DBA who does not use spreadsheet
Dusan, June 15, 2001 - 12:14 pm UTC
I agree that the best way for table sizing is just populating of the table with sample data.
When using localy managed tablespaces (LMT) with uniform sizes, the whole issue (after identifying how 'big' the table really is) is simple - take decision to which tablespace put the table (index). To the 'small', 'medium' or 'big' tablespace. Thanks procedure show_space and LMT strategy, I calculated very precisely space needed for tables, indexes and tablespaces, and then rebuilt production database (saving a lot of GB!). The only inputs were number of rows and the real size of table or index, investigated by show_space.
Table Sizing
Jim Kirsch, August 30, 2001 - 2:56 pm UTC
Good, clear advice about the importance knowing the data before sizing.
hi folks
A reader, December 30, 2002 - 4:23 am UTC
Is there any utility or program which will populate sample data, by inspecting the tables.
Thanks
Table space
Chandra Mohan, January 14, 2004 - 11:06 am UTC
I cannot get the size of a table inside Oracle. Is there any special query is available ?
January 14, 2004 - 4:00 pm UTC
hmmm, look at user_segments
Diana, January 14, 2005 - 8:58 am UTC
Oracle 10g changes ?
Jignesh, March 15, 2005 - 3:14 pm UTC
Is there a change for Oracle 10g for calculating table sizing ?
March 15, 2005 - 9:17 pm UTC
Not from me, nope.
The tools still can guess, but if you want to know......