How can I predict the future size / growth of an Oracle table?
Assuming:
- linear growth of the number of rows
- known columns of basic datatypes (char, number, and date)
- ignore the variability of varchar2
- basic understanding of the space required to store them (e.g. number)
- basic understanding of blocks, extents, segments, and block overhead
I'm looking for something more proactive than "measure now, wait, measure again."